X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39fc1a6a05cf1cc5122668e1707c497da5f937f9..56b18fda9452fc39ba91f4060a39721db7e2f437:/utils/Makefile.in?ds=sidebyside

diff --git a/utils/Makefile.in b/utils/Makefile.in
index 141bfa23da..c97ad8a274 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -1,12 +1,104 @@
-#
-# Makefile : Builds wxWindows utils for Unix.
-#
+# =========================================================================
+#     This makefile was generated by
+#     Bakefile 0.2.5 (http://www.bakefile.org)
+#     Do not modify, all changes will be overwritten!
+# =========================================================================
 
-UTILS_SUBDIRS=tex2rtf hhp2cached makegen HelpGen dialoged
 
-all:
-	@for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE)); done
+@MAKE_SET@
 
-clean:
-	@for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE) clean); done
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
+INSTALL = @INSTALL@
 
+### Variables: ###
+
+DESTDIR = 
+
+### Conditionally set variables: ###
+
+
+### Targets: ###
+
+all: emulator helpview hhp2cached ifacecheck screenshotgen wxrc
+
+install: install_ifacecheck install_screenshotgen install_wxrc
+
+uninstall: uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
+
+install-strip: install install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
+
+clean: 
+	rm -rf ./.deps ./.pch
+	rm -f ./*.o
+	-(cd emulator/src && $(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 config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
+	-(cd emulator/src && $(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)
+
+helpview: 
+	(cd helpview/src && $(MAKE) all)
+
+hhp2cached: 
+	(cd hhp2cached && $(MAKE) all)
+
+ifacecheck: 
+	(cd ifacecheck/src && $(MAKE) all)
+
+install_ifacecheck: 
+	(cd ifacecheck/src && $(MAKE) install)
+
+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)
+
+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 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