X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39fc1a6a05cf1cc5122668e1707c497da5f937f9..1bf38b0eda268c1613ea36d6a30caa478a261c74:/utils/Makefile.in?ds=sidebyside diff --git a/utils/Makefile.in b/utils/Makefile.in index 141bfa23da..35f2e7f8b2 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -1,12 +1,66 @@ -# -# Makefile : Builds wxWindows utils for Unix. -# +# ========================================================================= +# This makefile was generated by +# Bakefile 0.1.6 (http://bakefile.sourceforge.net) +# 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@ +INSTALL = @INSTALL@ +### Variables: ### + +DESTDIR = + +### Conditionally set variables: ### + + +### Targets: ### + +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 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) + +helpgen: + (cd HelpGen && $(MAKE) all) + + +# Include dependency info, if present: +@IF_GNU_MAKE@-include .deps/*.d + +.PHONY: all install uninstall clean distclean configtool emulator helpview tex2rtf helpgen