cf9b63b38a
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
269 lines
10 KiB
Plaintext
269 lines
10 KiB
Plaintext
# =========================================================================
|
|
# This makefile was generated by
|
|
# Bakefile 0.2.0 (http://bakefile.sourceforge.net)
|
|
# Do not modify, all changes will be overwritten!
|
|
# =========================================================================
|
|
|
|
.autodepend
|
|
|
|
!ifndef BCCDIR
|
|
!ifndef MAKEDIR
|
|
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
|
!endif
|
|
BCCDIR = $(MAKEDIR)\..
|
|
!endif
|
|
|
|
!include ../../../build/msw/config.bcc
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Do not modify the rest of this file!
|
|
# -------------------------------------------------------------------------
|
|
|
|
### Variables: ###
|
|
|
|
WX_RELEASE_NODOT = 27
|
|
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)0
|
|
OBJS = \
|
|
bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
|
LIBDIRNAME = ..\..\src\animate\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
|
|
SETUPHDIR = \
|
|
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
|
|
ANIMATEDLL_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
|
$(__OPTIMIZEFLAG) $(__THREADSFLAG) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
|
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
|
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
|
|
-I$(SETUPHDIR) -I..\..\src\animate\..\..\..\include \
|
|
-I..\..\src\animate\..\..\include -DWXUSINGDLL -DWXMAKINGDLL_ANIMATE -Hu \
|
|
-H=$(OBJS)\wxprec_animatedll.csm $(CPPFLAGS) $(CXXFLAGS)
|
|
ANIMATEDLL_OBJECTS = \
|
|
$(OBJS)\animatedll_dummy.obj \
|
|
$(OBJS)\animatedll_animate.obj
|
|
ANIMATELIB_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
|
$(__OPTIMIZEFLAG) $(__THREADSFLAG) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
|
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
|
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
|
|
-I$(SETUPHDIR) -I..\..\src\animate\..\..\..\include \
|
|
-I..\..\src\animate\..\..\include -Hu -H=$(OBJS)\wxprec_animatelib.csm \
|
|
$(CPPFLAGS) $(CXXFLAGS)
|
|
ANIMATELIB_OBJECTS = \
|
|
$(OBJS)\animatelib_dummy.obj \
|
|
$(OBJS)\animatelib_animate.obj
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
!if "$(USE_GUI)" == "0"
|
|
PORTNAME = base
|
|
!endif
|
|
!if "$(USE_GUI)" == "1"
|
|
PORTNAME = msw
|
|
!endif
|
|
!if "$(OFFICIAL_BUILD)" == "0"
|
|
VENDORTAG = _$(VENDOR)
|
|
!endif
|
|
!if "$(OFFICIAL_BUILD)" == "1"
|
|
VENDORTAG =
|
|
!endif
|
|
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
|
|
WXDEBUGFLAG = d
|
|
!endif
|
|
!if "$(DEBUG_FLAG)" == "1"
|
|
WXDEBUGFLAG = d
|
|
!endif
|
|
!if "$(UNICODE)" == "1"
|
|
WXUNICODEFLAG = u
|
|
!endif
|
|
!if "$(WXUNIV)" == "1"
|
|
WXUNIVNAME = univ
|
|
!endif
|
|
!if "$(SHARED)" == "1"
|
|
WXDLLFLAG = dll
|
|
!endif
|
|
!if "$(SHARED)" == "0"
|
|
LIBTYPE_SUFFIX = lib
|
|
!endif
|
|
!if "$(SHARED)" == "1"
|
|
LIBTYPE_SUFFIX = dll
|
|
!endif
|
|
!if "$(MONOLITHIC)" == "0"
|
|
EXTRALIBS_FOR_BASE =
|
|
!endif
|
|
!if "$(MONOLITHIC)" == "1"
|
|
EXTRALIBS_FOR_BASE =
|
|
!endif
|
|
!if "$(SHARED)" == "1"
|
|
__animatedll___depname = \
|
|
$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG).dll
|
|
!endif
|
|
!if "$(USE_THREADS)" == "0"
|
|
__THREADSFLAG_6 =
|
|
!endif
|
|
!if "$(USE_THREADS)" == "1"
|
|
__THREADSFLAG_6 = mt
|
|
!endif
|
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
|
__RUNTIME_LIBS_9 = i
|
|
!endif
|
|
!if "$(RUNTIME_LIBS)" == "static"
|
|
__RUNTIME_LIBS_9 =
|
|
!endif
|
|
!if "$(WXUNIV)" == "1"
|
|
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
|
|
!endif
|
|
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
|
|
__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
|
|
!endif
|
|
!if "$(DEBUG_FLAG)" == "1"
|
|
__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
|
|
!endif
|
|
!if "$(USE_EXCEPTIONS)" == "0"
|
|
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
|
|
!endif
|
|
!if "$(USE_RTTI)" == "0"
|
|
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
|
|
!endif
|
|
!if "$(USE_THREADS)" == "0"
|
|
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
|
|
!endif
|
|
!if "$(UNICODE)" == "1"
|
|
__UNICODE_DEFINE_p_1 = -d_UNICODE
|
|
!endif
|
|
!if "$(MSLU)" == "1"
|
|
__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
|
|
!endif
|
|
!if "$(MONOLITHIC)" == "1"
|
|
__WXLIB_MONO_p = \
|
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
|
!endif
|
|
!if "$(USE_GUI)" == "1"
|
|
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
|
|
!endif
|
|
!if "$(USE_GUI)" == "1"
|
|
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
|
|
!endif
|
|
!if "$(USE_GUI)" == "1"
|
|
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
|
|
!endif
|
|
!if "$(MSLU)" == "1"
|
|
__UNICOWS_LIB_p = unicows.lib
|
|
!endif
|
|
!if "$(MONOLITHIC)" == "0"
|
|
__WXLIB_CORE_p = \
|
|
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
|
|
!endif
|
|
!if "$(MONOLITHIC)" == "0"
|
|
__WXLIB_BASE_p = \
|
|
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
|
|
!endif
|
|
!if "$(SHARED)" == "0"
|
|
__animatelib___depname = \
|
|
$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib
|
|
!endif
|
|
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
|
|
__DEBUGINFO = -v
|
|
!endif
|
|
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
|
|
__DEBUGINFO = -v-
|
|
!endif
|
|
!if "$(DEBUG_INFO)" == "0"
|
|
__DEBUGINFO = -v-
|
|
!endif
|
|
!if "$(DEBUG_INFO)" == "1"
|
|
__DEBUGINFO = -v
|
|
!endif
|
|
!if "$(BUILD)" == "debug"
|
|
__OPTIMIZEFLAG = -Od
|
|
!endif
|
|
!if "$(BUILD)" == "release"
|
|
__OPTIMIZEFLAG = -O2
|
|
!endif
|
|
!if "$(USE_THREADS)" == "0"
|
|
__THREADSFLAG =
|
|
!endif
|
|
!if "$(USE_THREADS)" == "1"
|
|
__THREADSFLAG = -tWM
|
|
!endif
|
|
!if "$(RUNTIME_LIBS)" == "dynamic"
|
|
__RUNTIME_LIBS = -tWR
|
|
!endif
|
|
!if "$(RUNTIME_LIBS)" == "static"
|
|
__RUNTIME_LIBS =
|
|
!endif
|
|
!if "$(WXUNIV)" == "1"
|
|
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
|
!endif
|
|
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
|
|
__DEBUG_DEFINE_p = -D__WXDEBUG__
|
|
!endif
|
|
!if "$(DEBUG_FLAG)" == "1"
|
|
__DEBUG_DEFINE_p = -D__WXDEBUG__
|
|
!endif
|
|
!if "$(USE_EXCEPTIONS)" == "0"
|
|
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
|
!endif
|
|
!if "$(USE_RTTI)" == "0"
|
|
__RTTI_DEFINE_p = -DwxNO_RTTI
|
|
!endif
|
|
!if "$(USE_THREADS)" == "0"
|
|
__THREAD_DEFINE_p = -DwxNO_THREADS
|
|
!endif
|
|
!if "$(UNICODE)" == "1"
|
|
__UNICODE_DEFINE_p = -D_UNICODE
|
|
!endif
|
|
!if "$(MSLU)" == "1"
|
|
__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
|
|
!endif
|
|
|
|
|
|
all: $(OBJS)
|
|
$(OBJS):
|
|
-if not exist $(OBJS) mkdir $(OBJS)
|
|
|
|
### Targets: ###
|
|
|
|
all: $(__animatedll___depname) $(__animatelib___depname)
|
|
|
|
clean:
|
|
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
|
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
|
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
|
|
-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG).dll
|
|
-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG).tds del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG).tds
|
|
-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG).ilc del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG).ilc
|
|
-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG).ild del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG).ild
|
|
-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG).ilf del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG).ilf
|
|
-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG).ils del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG).ils
|
|
-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib
|
|
-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib
|
|
|
|
!if "$(SHARED)" == "1"
|
|
$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG).dll: $(OBJS)\animatedll_dummy.obj $(ANIMATEDLL_OBJECTS) $(OBJS)\animatedll_version.res
|
|
ilink32 -Tpd -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) @&&|
|
|
c0d32.obj $(ANIMATEDLL_OBJECTS),$@,, $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) import32.lib cw32$(__THREADSFLAG_6)$(__RUNTIME_LIBS_9).lib,, $(OBJS)\animatedll_version.res
|
|
|
|
|
implib -f $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate $@
|
|
!endif
|
|
|
|
!if "$(SHARED)" == "0"
|
|
$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib: $(OBJS)\animatelib_dummy.obj $(ANIMATELIB_OBJECTS)
|
|
if exist $@ del $@
|
|
tlib /a /p4096 $@ @&&|
|
|
$(ANIMATELIB_OBJECTS)
|
|
|
|
|
!endif
|
|
|
|
$(OBJS)\animatedll_dummy.obj: ../../src/animate\..\..\..\src\msw\dummy.cpp
|
|
$(CXX) -q -c -P -o$@ $(ANIMATEDLL_CXXFLAGS) -H $**
|
|
|
|
$(OBJS)\animatedll_version.res: ../../src/animate\..\..\..\src\msw\version.rc
|
|
brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) -i$(SETUPHDIR) -i..\..\src\animate\..\..\..\include -dWXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_bcc$(VENDORTAG) $**
|
|
|
|
$(OBJS)\animatedll_animate.obj: ../../src/animate\animate.cpp
|
|
$(CXX) -q -c -P -o$@ $(ANIMATEDLL_CXXFLAGS) $**
|
|
|
|
$(OBJS)\animatelib_dummy.obj: ../../src/animate\..\..\..\src\msw\dummy.cpp
|
|
$(CXX) -q -c -P -o$@ $(ANIMATELIB_CXXFLAGS) -H $**
|
|
|
|
$(OBJS)\animatelib_animate.obj: ../../src/animate\animate.cpp
|
|
$(CXX) -q -c -P -o$@ $(ANIMATELIB_CXXFLAGS) $**
|
|
|