X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b17c1746930b29c13d5bfff0009721cbcefa53f1..741cca6b380ccacd162d1c662b6063021c8ee3ee:/utils/Makefile.in

diff --git a/utils/Makefile.in b/utils/Makefile.in
index f857cb4fb2..dbc96d8fce 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.2 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.6 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -9,6 +9,7 @@
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
 INSTALL = @INSTALL@
 
 ### Variables: ###
@@ -20,47 +21,99 @@ DESTDIR =
 
 ### Targets: ###
 
-all: configtool emulator helpview tex2rtf helpgen
+all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
 
-install: all
-	(cd tex2rtf/src && $(MAKE) install)
-	(cd HelpGen && $(MAKE) install)
+install: install_execmon install_ifacecheck install_screenshotgen install_wxrc
 
-uninstall: 
+uninstall: uninstall_execmon uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
 
-install-strip: install
-	(cd tex2rtf/src && $(MAKE) install-strip)
-	(cd HelpGen && $(MAKE) install-strip)
+install-strip: install install-strip_execmon install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
 
 clean: 
 	rm -rf ./.deps ./.pch
 	rm -f ./*.o
-	(cd configtool/src && $(MAKE) clean)
-	(cd emulator/src && $(MAKE) clean)
-	(cd helpview/src && $(MAKE) clean)
-	(cd tex2rtf/src && $(MAKE) clean)
-	(cd HelpGen && $(MAKE) clean)
+	-(cd emulator/src && $(MAKE) clean)
+	-(cd execmon && $(MAKE) clean)
+	-(cd helpview/src && $(MAKE) clean)
+	-(cd hhp2cached && $(MAKE) clean)
+	-(cd ifacecheck/src && $(MAKE) clean)
+	-(cd screenshotgen/src && $(MAKE) clean)
+	-(cd wxrc && $(MAKE) clean)
 
 distclean: clean
-	rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
-
-configtool: 
-	(cd configtool/src && $(MAKE) all)
+	rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
+	-(cd emulator/src && $(MAKE) distclean)
+	-(cd execmon && $(MAKE) distclean)
+	-(cd helpview/src && $(MAKE) distclean)
+	-(cd hhp2cached && $(MAKE) distclean)
+	-(cd ifacecheck/src && $(MAKE) distclean)
+	-(cd screenshotgen/src && $(MAKE) distclean)
+	-(cd wxrc && $(MAKE) distclean)
 
 emulator: 
 	(cd emulator/src && $(MAKE) all)
 
+execmon: 
+	(cd execmon && $(MAKE) all)
+
+install_execmon: 
+	(cd execmon && $(MAKE) install)
+
+uninstall_execmon: 
+	(cd execmon && $(MAKE) uninstall)
+
+install-strip_execmon: 
+	(cd execmon && $(MAKE) install-strip)
+
 helpview: 
 	(cd helpview/src && $(MAKE) all)
 
-tex2rtf: 
-	(cd tex2rtf/src && $(MAKE) all)
+hhp2cached: 
+	(cd hhp2cached && $(MAKE) all)
 
-helpgen: 
-	(cd HelpGen && $(MAKE) all)
+ifacecheck: 
+	(cd ifacecheck/src && $(MAKE) all)
 
+install_ifacecheck: 
+	(cd ifacecheck/src && $(MAKE) install)
 
-# Include dependency info, if present:
-@IF_GNU_MAKE@-include .deps/*.d
+uninstall_ifacecheck: 
+	(cd ifacecheck/src && $(MAKE) uninstall)
+
+install-strip_ifacecheck: 
+	(cd ifacecheck/src && $(MAKE) install-strip)
+
+screenshotgen: 
+	(cd screenshotgen/src && $(MAKE) all)
+
+install_screenshotgen: 
+	(cd screenshotgen/src && $(MAKE) install)
 
-.PHONY: all install uninstall clean distclean configtool emulator helpview tex2rtf helpgen
+uninstall_screenshotgen: 
+	(cd screenshotgen/src && $(MAKE) uninstall)
+
+install-strip_screenshotgen: 
+	(cd screenshotgen/src && $(MAKE) install-strip)
+
+wxrc: 
+	(cd wxrc && $(MAKE) all)
+
+install_wxrc: 
+	(cd wxrc && $(MAKE) install)
+
+uninstall_wxrc: 
+	(cd wxrc && $(MAKE) uninstall)
+
+install-strip_wxrc: 
+	(cd wxrc && $(MAKE) install-strip)
+
+
+# Include dependency info, if present:
+@IF_GNU_MAKE@-include ./.deps/*.d
+
+.PHONY: all install uninstall clean distclean emulator execmon install_execmon \
+	uninstall_execmon install-strip_execmon helpview hhp2cached ifacecheck \
+	install_ifacecheck uninstall_ifacecheck install-strip_ifacecheck \
+	screenshotgen install_screenshotgen uninstall_screenshotgen \
+	install-strip_screenshotgen wxrc install_wxrc uninstall_wxrc \
+	install-strip_wxrc