]>
Commit | Line | Data |
---|---|---|
1 | # ========================================================================= | |
2 | # This makefile was generated by | |
3 | # Bakefile 0.1.7 (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 | DESTDIR = | |
17 | ||
18 | ### Conditionally set variables: ### | |
19 | ||
20 | ||
21 | ### Targets: ### | |
22 | ||
23 | all: styles wxedit | |
24 | ||
25 | install: all | |
26 | ||
27 | uninstall: | |
28 | ||
29 | install-strip: install | |
30 | ||
31 | clean: | |
32 | rm -rf ./.deps ./.pch | |
33 | rm -f ./*.o | |
34 | (cd styles && $(MAKE) clean) | |
35 | (cd wxedit && $(MAKE) clean) | |
36 | ||
37 | distclean: clean | |
38 | rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile | |
39 | ||
40 | styles: | |
41 | (cd styles && $(MAKE) all) | |
42 | ||
43 | wxedit: | |
44 | (cd wxedit && $(MAKE) all) | |
45 | ||
46 | ||
47 | # Include dependency info, if present: | |
48 | @IF_GNU_MAKE@-include .deps/*.d | |
49 | ||
50 | .PHONY: all install uninstall clean distclean styles wxedit |