]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/Makefile.in
moved primitive string and string iterators operations to stringops.h/cpp files to...
[wxWidgets.git] / utils / Makefile.in
index 9bdb3a44a258227eea2433780bab611deaa25e0a..a349c710e685d08aacb94a9b826aae5824b2b8b3 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.0 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.1 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -24,7 +24,7 @@ all: emulator helpview tex2rtf helpgen
 
 install: all install_tex2rtf install_helpgen
 
-uninstall: 
+uninstall: uninstall_tex2rtf uninstall_helpgen
 
 install-strip: install install-strip_tex2rtf install-strip_helpgen
 
@@ -38,6 +38,10 @@ 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 tex2rtf/src && $(MAKE) distclean)
+       (cd HelpGen && $(MAKE) distclean)
 
 emulator: 
        (cd emulator/src && $(MAKE) all)
@@ -51,6 +55,9 @@ tex2rtf:
 install_tex2rtf: 
        (cd tex2rtf/src && $(MAKE) install)
 
+uninstall_tex2rtf: 
+       (cd tex2rtf/src && $(MAKE) uninstall)
+
 install-strip_tex2rtf: 
        (cd tex2rtf/src && $(MAKE) install-strip)
 
@@ -60,6 +67,9 @@ helpgen:
 install_helpgen: 
        (cd HelpGen && $(MAKE) install)
 
+uninstall_helpgen: 
+       (cd HelpGen && $(MAKE) uninstall)
+
 install-strip_helpgen: 
        (cd HelpGen && $(MAKE) install-strip)
 
@@ -67,4 +77,4 @@ install-strip_helpgen:
 # Include dependency info, if present:
 @IF_GNU_MAKE@-include .deps/*.d
 
-.PHONY: all install uninstall clean distclean emulator helpview tex2rtf install_tex2rtf install-strip_tex2rtf helpgen install_helpgen install-strip_helpgen
+.PHONY: all install uninstall clean distclean emulator helpview tex2rtf install_tex2rtf uninstall_tex2rtf install-strip_tex2rtf helpgen install_helpgen uninstall_helpgen install-strip_helpgen