]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/Makefile.in
use -lcma for a build with threads under HP-UX using native compiler
[wxWidgets.git] / utils / Makefile.in
index c1c5db0179205609c34c133df0aa7b27fab80fbf..f046e808cc3a7d33736e0d177d81688c654656f2 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.1 (http://bakefile.sourceforge.net)
+#     Bakefile 0.1.3 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -13,41 +13,54 @@ INSTALL = @INSTALL@
 
 ### Variables: ###
 
+DESTDIR = 
 
 ### Conditionally set variables: ###
 
 
 ### Targets: ###
 
-all: tex2rtf helpgen
+all: configtool emulator helpview tex2rtf helpgen
+
+install: all
+       (cd tex2rtf/src && $(MAKE) install)
+       (cd HelpGen && $(MAKE) install)
+
+uninstall: 
+
+install-strip: install
+       (cd tex2rtf/src && $(MAKE) install-strip)
+       (cd HelpGen && $(MAKE) install-strip)
 
 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)
 
 distclean: clean
        rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
 
-helpgen
-       (cd HelpGen && $(MAKE) all)
+configtool
+       (cd configtool/src && $(MAKE) all)
 
-install: all
-       (cd tex2rtf/src && $(MAKE) install)
-       (cd HelpGen && $(MAKE) install)
+emulator: 
+       (cd emulator/src && $(MAKE) all)
 
-install-strip: install
-       (cd tex2rtf/src && $(MAKE) install-strip)
-       (cd HelpGen && $(MAKE) install-strip)
+helpview: 
+       (cd helpview/src && $(MAKE) all)
 
 tex2rtf: 
        (cd tex2rtf/src && $(MAKE) all)
 
-uninstall: 
+helpgen: 
+       (cd HelpGen && $(MAKE) all)
 
 
 # Include dependency info, if present:
 @IF_GNU_MAKE@-include .deps/*.d
 
-.PHONY: all clean distclean helpgen install tex2rtf uninstall
+.PHONY: all install uninstall clean distclean configtool emulator helpview tex2rtf helpgen