mtollari 4db94043cb Patch level : 12.0 no-patch
Files correlati     : 
Commento            : Spostamento in libraries delle librerie esterne di Campo per una maggiore pulizia e organizzazione

git-svn-id: svn://10.65.10.50/branches/R_10_00@24150 c028cbd2-c16b-5b4b-a496-9718f37d4682
2017-10-26 09:11:15 +00:00

69 lines
2.1 KiB
Plaintext

# =========================================================================
# This makefile was generated by
# Bakefile 0.2.8 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================
include ../build/msw/config.dmc
# -------------------------------------------------------------------------
# Do not modify the rest of this file!
# -------------------------------------------------------------------------
### Variables: ###
MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" VENDOR="$(VENDOR)" \
WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)"
### Targets: ###
all : emulator helpview tex2rtf helpgen
clean :
-if exist .\*.obj del .\*.obj
-if exist .\*.res del .\*.res
-if exist .\*.sym del .\*.sym
@echo cd emulator\src >emulator.bat
@echo make -f makefile.dmc $(MAKEARGS) clean >>emulator.bat
emulator.bat
@del emulator.bat
@echo cd helpview\src >helpview.bat
@echo make -f makefile.dmc $(MAKEARGS) clean >>helpview.bat
helpview.bat
@del helpview.bat
@echo cd tex2rtf\src >tex2rtf.bat
@echo make -f makefile.dmc $(MAKEARGS) clean >>tex2rtf.bat
tex2rtf.bat
@del tex2rtf.bat
@echo cd HelpGen\src >helpgen.bat
@echo make -f makefile.dmc $(MAKEARGS) clean >>helpgen.bat
helpgen.bat
@del helpgen.bat
emulator :
@echo cd emulator\src >emulator.bat
@echo make -f makefile.dmc $(MAKEARGS) all >>emulator.bat
emulator.bat
@del emulator.bat
helpview :
@echo cd helpview\src >helpview.bat
@echo make -f makefile.dmc $(MAKEARGS) all >>helpview.bat
helpview.bat
@del helpview.bat
tex2rtf :
@echo cd tex2rtf\src >tex2rtf.bat
@echo make -f makefile.dmc $(MAKEARGS) all >>tex2rtf.bat
tex2rtf.bat
@del tex2rtf.bat
helpgen :
@echo cd HelpGen\src >helpgen.bat
@echo make -f makefile.dmc $(MAKEARGS) all >>helpgen.bat
helpgen.bat
@del helpgen.bat