]>
Commit | Line | Data |
---|---|---|
b1169abb VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
6e0fbb3d | 3 | # Bakefile 0.2.3 (http://www.bakefile.org) |
b1169abb VS |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
b1683d38 | 6 | |
b1169abb VS |
7 | |
8 | @MAKE_SET@ | |
9 | ||
10 | prefix = @prefix@ | |
11 | exec_prefix = @exec_prefix@ | |
6e0fbb3d | 12 | datarootdir = @datarootdir@ |
b1169abb VS |
13 | INSTALL = @INSTALL@ |
14 | ||
15 | ### Variables: ### | |
16 | ||
b71531ad | 17 | DESTDIR = |
b1169abb VS |
18 | |
19 | ### Conditionally set variables: ### | |
20 | ||
21 | ||
22 | ### Targets: ### | |
23 | ||
24 | all: about help helpview printing test virtual widget zip | |
25 | ||
b17c1746 DE |
26 | install: all |
27 | ||
28 | uninstall: | |
29 | ||
30 | install-strip: install | |
b1169abb VS |
31 | |
32 | clean: | |
ab892b95 | 33 | rm -rf ./.deps ./.pch |
076f10e0 | 34 | rm -f ./*.o |
6e0fbb3d VS |
35 | -(cd about && $(MAKE) clean) |
36 | -(cd help && $(MAKE) clean) | |
37 | -(cd helpview && $(MAKE) clean) | |
38 | -(cd printing && $(MAKE) clean) | |
39 | -(cd test && $(MAKE) clean) | |
40 | -(cd virtual && $(MAKE) clean) | |
41 | -(cd widget && $(MAKE) clean) | |
42 | -(cd zip && $(MAKE) clean) | |
b1169abb VS |
43 | |
44 | distclean: clean | |
b14abf14 | 45 | rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile |
6e0fbb3d VS |
46 | -(cd about && $(MAKE) distclean) |
47 | -(cd help && $(MAKE) distclean) | |
48 | -(cd helpview && $(MAKE) distclean) | |
49 | -(cd printing && $(MAKE) distclean) | |
50 | -(cd test && $(MAKE) distclean) | |
51 | -(cd virtual && $(MAKE) distclean) | |
52 | -(cd widget && $(MAKE) distclean) | |
53 | -(cd zip && $(MAKE) distclean) | |
b1169abb | 54 | |
b17c1746 DE |
55 | about: |
56 | (cd about && $(MAKE) all) | |
57 | ||
b1169abb VS |
58 | help: |
59 | (cd help && $(MAKE) all) | |
60 | ||
61 | helpview: | |
62 | (cd helpview && $(MAKE) all) | |
63 | ||
b1169abb VS |
64 | printing: |
65 | (cd printing && $(MAKE) all) | |
66 | ||
67 | test: | |
68 | (cd test && $(MAKE) all) | |
69 | ||
b1169abb VS |
70 | virtual: |
71 | (cd virtual && $(MAKE) all) | |
72 | ||
73 | widget: | |
74 | (cd widget && $(MAKE) all) | |
75 | ||
76 | zip: | |
77 | (cd zip && $(MAKE) all) | |
78 | ||
79 | ||
80 | # Include dependency info, if present: | |
81 | @IF_GNU_MAKE@-include .deps/*.d | |
82 | ||
b17c1746 | 83 | .PHONY: all install uninstall clean distclean about help helpview printing test virtual widget zip |