2003-08-10 22:11:12 +00:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
2004-05-24 14:12:40 +00:00
|
|
|
# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
|
2003-08-10 22:11:12 +00:00
|
|
|
# Do not modify, all changes will be overwritten!
|
|
|
|
# =========================================================================
|
|
|
|
|
|
|
|
!include ../build/msw/config.wat
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# Do not modify the rest of this file!
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
|
|
# Speed up compilation a bit:
|
|
|
|
!ifdef __LOADDLL__
|
|
|
|
! loaddll wcc wccd
|
|
|
|
! loaddll wccaxp wccdaxp
|
|
|
|
! loaddll wcc386 wccd386
|
|
|
|
! loaddll wpp wppdi86
|
|
|
|
! loaddll wppaxp wppdaxp
|
|
|
|
! loaddll wpp386 wppd386
|
|
|
|
! loaddll wlink wlink
|
|
|
|
! loaddll wlib wlibd
|
|
|
|
!endif
|
|
|
|
|
|
|
|
# We need these variables in some bakefile-made rules:
|
|
|
|
WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
|
|
|
|
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
### Variables: ###
|
|
|
|
|
2004-01-22 03:48:09 +00:00
|
|
|
MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &
|
|
|
|
CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" SHARED="$(SHARED)" &
|
|
|
|
WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" BUILD="$(BUILD)" &
|
|
|
|
DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" &
|
|
|
|
MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" &
|
2004-09-27 06:53:08 +00:00
|
|
|
USE_XRC="$(USE_XRC)" USE_OPENGL="$(USE_OPENGL)" USE_ODBC="$(USE_ODBC)" &
|
2004-01-19 06:16:56 +00:00
|
|
|
USE_EXCEPTIONS="$(USE_EXCEPTIONS)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" &
|
2004-09-27 06:53:08 +00:00
|
|
|
VENDOR="$(VENDOR)" WX_FLAVOUR="$(WX_FLAVOUR)" &
|
|
|
|
WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" &
|
|
|
|
CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" &
|
|
|
|
RUNTIME_LIBS="$(RUNTIME_LIBS)"
|
2003-08-10 22:11:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
2003-10-03 15:52:48 +00:00
|
|
|
all : .SYMBOLIC configtool emulator helpview tex2rtf helpgen
|
2003-08-10 22:11:12 +00:00
|
|
|
|
|
|
|
clean : .SYMBOLIC
|
|
|
|
-if exist .\*.obj del .\*.obj
|
|
|
|
-if exist .\*.res del .\*.res
|
|
|
|
-if exist .\*.lbc del .\*.lbc
|
|
|
|
-if exist .\*.ilk del .\*.ilk
|
2004-02-19 19:36:30 +00:00
|
|
|
cd configtool\src
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
|
|
|
cd $(WATCOM_CWD)
|
|
|
|
cd emulator\src
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
|
|
|
cd $(WATCOM_CWD)
|
|
|
|
cd helpview\src
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
|
|
|
cd $(WATCOM_CWD)
|
|
|
|
cd tex2rtf\src
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
|
|
|
cd $(WATCOM_CWD)
|
|
|
|
cd HelpGen
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
|
|
|
cd $(WATCOM_CWD)
|
2003-08-10 22:11:12 +00:00
|
|
|
|
2003-10-03 15:52:48 +00:00
|
|
|
configtool : .SYMBOLIC
|
|
|
|
cd configtool\src
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
|
|
|
cd $(WATCOM_CWD)
|
|
|
|
|
|
|
|
emulator : .SYMBOLIC
|
|
|
|
cd emulator\src
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
|
|
|
cd $(WATCOM_CWD)
|
|
|
|
|
|
|
|
helpview : .SYMBOLIC
|
|
|
|
cd helpview\src
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
|
|
|
cd $(WATCOM_CWD)
|
|
|
|
|
2003-08-10 22:11:12 +00:00
|
|
|
tex2rtf : .SYMBOLIC
|
|
|
|
cd tex2rtf\src
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
|
|
|
cd $(WATCOM_CWD)
|
2004-01-22 03:48:09 +00:00
|
|
|
|
|
|
|
helpgen : .SYMBOLIC
|
|
|
|
cd HelpGen
|
|
|
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
|
|
|
cd $(WATCOM_CWD)
|