X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/162a956bb6a4a3a65a9647c8f31d10ec406d0df2..31e1bd370d2ded34d97f4824029adb924a0a58a4:/utils/Makefile.in diff --git a/utils/Makefile.in b/utils/Makefile.in index 35f2e7f8b2..5d7d490667 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.6 (http://bakefile.sourceforge.net) +# Bakefile 0.2.0 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -22,15 +22,11 @@ DESTDIR = all: configtool emulator helpview tex2rtf helpgen -install: all - (cd tex2rtf/src && $(MAKE) install) - (cd HelpGen && $(MAKE) install) +install: all install_tex2rtf install_helpgen uninstall: -install-strip: install - (cd tex2rtf/src && $(MAKE) install-strip) - (cd HelpGen && $(MAKE) install-strip) +install-strip: install install-strip_tex2rtf install-strip_helpgen clean: rm -rf ./.deps ./.pch @@ -56,11 +52,23 @@ helpview: 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 helpgen +.PHONY: all install uninstall clean distclean configtool emulator helpview tex2rtf install_tex2rtf install-strip_tex2rtf helpgen install_helpgen install-strip_helpgen