]> git.saurik.com Git - wxWidgets.git/blame - samples/html/makefile.unx
don't use %d to print pointer
[wxWidgets.git] / samples / html / makefile.unx
CommitLineData
2add9e3c
RD
1# =========================================================================
2# This makefile was generated by
25bb1412 3# Bakefile 0.2.1 (http://bakefile.sourceforge.net)
2add9e3c
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7
8
9# -------------------------------------------------------------------------
10# These are configurable options:
11# -------------------------------------------------------------------------
12
13
14
15# -------------------------------------------------------------------------
16# Do not modify the rest of this file!
17# -------------------------------------------------------------------------
18
19### Variables: ###
20
21
22### Conditionally set variables: ###
23
24
25
26### Targets: ###
27
28all: about help helpview printing test virtual widget zip
29
30install: all
31
32uninstall:
33
34clean:
35 rm -f ./*.o
36 rm -f ./*.d
37 (cd about && $(MAKE) clean)
38 (cd help && $(MAKE) clean)
39 (cd helpview && $(MAKE) clean)
40 (cd printing && $(MAKE) clean)
41 (cd test && $(MAKE) clean)
42 (cd virtual && $(MAKE) clean)
43 (cd widget && $(MAKE) clean)
44 (cd zip && $(MAKE) clean)
45
46about:
47 (cd about && $(MAKE) all)
48
49help:
50 (cd help && $(MAKE) all)
51
52helpview:
53 (cd helpview && $(MAKE) all)
54
55printing:
56 (cd printing && $(MAKE) all)
57
58test:
59 (cd test && $(MAKE) all)
60
61virtual:
62 (cd virtual && $(MAKE) all)
63
64widget:
65 (cd widget && $(MAKE) all)
66
67zip:
68 (cd zip && $(MAKE) all)
69
70.PHONY: all install uninstall clean about help helpview printing test virtual widget zip
71
72
73# Dependencies tracking:
74-include ./*.d