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