2003-07-20 00:06:37 +00:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
2006-02-10 19:51:08 +00:00
|
|
|
# Bakefile 0.2.0 (http://bakefile.sourceforge.net)
|
2003-07-20 00:06:37 +00:00
|
|
|
# Do not modify, all changes will be overwritten!
|
|
|
|
# =========================================================================
|
|
|
|
|
2003-12-15 11:42:03 +00:00
|
|
|
.autodepend
|
|
|
|
|
2003-07-20 00:06:37 +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-07-20 00:06:37 +00:00
|
|
|
BCCDIR = $(MAKEDIR)\..
|
|
|
|
!endif
|
|
|
|
|
2003-08-06 22:44:22 +00:00
|
|
|
!include ../../build/msw/config.bcc
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# 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)" \
|
2006-02-10 19:51:08 +00:00
|
|
|
-DCPP="$(CPP)" -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_XRC="$(USE_XRC)" \
|
2005-03-23 13:05:13 +00:00
|
|
|
-DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" -DUSE_QA="$(USE_QA)" \
|
|
|
|
-DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
|
|
|
|
-DUSE_THREADS="$(USE_THREADS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
|
2004-09-27 06:53:08 +00:00
|
|
|
-DVENDOR="$(VENDOR)" -DWX_FLAVOUR="$(WX_FLAVOUR)" \
|
|
|
|
-DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" -DCFG="$(CFG)" \
|
|
|
|
-DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
|
|
|
|
-DRUNTIME_LIBS="$(RUNTIME_LIBS)"
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
2003-08-05 20:42:41 +00:00
|
|
|
all: cube isosurf penguin
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
clean:
|
|
|
|
-if exist .\*.obj del .\*.obj
|
|
|
|
-if exist .\*.res del .\*.res
|
2005-02-12 18:53:20 +00:00
|
|
|
-if exist .\*.csm del .\*.csm
|
2004-05-24 14:12:40 +00:00
|
|
|
@echo cd cube >cube.bat
|
|
|
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>cube.bat
|
|
|
|
call cube.bat
|
|
|
|
@del cube.bat
|
|
|
|
@echo cd isosurf >isosurf.bat
|
|
|
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>isosurf.bat
|
|
|
|
call isosurf.bat
|
|
|
|
@del isosurf.bat
|
|
|
|
@echo cd penguin >penguin.bat
|
|
|
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>penguin.bat
|
|
|
|
call penguin.bat
|
|
|
|
@del penguin.bat
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
cube:
|
2004-05-24 14:12:40 +00:00
|
|
|
@echo cd cube >cube.bat
|
|
|
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>cube.bat
|
|
|
|
call cube.bat
|
|
|
|
@del cube.bat
|
2003-08-05 20:42:41 +00:00
|
|
|
|
|
|
|
isosurf:
|
2004-05-24 14:12:40 +00:00
|
|
|
@echo cd isosurf >isosurf.bat
|
|
|
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>isosurf.bat
|
|
|
|
call isosurf.bat
|
|
|
|
@del isosurf.bat
|
2003-08-05 20:42:41 +00:00
|
|
|
|
|
|
|
penguin:
|
2004-05-24 14:12:40 +00:00
|
|
|
@echo cd penguin >penguin.bat
|
|
|
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>penguin.bat
|
|
|
|
call penguin.bat
|
|
|
|
@del penguin.bat
|
2005-02-12 18:53:20 +00:00
|
|
|
|