]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/Makefile.in
wxComboControl and wxOwnerDrawnComboBox (patch 1479938)
[wxWidgets.git] / utils / Makefile.in
index d74f37219344b9f9b8edf51ab28345e822164859..5d7d4906674094ef0d56d9241a58dd6a3ef4a466 100644 (file)
@@ -1,12 +1,74 @@
-#
-# Makefile : Builds wxWindows utils for Unix.
-#
+# =========================================================================
+#     This makefile was generated by
+#     Bakefile 0.2.0 (http://bakefile.sourceforge.net)
+#     Do not modify, all changes will be overwritten!
+# =========================================================================
 
-UTILS_SUBDIRS=tex2rtf hhp2cached makegen HelpGen dialoged helpview
 
-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@
+INSTALL = @INSTALL@
 
+### Variables: ###
+
+DESTDIR = 
+
+### Conditionally set variables: ###
+
+
+### Targets: ###
+
+all: configtool emulator helpview tex2rtf helpgen
+
+install: all install_tex2rtf install_helpgen
+
+uninstall: 
+
+install-strip: install install-strip_tex2rtf install-strip_helpgen
+
+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 config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
+
+configtool: 
+       (cd configtool/src && $(MAKE) all)
+
+emulator: 
+       (cd emulator/src && $(MAKE) all)
+
+helpview: 
+       (cd helpview/src && $(MAKE) all)
+
+tex2rtf: 
+       (cd tex2rtf/src && $(MAKE) all)
+
+install_tex2rtf: 
+       (cd tex2rtf/src && $(MAKE) install)
+
+install-strip_tex2rtf: 
+       (cd tex2rtf/src && $(MAKE) install-strip)
+
+helpgen: 
+       (cd HelpGen && $(MAKE) all)
+
+install_helpgen: 
+       (cd HelpGen && $(MAKE) install)
+
+install-strip_helpgen: 
+       (cd HelpGen && $(MAKE) install-strip)
+
+
+# Include dependency info, if present:
+@IF_GNU_MAKE@-include .deps/*.d
+
+.PHONY: all install uninstall clean distclean configtool emulator helpview tex2rtf install_tex2rtf install-strip_tex2rtf helpgen install_helpgen install-strip_helpgen