add to utils.bkl the hhp2cached (why wasn't already there?) and screenshotgen utilities
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# =========================================================================
|
||||
# This makefile was generated by
|
||||
# Bakefile 0.2.3 (http://www.bakefile.org)
|
||||
# Bakefile 0.2.4 (http://www.bakefile.org)
|
||||
# Do not modify, all changes will be overwritten!
|
||||
# =========================================================================
|
||||
|
||||
@@ -21,26 +21,30 @@ DESTDIR =
|
||||
|
||||
### Targets: ###
|
||||
|
||||
all: emulator helpview ifacecheck
|
||||
all: emulator helpview hhp2cached ifacecheck screenshotgen
|
||||
|
||||
install: all install_ifacecheck
|
||||
install: install_ifacecheck install_screenshotgen
|
||||
|
||||
uninstall: uninstall_ifacecheck
|
||||
uninstall: uninstall_ifacecheck uninstall_screenshotgen
|
||||
|
||||
install-strip: install install-strip_ifacecheck
|
||||
install-strip: install install-strip_ifacecheck install-strip_screenshotgen
|
||||
|
||||
clean:
|
||||
rm -rf ./.deps ./.pch
|
||||
rm -f ./*.o
|
||||
-(cd emulator/src && $(MAKE) clean)
|
||||
-(cd helpview/src && $(MAKE) clean)
|
||||
-(cd hhp2cached && $(MAKE) clean)
|
||||
-(cd ifacecheck/src && $(MAKE) clean)
|
||||
-(cd screenshotgen/src && $(MAKE) clean)
|
||||
|
||||
distclean: clean
|
||||
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
|
||||
-(cd emulator/src && $(MAKE) distclean)
|
||||
-(cd helpview/src && $(MAKE) distclean)
|
||||
-(cd hhp2cached && $(MAKE) distclean)
|
||||
-(cd ifacecheck/src && $(MAKE) distclean)
|
||||
-(cd screenshotgen/src && $(MAKE) distclean)
|
||||
|
||||
emulator:
|
||||
(cd emulator/src && $(MAKE) all)
|
||||
@@ -48,6 +52,9 @@ emulator:
|
||||
helpview:
|
||||
(cd helpview/src && $(MAKE) all)
|
||||
|
||||
hhp2cached:
|
||||
(cd hhp2cached && $(MAKE) all)
|
||||
|
||||
ifacecheck:
|
||||
(cd ifacecheck/src && $(MAKE) all)
|
||||
|
||||
@@ -60,9 +67,23 @@ uninstall_ifacecheck:
|
||||
install-strip_ifacecheck:
|
||||
(cd ifacecheck/src && $(MAKE) install-strip)
|
||||
|
||||
screenshotgen:
|
||||
(cd screenshotgen/src && $(MAKE) all)
|
||||
|
||||
install_screenshotgen:
|
||||
(cd screenshotgen/src && $(MAKE) install)
|
||||
|
||||
uninstall_screenshotgen:
|
||||
(cd screenshotgen/src && $(MAKE) uninstall)
|
||||
|
||||
install-strip_screenshotgen:
|
||||
(cd screenshotgen/src && $(MAKE) install-strip)
|
||||
|
||||
|
||||
# Include dependency info, if present:
|
||||
@IF_GNU_MAKE@-include ./.deps/*.d
|
||||
|
||||
.PHONY: all install uninstall clean distclean emulator helpview ifacecheck \
|
||||
install_ifacecheck uninstall_ifacecheck install-strip_ifacecheck
|
||||
.PHONY: all install uninstall clean distclean emulator helpview hhp2cached \
|
||||
ifacecheck install_ifacecheck uninstall_ifacecheck install-strip_ifacecheck \
|
||||
screenshotgen install_screenshotgen uninstall_screenshotgen \
|
||||
install-strip_screenshotgen
|
||||
|
Reference in New Issue
Block a user