2003-08-06 18:24:06 -04:00
# =========================================================================
# This makefile was generated by
2006-02-10 14:51:08 -05:00
# Bakefile 0.2.0 (http://bakefile.sourceforge.net)
2003-08-06 18:24:06 -04:00
# Do not modify, all changes will be overwritten!
# =========================================================================
include ../../build/msw/config.gcc
# -------------------------------------------------------------------------
# Do not modify the rest of this file!
# -------------------------------------------------------------------------
### Variables: ###
2005-07-28 08:48:14 -04:00
CPPDEPS = -MT$@ -MF$@.d -MD
2005-10-03 17:05:25 -04:00
WX_RELEASE_NODOT = 27
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)0
2003-08-06 18:24:06 -04:00
OBJS = \
gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
2005-02-12 13:53:20 -05:00
LIBDIRNAME = .\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
2004-01-21 22:48:09 -05:00
SETUPHDIR = \
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2005-03-23 08:05:13 -05:00
RENDER_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) $(GCCFLAGS) \
-DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
2006-02-10 14:51:08 -05:00
$(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -W \
2005-08-03 12:10:12 -04:00
-Wall -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG) \
$(__EXCEPTIONSFLAG) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
2003-08-06 18:24:06 -04:00
RENDER_OBJECTS = \
$(OBJS)\render_sample_rc.o \
$(OBJS)\render_render.o
2005-03-23 08:05:13 -05:00
RENDDLL_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) \
$(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
2005-08-03 12:10:12 -04:00
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
2006-02-10 14:51:08 -05:00
-I$(SETUPHDIR) -I.\..\..\include -W -Wall -DWXUSINGDLL $(__RTTIFLAG) \
2005-08-03 12:10:12 -04:00
$(__EXCEPTIONSFLAG) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
2004-01-21 22:48:09 -05:00
RENDDLL_OBJECTS = \
$(OBJS)\renddll_renddll.o
2003-08-06 18:24:06 -04:00
### Conditionally set variables: ###
ifeq ($(GCC_VERSION),2.95)
GCCFLAGS = -fvtable-thunks
endif
ifeq ($(USE_GUI),0)
PORTNAME = base
endif
ifeq ($(USE_GUI),1)
PORTNAME = msw
endif
ifeq ($(BUILD),debug)
ifeq ($(DEBUG_FLAG),default)
WXDEBUGFLAG = d
endif
endif
ifeq ($(DEBUG_FLAG),1)
WXDEBUGFLAG = d
endif
ifeq ($(UNICODE),1)
WXUNICODEFLAG = u
endif
ifeq ($(WXUNIV),1)
WXUNIVNAME = univ
endif
2004-01-21 22:48:09 -05:00
ifeq ($(SHARED),1)
WXDLLFLAG = dll
2003-08-06 18:24:06 -04:00
endif
2005-02-12 13:53:20 -05:00
ifeq ($(SHARED),0)
LIBTYPE_SUFFIX = lib
endif
ifeq ($(SHARED),1)
LIBTYPE_SUFFIX = dll
endif
2004-10-27 18:47:26 -04:00
ifeq ($(MONOLITHIC),0)
EXTRALIBS_FOR_BASE =
endif
ifeq ($(MONOLITHIC),1)
EXTRALIBS_FOR_BASE =
endif
2004-02-05 17:34:18 -05:00
ifeq ($(BUILD),debug)
ifeq ($(UNICODE),0)
2004-08-07 15:41:14 -04:00
PLUGINSUFFIX = d
2004-02-05 17:34:18 -05:00
endif
endif
ifeq ($(BUILD),debug)
ifeq ($(UNICODE),1)
2004-08-07 15:41:14 -04:00
PLUGINSUFFIX = ud
2004-02-05 17:34:18 -05:00
endif
endif
ifeq ($(BUILD),release)
ifeq ($(UNICODE),0)
PLUGINSUFFIX =
endif
endif
ifeq ($(BUILD),release)
ifeq ($(UNICODE),1)
2004-08-07 15:41:14 -04:00
PLUGINSUFFIX = u
2004-02-05 17:34:18 -05:00
endif
endif
2004-01-21 22:48:09 -05:00
ifeq ($(WXUNIV),1)
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
2003-08-06 18:24:06 -04:00
endif
ifeq ($(BUILD),debug)
ifeq ($(DEBUG_FLAG),default)
__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
endif
endif
ifeq ($(DEBUG_FLAG),1)
__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
endif
2005-03-23 08:05:13 -05:00
ifeq ($(USE_EXCEPTIONS),0)
__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
endif
ifeq ($(USE_RTTI),0)
__RTTI_DEFINE_p_1 = --define wxNO_RTTI
endif
ifeq ($(USE_THREADS),0)
__THREAD_DEFINE_p_1 = --define wxNO_THREADS
endif
2004-01-21 22:48:09 -05:00
ifeq ($(UNICODE),1)
__UNICODE_DEFINE_p_1 = --define _UNICODE
endif
2005-08-03 12:10:12 -04:00
ifeq ($(MSLU),1)
__MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
endif
2003-08-06 18:24:06 -04:00
ifeq ($(SHARED),1)
__DLLFLAG_p = -DWXUSINGDLL
endif
ifeq ($(SHARED),1)
__DLLFLAG_p_1 = --define WXUSINGDLL
endif
2004-01-21 22:48:09 -05:00
ifeq ($(SHARED),1)
__renddll___depname = \
2005-10-03 17:05:25 -04:00
$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_gcc.dll
2004-01-21 22:48:09 -05:00
endif
ifeq ($(BUILD),debug)
__OPTIMIZEFLAG = -O0
endif
ifeq ($(BUILD),release)
__OPTIMIZEFLAG = -O2
endif
2005-03-23 08:05:13 -05:00
ifeq ($(USE_RTTI),0)
__RTTIFLAG = -fno-rtti
2003-09-27 11:48:14 -04:00
endif
2005-03-23 08:05:13 -05:00
ifeq ($(USE_RTTI),1)
__RTTIFLAG =
2003-09-27 11:48:14 -04:00
endif
ifeq ($(USE_EXCEPTIONS),0)
2005-03-23 08:05:13 -05:00
__EXCEPTIONSFLAG = -fno-exceptions
2003-09-27 11:48:14 -04:00
endif
ifeq ($(USE_EXCEPTIONS),1)
2005-03-23 08:05:13 -05:00
__EXCEPTIONSFLAG =
2003-09-27 11:48:14 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(WXUNIV),1)
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
2003-08-06 18:24:06 -04:00
endif
ifeq ($(BUILD),debug)
2004-01-21 22:48:09 -05:00
ifeq ($(DEBUG_FLAG),default)
__DEBUG_DEFINE_p = -D__WXDEBUG__
2003-08-06 18:24:06 -04:00
endif
endif
2004-01-21 22:48:09 -05:00
ifeq ($(DEBUG_FLAG),1)
__DEBUG_DEFINE_p = -D__WXDEBUG__
2003-08-06 18:24:06 -04:00
endif
2005-03-23 08:05:13 -05:00
ifeq ($(USE_EXCEPTIONS),0)
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
endif
ifeq ($(USE_RTTI),0)
__RTTI_DEFINE_p = -DwxNO_RTTI
endif
ifeq ($(USE_THREADS),0)
__THREAD_DEFINE_p = -DwxNO_THREADS
endif
2003-08-06 18:24:06 -04:00
ifeq ($(UNICODE),1)
2004-01-21 22:48:09 -05:00
__UNICODE_DEFINE_p = -D_UNICODE
2003-08-06 18:24:06 -04:00
endif
2005-08-03 12:10:12 -04:00
ifeq ($(MSLU),1)
__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
endif
2003-08-06 18:24:06 -04:00
ifeq ($(MONOLITHIC),0)
__WXLIB_CORE_p = \
2004-09-27 02:53:08 -04:00
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
2003-08-06 18:24:06 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(MONOLITHIC),0)
2004-09-27 02:53:08 -04:00
__WXLIB_BASE_p = \
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
2004-01-21 22:48:09 -05:00
endif
2003-08-06 18:24:06 -04:00
ifeq ($(MONOLITHIC),1)
__WXLIB_MONO_p = \
2004-09-27 02:53:08 -04:00
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
2003-08-06 18:24:06 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(USE_GUI),1)
2004-10-08 07:20:24 -04:00
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
2003-08-06 18:24:06 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(USE_GUI),1)
2004-10-08 07:20:24 -04:00
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
2003-08-06 18:24:06 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(USE_GUI),1)
2004-10-08 07:20:24 -04:00
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
2004-01-21 22:48:09 -05:00
endif
ifeq ($(MSLU),1)
__UNICOWS_LIB_p = -lunicows
endif
ifeq ($(BUILD),debug)
ifeq ($(DEBUG_INFO),default)
__DEBUGINFO = -g
endif
endif
ifeq ($(BUILD),release)
ifeq ($(DEBUG_INFO),default)
__DEBUGINFO =
endif
endif
ifeq ($(DEBUG_INFO),0)
__DEBUGINFO =
endif
ifeq ($(DEBUG_INFO),1)
__DEBUGINFO = -g
2003-08-06 18:24:06 -04:00
endif
2005-03-23 08:05:13 -05:00
ifeq ($(USE_THREADS),0)
__THREADSFLAG =
endif
ifeq ($(USE_THREADS),1)
__THREADSFLAG = -mthreads
endif
2003-08-06 18:24:06 -04:00
all: $(OBJS)
$(OBJS):
-if not exist $(OBJS) mkdir $(OBJS)
### Targets: ###
all: $(OBJS)\render.exe $(__renddll___depname)
clean:
-if exist $(OBJS)\*.o del $(OBJS)\*.o
2005-07-28 08:48:14 -04:00
-if exist $(OBJS)\*.d del $(OBJS)\*.d
2003-08-06 18:24:06 -04:00
-if exist $(OBJS)\render.exe del $(OBJS)\render.exe
2005-10-03 17:05:25 -04:00
-if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_gcc.dll del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_gcc.dll
2003-08-06 18:24:06 -04:00
2004-01-21 22:48:09 -05:00
$(OBJS)\render.exe: $(RENDER_OBJECTS) $(OBJS)\render_sample_rc.o
2005-03-23 08:05:13 -05:00
$(CXX) -o $@ $(RENDER_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
2004-01-21 22:48:09 -05:00
2003-08-06 18:24:06 -04:00
ifeq ($(SHARED),1)
2005-10-03 17:05:25 -04:00
$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)$(WX_VERSION_NODOT)_gcc.dll: $(RENDDLL_OBJECTS)
2005-03-23 08:05:13 -05:00
$(CXX) -shared -fPIC -o $@ $(RENDDLL_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
2003-08-06 18:24:06 -04:00
endif
2004-01-21 22:48:09 -05:00
$(OBJS)\render_sample_rc.o: ./../../samples/sample.rc
2006-02-10 14:51:08 -05:00
windres --use-temp-file -i$< -o$@ --define __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) --include-dir $(SETUPHDIR) --include-dir ./../../include --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples
2004-01-21 22:48:09 -05:00
$(OBJS)\render_render.o: ./render.cpp
2005-07-28 08:48:14 -04:00
$(CXX) -c -o $@ $(RENDER_CXXFLAGS) $(CPPDEPS) $<
2004-01-21 22:48:09 -05:00
$(OBJS)\renddll_renddll.o: ./renddll.cpp
2005-07-28 08:48:14 -04:00
$(CXX) -c -o $@ $(RENDDLL_CXXFLAGS) $(CPPDEPS) $<
2003-08-06 18:24:06 -04:00
.PHONY: all clean
2005-02-12 13:53:20 -05:00
2005-03-23 08:05:13 -05:00
2005-07-28 08:48:14 -04:00
# Dependencies tracking:
-include $(OBJS)/*.d