]>
Commit | Line | Data |
---|---|---|
2add9e3c RD |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
444833b3 | 3 | # Bakefile 0.2.2 (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 | ||
28 | all: styles wxedit | |
29 | ||
30 | install: all | |
31 | ||
32 | uninstall: | |
33 | ||
34 | clean: | |
35 | rm -f ./*.o | |
36 | rm -f ./*.d | |
37 | (cd styles && $(MAKE) clean) | |
38 | (cd wxedit && $(MAKE) clean) | |
39 | ||
40 | styles: | |
41 | (cd styles && $(MAKE) all) | |
42 | ||
43 | wxedit: | |
44 | (cd wxedit && $(MAKE) all) | |
45 | ||
46 | .PHONY: all install uninstall clean styles wxedit | |
47 | ||
48 | ||
49 | # Dependencies tracking: | |
50 | -include ./*.d |