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: emulator helpview tex2rtf helpgen
25
26install: install_tex2rtf install_helpgen
27
28uninstall: uninstall_tex2rtf uninstall_helpgen
29
30install-strip: install install-strip_tex2rtf install-strip_helpgen
31
32clean: 
33	rm -rf ./.deps ./.pch
34	rm -f ./*.o
35	-(cd emulator/src && $(MAKE) clean)
36	-(cd helpview/src && $(MAKE) clean)
37	-(cd tex2rtf/src && $(MAKE) clean)
38	-(cd HelpGen/src && $(MAKE) clean)
39
40distclean: 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)
46
47emulator: 
48	(cd emulator/src && $(MAKE) all)
49
50helpview: 
51	(cd helpview/src && $(MAKE) all)
52
53tex2rtf: 
54	(cd tex2rtf/src && $(MAKE) all)
55
56install_tex2rtf: 
57	(cd tex2rtf/src && $(MAKE) install)
58
59uninstall_tex2rtf: 
60	(cd tex2rtf/src && $(MAKE) uninstall)
61
62install-strip_tex2rtf: 
63	(cd tex2rtf/src && $(MAKE) install-strip)
64
65helpgen: 
66	(cd HelpGen/src && $(MAKE) all)
67
68install_helpgen: 
69	(cd HelpGen/src && $(MAKE) install)
70
71uninstall_helpgen: 
72	(cd HelpGen/src && $(MAKE) uninstall)
73
74install-strip_helpgen: 
75	(cd HelpGen/src && $(MAKE) install-strip)
76
77
78# Include dependency info, if present:
79@IF_GNU_MAKE@-include ./.deps/*.d
80
81.PHONY: all install uninstall clean distclean emulator helpview tex2rtf \
82	install_tex2rtf uninstall_tex2rtf install-strip_tex2rtf helpgen \
83	install_helpgen uninstall_helpgen install-strip_helpgen
84