1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.8 (http://www.bakefile.org)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
11 exec_prefix = @exec_prefix@
12 datarootdir = @datarootdir@
19 ### Conditionally set variables: ###
24 all: about help helpview printing test virtual widget zip
30 install-strip: install
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)
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)
56 (cd about && $(MAKE) all)
59 (cd help && $(MAKE) all)
62 (cd helpview && $(MAKE) all)
65 (cd printing && $(MAKE) all)
68 (cd test && $(MAKE) all)
71 (cd virtual && $(MAKE) all)
74 (cd widget && $(MAKE) all)
77 (cd zip && $(MAKE) all)
80 # Include dependency info, if present:
81 @IF_GNU_MAKE@-include ./.deps/*.d
83 .PHONY: all install uninstall clean distclean about help helpview printing test \