Regenerate utils makefiles
emulator and execmon were removed, so utils makefiles must be regenerated from the updated bakefile.
This commit is contained in:
parent
8030d3124a
commit
af97f4a735
3 changed files with 8 additions and 53 deletions
|
|
@ -21,19 +21,17 @@ DESTDIR =
|
|||
|
||||
### Targets: ###
|
||||
|
||||
all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
|
||||
all: helpview hhp2cached ifacecheck screenshotgen wxrc
|
||||
|
||||
install: install_execmon install_ifacecheck install_screenshotgen install_wxrc
|
||||
install: install_ifacecheck install_screenshotgen install_wxrc
|
||||
|
||||
uninstall: uninstall_execmon uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
|
||||
uninstall: uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
|
||||
|
||||
install-strip: install install-strip_execmon install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
|
||||
install-strip: install install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
|
||||
|
||||
clean:
|
||||
rm -rf ./.deps ./.pch
|
||||
rm -f ./*.o
|
||||
-(cd emulator/src && $(MAKE) clean)
|
||||
-(cd execmon && $(MAKE) clean)
|
||||
-(cd helpview/src && $(MAKE) clean)
|
||||
-(cd hhp2cached && $(MAKE) clean)
|
||||
-(cd ifacecheck/src && $(MAKE) clean)
|
||||
|
|
@ -42,29 +40,12 @@ clean:
|
|||
|
||||
distclean: clean
|
||||
rm -f config.cache config.log config.status bk-deps bk-make-pch Makefile
|
||||
-(cd emulator/src && $(MAKE) distclean)
|
||||
-(cd execmon && $(MAKE) distclean)
|
||||
-(cd helpview/src && $(MAKE) distclean)
|
||||
-(cd hhp2cached && $(MAKE) distclean)
|
||||
-(cd ifacecheck/src && $(MAKE) distclean)
|
||||
-(cd screenshotgen/src && $(MAKE) distclean)
|
||||
-(cd wxrc && $(MAKE) distclean)
|
||||
|
||||
emulator:
|
||||
(cd emulator/src && $(MAKE) all)
|
||||
|
||||
execmon:
|
||||
(cd execmon && $(MAKE) all)
|
||||
|
||||
install_execmon:
|
||||
(cd execmon && $(MAKE) install)
|
||||
|
||||
uninstall_execmon:
|
||||
(cd execmon && $(MAKE) uninstall)
|
||||
|
||||
install-strip_execmon:
|
||||
(cd execmon && $(MAKE) install-strip)
|
||||
|
||||
helpview:
|
||||
(cd helpview/src && $(MAKE) all)
|
||||
|
||||
|
|
@ -111,8 +92,7 @@ install-strip_wxrc:
|
|||
# Include dependency info, if present:
|
||||
@IF_GNU_MAKE@-include ./.deps/*.d
|
||||
|
||||
.PHONY: all install uninstall clean distclean emulator execmon install_execmon \
|
||||
uninstall_execmon install-strip_execmon helpview hhp2cached ifacecheck \
|
||||
.PHONY: all install uninstall clean distclean helpview hhp2cached ifacecheck \
|
||||
install_ifacecheck uninstall_ifacecheck install-strip_ifacecheck \
|
||||
screenshotgen install_screenshotgen uninstall_screenshotgen \
|
||||
install-strip_screenshotgen wxrc install_wxrc uninstall_wxrc \
|
||||
|
|
|
|||
|
|
@ -36,25 +36,17 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
|
|||
|
||||
### Targets: ###
|
||||
|
||||
all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
|
||||
all: helpview hhp2cached ifacecheck screenshotgen wxrc
|
||||
|
||||
clean:
|
||||
-if exist .\*.o del .\*.o
|
||||
-if exist .\*.d del .\*.d
|
||||
$(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C execmon -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C hhp2cached -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C ifacecheck\src -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C screenshotgen\src -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C wxrc -f makefile.gcc $(MAKEARGS) clean
|
||||
|
||||
emulator:
|
||||
$(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
execmon:
|
||||
$(MAKE) -C execmon -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
helpview:
|
||||
$(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
|
|
@ -70,8 +62,7 @@ screenshotgen:
|
|||
wxrc:
|
||||
$(MAKE) -C wxrc -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
.PHONY: all clean emulator execmon helpview hhp2cached ifacecheck screenshotgen \
|
||||
wxrc
|
||||
.PHONY: all clean helpview hhp2cached ifacecheck screenshotgen wxrc
|
||||
|
||||
|
||||
SHELL := $(COMSPEC)
|
||||
|
|
|
|||
|
|
@ -36,18 +36,12 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
|
|||
|
||||
### Targets: ###
|
||||
|
||||
all: sub_emulator sub_execmon sub_helpview sub_hhp2cached sub_ifacecheck sub_screenshotgen sub_wxrc
|
||||
all: sub_helpview sub_hhp2cached sub_ifacecheck sub_screenshotgen sub_wxrc
|
||||
|
||||
clean:
|
||||
-if exist .\*.obj del .\*.obj
|
||||
-if exist .\*.res del .\*.res
|
||||
-if exist .\*.pch del .\*.pch
|
||||
cd emulator\src
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd "$(MAKEDIR)"
|
||||
cd execmon
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd "$(MAKEDIR)"
|
||||
cd helpview\src
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd "$(MAKEDIR)"
|
||||
|
|
@ -64,16 +58,6 @@ clean:
|
|||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd "$(MAKEDIR)"
|
||||
|
||||
sub_emulator:
|
||||
cd emulator\src
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
cd "$(MAKEDIR)"
|
||||
|
||||
sub_execmon:
|
||||
cd execmon
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
cd "$(MAKEDIR)"
|
||||
|
||||
sub_helpview:
|
||||
cd helpview\src
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue