1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.0 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
11 exec_prefix = @exec_prefix@
18 ### Conditionally set variables: ###
23 all: configtool emulator helpview tex2rtf helpgen
25 install: all install_tex2rtf install_helpgen
29 install-strip: install install-strip_tex2rtf install-strip_helpgen
34 (cd configtool/src && $(MAKE) clean)
35 (cd emulator/src && $(MAKE) clean)
36 (cd helpview/src && $(MAKE) clean)
37 (cd tex2rtf/src && $(MAKE) clean)
38 (cd HelpGen && $(MAKE) clean)
41 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
44 (cd configtool/src && $(MAKE) all)
47 (cd emulator/src && $(MAKE) all)
50 (cd helpview/src && $(MAKE) all)
53 (cd tex2rtf/src && $(MAKE) all)
56 (cd tex2rtf/src && $(MAKE) install)
58 install-strip_tex2rtf:
59 (cd tex2rtf/src && $(MAKE) install-strip)
62 (cd HelpGen && $(MAKE) all)
65 (cd HelpGen && $(MAKE) install)
67 install-strip_helpgen:
68 (cd HelpGen && $(MAKE) install-strip)
71 # Include dependency info, if present:
72 @IF_GNU_MAKE@-include .deps/*.d
74 .PHONY: all install uninstall clean distclean configtool emulator helpview tex2rtf install_tex2rtf install-strip_tex2rtf helpgen install_helpgen install-strip_helpgen