1# =========================================================================
2#     This makefile was generated by
3#     Bakefile 0.2.9 (http://www.bakefile.org)
4#     Do not modify, all changes will be overwritten!
5# =========================================================================
6
7
8@MAKE_SET@
9
10prefix = @prefix@
11exec_prefix = @exec_prefix@
12datarootdir = @datarootdir@
13INSTALL = @INSTALL@
14
15### Variables: ###
16
17DESTDIR =
18
19### Conditionally set variables: ###
20
21
22### Targets: ###
23
24all: about help helpview printing test virtual widget zip
25
26install:
27
28uninstall:
29
30install-strip: install
31
32clean:
33	rm -rf ./.deps ./.pch
34	rm -f ./*.o
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)
43
44distclean: clean
45	rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
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)
54
55about:
56	(cd about && $(MAKE) all)
57
58help:
59	(cd help && $(MAKE) all)
60
61helpview:
62	(cd helpview && $(MAKE) all)
63
64printing:
65	(cd printing && $(MAKE) all)
66
67test:
68	(cd test && $(MAKE) all)
69
70virtual:
71	(cd virtual && $(MAKE) all)
72
73widget:
74	(cd widget && $(MAKE) all)
75
76zip:
77	(cd zip && $(MAKE) all)
78
79
80# Include dependency info, if present:
81@IF_GNU_MAKE@-include ./.deps/*.d
82
83.PHONY: all install uninstall clean distclean about help helpview printing test \
84	virtual widget zip
85