2003-07-20 00:06:37 +00:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
2003-07-25 12:38:48 +00:00
|
|
|
# Bakefile 0.1.1 (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-19 06:16:56 +00:00
|
|
|
MAKEARGS = -DCPPFLAGS="$(CPPFLAGS)" -DMONOLITHIC="$(MONOLITHIC)" \
|
|
|
|
-DCXXFLAGS="$(CXXFLAGS)" -DVENDOR="$(VENDOR)" \
|
|
|
|
-DRUNTIME_LIBS="$(RUNTIME_LIBS)" -DLDFLAGS="$(LDFLAGS)" \
|
|
|
|
-DUSE_OPENGL="$(USE_OPENGL)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \
|
|
|
|
-DUNICODE="$(UNICODE)" -DCC="$(CC)" -DUSE_GUI="$(USE_GUI)" \
|
2003-08-15 22:08:13 +00:00
|
|
|
-DUSE_HTML="$(USE_HTML)" -DBUILD="$(BUILD)" -DDEBUG_INFO="$(DEBUG_INFO)" \
|
2004-01-19 06:16:56 +00:00
|
|
|
-DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
|
|
|
|
-DMSLU="$(MSLU)" -DWXUNIV="$(WXUNIV)" -DCXX="$(CXX)" -DCFG="$(CFG)" \
|
|
|
|
-DCFLAGS="$(CFLAGS)" -DSHARED="$(SHARED)" -DUSE_ODBC="$(USE_ODBC)"
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
|
|
|
all: about help helpview printing test virtual widget zip
|
|
|
|
|
|
|
|
about:
|
2003-08-06 22:44:22 +00:00
|
|
|
cd about
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
clean:
|
|
|
|
-if exist .\*.obj del .\*.obj
|
|
|
|
-if exist .\*.res del .\*.res
|
|
|
|
|
|
|
|
help:
|
2003-08-06 22:44:22 +00:00
|
|
|
cd help
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
helpview:
|
2003-08-06 22:44:22 +00:00
|
|
|
cd helpview
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
printing:
|
2003-08-06 22:44:22 +00:00
|
|
|
cd printing
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
test:
|
2003-08-06 22:44:22 +00:00
|
|
|
cd test
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
virtual:
|
2003-08-06 22:44:22 +00:00
|
|
|
cd virtual
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
widget:
|
2003-08-06 22:44:22 +00:00
|
|
|
cd widget
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
zip:
|
2003-08-06 22:44:22 +00:00
|
|
|
cd zip
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..
|