1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.3 (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: emulator helpview tex2rtf helpgen
26 install: all install_tex2rtf install_helpgen
28 uninstall: uninstall_tex2rtf uninstall_helpgen
30 install-strip: install install-strip_tex2rtf install-strip_helpgen
35 -(cd emulator/src && $(MAKE) clean)
36 -(cd helpview/src && $(MAKE) clean)
37 -(cd tex2rtf/src && $(MAKE) clean)
38 -(cd HelpGen/src && $(MAKE) clean)
41 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
42 -(cd emulator/src && $(MAKE) distclean)
43 -(cd helpview/src && $(MAKE) distclean)
44 -(cd tex2rtf/src && $(MAKE) distclean)
45 -(cd HelpGen/src && $(MAKE) distclean)
48 (cd emulator/src && $(MAKE) all)
51 (cd helpview/src && $(MAKE) all)
54 (cd tex2rtf/src && $(MAKE) all)
57 (cd tex2rtf/src && $(MAKE) install)
60 (cd tex2rtf/src && $(MAKE) uninstall)
62 install-strip_tex2rtf:
63 (cd tex2rtf/src && $(MAKE) install-strip)
66 (cd HelpGen/src && $(MAKE) all)
69 (cd HelpGen/src && $(MAKE) install)
72 (cd HelpGen/src && $(MAKE) uninstall)
74 install-strip_helpgen:
75 (cd HelpGen/src && $(MAKE) install-strip)
78 # Include dependency info, if present:
79 @IF_GNU_MAKE@-include .deps/*.d
81 .PHONY: all install uninstall clean distclean emulator helpview tex2rtf install_tex2rtf uninstall_tex2rtf install-strip_tex2rtf helpgen install_helpgen uninstall_helpgen install-strip_helpgen