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