2003-07-20 00:06:37 +00:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
2003-07-20 17:37:15 +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-08-06 22:44:22 +00:00
|
|
|
!include <../../build/msw/config.vc>
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# Do not modify the rest of this file!
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
|
|
### Variables: ###
|
|
|
|
|
2003-08-15 22:08:13 +00:00
|
|
|
MAKEARGS = CPPFLAGS="$(CPPFLAGS)" DEBUG_FLAG="$(DEBUG_FLAG)" \
|
|
|
|
LDFLAGS="$(LDFLAGS)" DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" CC="$(CC)" \
|
|
|
|
USE_GUI="$(USE_GUI)" MONOLITHIC="$(MONOLITHIC)" CXXFLAGS="$(CXXFLAGS)" \
|
|
|
|
USE_HTML="$(USE_HTML)" BUILD="$(BUILD)" DEBUG_INFO="$(DEBUG_INFO)" \
|
|
|
|
VENDOR="$(VENDOR)" UNICODE="$(UNICODE)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
|
|
|
|
MSLU="$(MSLU)" WXUNIV="$(WXUNIV)" RUNTIME_LIBS="$(RUNTIME_LIBS)" \
|
|
|
|
CXX="$(CXX)" CFG="$(CFG)" CFLAGS="$(CFLAGS)" SHARED="$(SHARED)" \
|
|
|
|
USE_ODBC="$(USE_ODBC)" USE_OPENGL="$(USE_OPENGL)"
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
2003-08-06 22:44:22 +00:00
|
|
|
all: sub_cube sub_isosurf sub_penguin
|
2003-07-20 00:06:37 +00:00
|
|
|
|
|
|
|
clean:
|
|
|
|
-if exist .\*.obj del .\*.obj
|
|
|
|
-if exist .\*.res del .\*.res
|
|
|
|
|
2003-08-06 22:44:22 +00:00
|
|
|
sub_cube:
|
2003-07-20 00:06:37 +00:00
|
|
|
cd cube
|
2003-08-15 22:08:13 +00:00
|
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
2003-07-20 00:06:37 +00:00
|
|
|
cd $(MAKEDIR)
|
2003-08-05 20:42:41 +00:00
|
|
|
|
2003-08-06 22:44:22 +00:00
|
|
|
sub_isosurf:
|
2003-08-05 20:42:41 +00:00
|
|
|
cd isosurf
|
2003-08-15 22:08:13 +00:00
|
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
2003-08-05 20:42:41 +00:00
|
|
|
cd $(MAKEDIR)
|
|
|
|
|
2003-08-06 22:44:22 +00:00
|
|
|
sub_penguin:
|
2003-08-05 20:42:41 +00:00
|
|
|
cd penguin
|
2003-08-15 22:08:13 +00:00
|
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
2003-08-05 20:42:41 +00:00
|
|
|
cd $(MAKEDIR)
|