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