]>
Commit | Line | Data |
---|---|---|
1 | # ========================================================================= | |
2 | # This makefile was generated by | |
3 | # Bakefile 0.1.1 (http://bakefile.sourceforge.net) | |
4 | # Do not modify, all changes will be overwritten! | |
5 | # ========================================================================= | |
6 | ||
7 | ||
8 | @MAKE_SET@ | |
9 | ||
10 | prefix = @prefix@ | |
11 | exec_prefix = @exec_prefix@ | |
12 | INSTALL = @INSTALL@ | |
13 | ||
14 | ### Variables: ### | |
15 | ||
16 | ||
17 | ### Conditionally set variables: ### | |
18 | ||
19 | ||
20 | ### Targets: ### | |
21 | ||
22 | all: styles wxedit | |
23 | ||
24 | clean: | |
25 | rm -rf ./.deps | |
26 | rm -f ./*.o | |
27 | (cd styles && $(MAKE) clean) | |
28 | (cd wxedit && $(MAKE) clean) | |
29 | ||
30 | distclean: clean | |
31 | rm -f configure config.cache config.log config.status | |
32 | rm -f bk-deps shared-ld-sh | |
33 | ||
34 | install: all | |
35 | (cd styles && $(MAKE) install) | |
36 | (cd wxedit && $(MAKE) install) | |
37 | ||
38 | install-strip: install | |
39 | (cd styles && $(MAKE) install-strip) | |
40 | (cd wxedit && $(MAKE) install-strip) | |
41 | ||
42 | styles: | |
43 | (cd styles && $(MAKE) all) | |
44 | ||
45 | uninstall: | |
46 | ||
47 | wxedit: | |
48 | (cd wxedit && $(MAKE) all) | |
49 | ||
50 | ||
51 | # Include dependency info, if present: | |
52 | @IF_GNU_MAKE@-include .deps/*.d | |
53 | ||
54 | .PHONY: all clean distclean install styles uninstall wxedit |