X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1e61c81bdadbb76862314841528c51f6ecf07e1..9d6a9fdd13ab25f0ac7c54a3ec8098f8b5c1d118:/utils/Makefile.in diff --git a/utils/Makefile.in b/utils/Makefile.in index ebec162d12..bd464442e5 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1 (http://bakefile.sourceforge.net) +# Bakefile 0.1.4 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -22,6 +22,16 @@ DESTDIR = 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 @@ -31,36 +41,26 @@ clean: (cd tex2rtf/src && $(MAKE) clean) (cd HelpGen && $(MAKE) clean) -configtool: - (cd configtool/src && $(MAKE) all) - distclean: clean rm -f configure 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) -helpgen: - (cd HelpGen && $(MAKE) all) - helpview: (cd helpview/src && $(MAKE) all) -install: all - (cd tex2rtf/src && $(MAKE) install) - (cd HelpGen && $(MAKE) install) - -install-strip: install - (cd tex2rtf/src && $(MAKE) install-strip) - (cd HelpGen && $(MAKE) install-strip) - 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 configtool distclean emulator helpgen helpview install tex2rtf uninstall +.PHONY: all install uninstall clean distclean configtool emulator helpview tex2rtf helpgen