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-08-06 22:44:22 +00:00
include ../../../build/msw/config.gcc
2003-07-20 00:06:37 +00:00
# -------------------------------------------------------------------------
# Do not modify the rest of this file!
# -------------------------------------------------------------------------
### Variables: ###
2003-12-15 11:42:03 +00:00
ANIMATEDLL_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(GCCFLAGS) \
2003-08-01 16:05:28 +00:00
-DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
2003-08-15 22:08:13 +00:00
$(__UNICODE_DEFINE_p) -I..\..\src\animate\..\..\..\include -I$(SETUPHDIR) \
2003-09-15 15:36:27 +00:00
-Wall -I..\..\src\animate\..\..\include -DWXUSINGDLL -DWXMAKINGDLL_ANIMATE \
2003-12-15 11:42:03 +00:00
$(__EXCEPTIONSFLAG) $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS)
2003-08-01 16:05:28 +00:00
ANIMATEDLL_OBJECTS = \
$(OBJS)\animatedll_dummy.o \
$(OBJS)\animatedll_animate.o
2003-12-15 11:42:03 +00:00
ANIMATELIB_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(GCCFLAGS) \
2003-08-01 16:05:28 +00:00
-DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
2003-08-15 22:08:13 +00:00
$(__UNICODE_DEFINE_p) -I..\..\src\animate\..\..\..\include -I$(SETUPHDIR) \
2003-12-15 11:42:03 +00:00
-Wall -I..\..\src\animate\..\..\include $(__EXCEPTIONSFLAG) \
$(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS)
2003-08-01 16:05:28 +00:00
ANIMATELIB_OBJECTS = \
$(OBJS)\animatelib_dummy.o \
$(OBJS)\animatelib_animate.o
OBJS = \
gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
2003-08-15 22:08:13 +00:00
SETUPHDIR = \
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2003-07-20 00:06:37 +00:00
### Conditionally set variables: ###
ifeq ($(GCC_VERSION),2.95)
GCCFLAGS = -fvtable-thunks
endif
2003-08-15 22:08:13 +00:00
ifeq ($(SHARED),0)
LIBDIRNAME = ..\..\src\animate\..\..\..\lib\gcc_lib$(CFG)
endif
ifeq ($(SHARED),1)
LIBDIRNAME = ..\..\src\animate\..\..\..\lib\gcc_dll$(CFG)
endif
2003-07-20 00:06:37 +00:00
ifeq ($(USE_GUI),0)
PORTNAME = base
endif
ifeq ($(USE_GUI),1)
PORTNAME = msw
endif
ifeq ($(OFFICIAL_BUILD),0)
VENDORTAG = _$(VENDOR)
endif
ifeq ($(OFFICIAL_BUILD),1)
VENDORTAG =
endif
ifeq ($(BUILD),debug)
2003-08-01 16:05:28 +00:00
ifeq ($(DEBUG_FLAG),default)
WXDEBUGFLAG = d
endif
endif
ifeq ($(DEBUG_FLAG),1)
2003-07-20 00:06:37 +00:00
WXDEBUGFLAG = d
endif
ifeq ($(SHARED),1)
WXDLLFLAG = dll
endif
ifeq ($(UNICODE),1)
WXUNICODEFLAG = u
endif
ifeq ($(WXUNIV),1)
WXUNIVNAME = univ
endif
ifeq ($(BUILD),debug)
2003-08-01 16:05:28 +00:00
ifeq ($(DEBUG_INFO),default)
__DEBUGINFO = -g
endif
2003-07-20 00:06:37 +00:00
endif
ifeq ($(BUILD),release)
2003-08-01 16:05:28 +00:00
ifeq ($(DEBUG_INFO),default)
__DEBUGINFO =
endif
endif
ifeq ($(DEBUG_INFO),0)
__DEBUGINFO =
endif
ifeq ($(DEBUG_INFO),1)
__DEBUGINFO = -g
2003-07-20 00:06:37 +00:00
endif
ifeq ($(BUILD),debug)
2003-08-01 16:05:28 +00:00
ifeq ($(DEBUG_FLAG),default)
__DEBUG_DEFINE_p = -D__WXDEBUG__
endif
endif
ifeq ($(DEBUG_FLAG),1)
2003-07-20 00:06:37 +00:00
__DEBUG_DEFINE_p = -D__WXDEBUG__
endif
2003-10-04 13:49:34 +00:00
ifeq ($(USE_EXCEPTIONS),0)
__EXCEPTIONSFLAG = -fno-rtti
endif
ifeq ($(USE_EXCEPTIONS),1)
__EXCEPTIONSFLAG =
endif
ifeq ($(USE_EXCEPTIONS),0)
__EXCEPTIONSFLAG_0 = -fno-exceptions
endif
ifeq ($(USE_EXCEPTIONS),1)
__EXCEPTIONSFLAG_0 =
endif
2003-08-01 16:05:28 +00:00
ifeq ($(USE_GUI),1)
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
endif
ifeq ($(USE_GUI),1)
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
endif
ifeq ($(USE_GUI),1)
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
endif
2003-07-20 00:06:37 +00:00
ifeq ($(BUILD),debug)
__OPTIMIZEFLAG = -O0
endif
ifeq ($(BUILD),release)
__OPTIMIZEFLAG = -O2
endif
ifeq ($(UNICODE),1)
2003-09-15 15:36:27 +00:00
__UNICODE_DEFINE_p = -D_UNICODE
2003-07-20 00:06:37 +00:00
endif
2003-08-08 12:59:30 +00:00
ifeq ($(MSLU),1)
__UNICOWS_LIB_p = -lunicows
endif
2003-07-20 00:06:37 +00:00
ifeq ($(MONOLITHIC),0)
__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
endif
ifeq ($(MONOLITHIC),0)
2003-08-01 16:05:28 +00:00
__WXLIB_CORE_p = \
-lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
2003-07-20 00:06:37 +00:00
endif
ifeq ($(MONOLITHIC),1)
2003-08-01 16:05:28 +00:00
__WXLIB_MONO_p = \
-lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2003-07-20 00:06:37 +00:00
endif
ifeq ($(WXUNIV),1)
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
endif
ifeq ($(SHARED),1)
2003-08-01 16:05:28 +00:00
__animatedll___depname = \
2003-09-15 15:36:27 +00:00
$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate_gcc$(VENDORTAG).dll
2003-07-20 00:06:37 +00:00
endif
ifeq ($(SHARED),0)
2003-08-01 16:05:28 +00:00
__animatelib___depname = \
$(LIBDIRNAME)\libwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.a
2003-07-20 00:06:37 +00:00
endif
all: $(OBJS)
$(OBJS):
-if not exist $(OBJS) mkdir $(OBJS)
### Targets: ###
all: $(__animatedll___depname) $(__animatelib___depname)
2003-08-24 10:23:35 +00:00
$(OBJS)\animatedll_animate.o: ../../src/animate/animate.cpp
2003-07-20 00:06:37 +00:00
$(CXX) -c -o $@ $(ANIMATEDLL_CXXFLAGS) $<
2003-08-24 10:23:35 +00:00
$(OBJS)\animatedll_dummy.o: ../../src/animate/../../../src/msw/dummy.cpp
2003-07-20 00:06:37 +00:00
$(CXX) -c -o $@ $(ANIMATEDLL_CXXFLAGS) $<
2003-08-24 10:23:35 +00:00
$(OBJS)\animatelib_animate.o: ../../src/animate/animate.cpp
2003-07-20 00:06:37 +00:00
$(CXX) -c -o $@ $(ANIMATELIB_CXXFLAGS) $<
2003-08-24 10:23:35 +00:00
$(OBJS)\animatelib_dummy.o: ../../src/animate/../../../src/msw/dummy.cpp
2003-07-20 00:06:37 +00:00
$(CXX) -c -o $@ $(ANIMATELIB_CXXFLAGS) $<
ifeq ($(SHARED),1)
2003-09-15 15:36:27 +00:00
$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate_gcc$(VENDORTAG).dll: $(ANIMATEDLL_OBJECTS)
$(CXX) -shared -o $@ $(ANIMATEDLL_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--out-implib,$(LIBDIRNAME)\libwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.a $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 $(__WXLIB_CORE_p) $(__WXLIB_BASE_p)
2003-07-20 00:06:37 +00:00
endif
ifeq ($(SHARED),0)
2003-08-01 16:05:28 +00:00
$(LIBDIRNAME)\libwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.a: $(ANIMATELIB_OBJECTS)
2003-07-20 00:06:37 +00:00
if exist $@ del $@
2003-08-01 16:05:28 +00:00
ar rcu $@ $(ANIMATELIB_OBJECTS)
2003-07-20 00:06:37 +00:00
ranlib $@
endif
clean:
-if exist $(OBJS)\*.o del $(OBJS)\*.o
2003-09-15 15:36:27 +00:00
-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate_gcc$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate_gcc$(VENDORTAG).dll
2003-08-01 16:05:28 +00:00
-if exist $(LIBDIRNAME)\libwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.a del $(LIBDIRNAME)\libwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.a
-if exist $(LIBDIRNAME)\libwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.a del $(LIBDIRNAME)\libwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.a
2003-07-20 00:06:37 +00:00
.PHONY: all clean