2003-08-10 22:11:12 +00:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
2004-02-15 02:14:15 +00:00
|
|
|
# Bakefile 0.1.3 (http://bakefile.sourceforge.net)
|
2003-08-10 22:11:12 +00:00
|
|
|
# Do not modify, all changes will be overwritten!
|
|
|
|
# =========================================================================
|
|
|
|
|
2003-12-15 11:42:03 +00:00
|
|
|
.autodepend
|
|
|
|
|
2003-08-10 22:11:12 +00:00
|
|
|
!ifndef BCCDIR
|
2003-12-15 11:42:03 +00:00
|
|
|
!ifndef MAKEDIR
|
|
|
|
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
|
|
|
!endif
|
2003-08-10 22:11:12 +00:00
|
|
|
BCCDIR = $(MAKEDIR)\..
|
|
|
|
!endif
|
|
|
|
|
|
|
|
!include ../build/msw/config.bcc
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# Do not modify the rest of this file!
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
|
|
### Variables: ###
|
|
|
|
|
2004-01-22 03:48:09 +00:00
|
|
|
MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
|
|
|
|
-DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
|
|
|
|
-DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" -DUNICODE="$(UNICODE)" \
|
|
|
|
-DMSLU="$(MSLU)" -DBUILD="$(BUILD)" -DDEBUG_INFO="$(DEBUG_INFO)" \
|
|
|
|
-DDEBUG_FLAG="$(DEBUG_FLAG)" -DMONOLITHIC="$(MONOLITHIC)" \
|
|
|
|
-DUSE_GUI="$(USE_GUI)" -DUSE_HTML="$(USE_HTML)" \
|
|
|
|
-DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" \
|
2004-01-19 06:16:56 +00:00
|
|
|
-DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
|
2004-01-22 03:48:09 +00:00
|
|
|
-DVENDOR="$(VENDOR)" -DCFG="$(CFG)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
|
2003-08-10 22:11:12 +00:00
|
|
|
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
2003-10-03 15:52:48 +00:00
|
|
|
all: configtool emulator helpview tex2rtf helpgen
|
2003-08-10 22:11:12 +00:00
|
|
|
|
|
|
|
clean:
|
|
|
|
-if exist .\*.obj del .\*.obj
|
|
|
|
-if exist .\*.res del .\*.res
|
2004-02-19 19:36:30 +00:00
|
|
|
cd configtool\src
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) clean
|
|
|
|
cd ..\..
|
|
|
|
cd emulator\src
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) clean
|
|
|
|
cd ..\..
|
|
|
|
cd helpview\src
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) clean
|
|
|
|
cd ..\..
|
|
|
|
cd tex2rtf\src
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) clean
|
|
|
|
cd ..\..
|
|
|
|
cd HelpGen
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) clean
|
|
|
|
cd ..
|
2003-08-10 22:11:12 +00:00
|
|
|
|
2003-10-03 15:52:48 +00:00
|
|
|
configtool:
|
|
|
|
cd configtool\src
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..\..
|
|
|
|
|
|
|
|
emulator:
|
|
|
|
cd emulator\src
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..\..
|
|
|
|
|
|
|
|
helpview:
|
|
|
|
cd helpview\src
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..\..
|
|
|
|
|
2003-08-10 22:11:12 +00:00
|
|
|
tex2rtf:
|
|
|
|
cd tex2rtf\src
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..\..
|
2004-01-22 03:48:09 +00:00
|
|
|
|
|
|
|
helpgen:
|
|
|
|
cd HelpGen
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..
|