2003-07-04 19:36:51 +00:00
# =========================================================================
# This makefile was generated by
2005-03-23 13:05:13 +00:00
# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
2003-07-04 19:36:51 +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-04 19:36:51 +00:00
# -------------------------------------------------------------------------
# Do not modify the rest of this file!
# -------------------------------------------------------------------------
### Variables: ###
2005-04-11 15:50:13 +00:00
WX_RELEASE_NODOT = 26
2004-01-22 03:48:09 +00:00
OBJS = \
gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
2005-02-12 18:53:20 +00:00
LIBDIRNAME = .\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
2004-01-22 03:48:09 +00:00
SETUPHDIR = \
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2005-03-23 13:05:13 +00:00
IMAGE_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
$(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
-W -Wall -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
$(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
2003-08-01 18:59:37 +00:00
IMAGE_OBJECTS = \
$(OBJS)\image_image.o \
$(OBJS)\image_image_rc.o
2003-07-04 19:36:51 +00:00
### Conditionally set variables: ###
2003-07-20 00:06:37 +00:00
ifeq ($(GCC_VERSION),2.95)
GCCFLAGS = -fvtable-thunks
endif
2003-07-04 19:36:51 +00:00
ifeq ($(USE_GUI),0)
PORTNAME = base
endif
ifeq ($(USE_GUI),1)
PORTNAME = msw
endif
ifeq ($(BUILD),debug)
2003-08-01 18:59:37 +00:00
ifeq ($(DEBUG_FLAG),default)
WXDEBUGFLAG = d
endif
endif
ifeq ($(DEBUG_FLAG),1)
2003-07-04 19:36:51 +00:00
WXDEBUGFLAG = d
endif
ifeq ($(UNICODE),1)
WXUNICODEFLAG = u
endif
ifeq ($(WXUNIV),1)
WXUNIVNAME = univ
endif
2004-01-22 03:48:09 +00:00
ifeq ($(SHARED),1)
WXDLLFLAG = dll
2003-08-01 18:59:37 +00:00
endif
2005-02-12 18:53:20 +00:00
ifeq ($(SHARED),0)
LIBTYPE_SUFFIX = lib
endif
ifeq ($(SHARED),1)
LIBTYPE_SUFFIX = dll
endif
2004-10-27 22:47:26 +00:00
ifeq ($(MONOLITHIC),0)
EXTRALIBS_FOR_BASE =
endif
ifeq ($(MONOLITHIC),1)
EXTRALIBS_FOR_BASE =
endif
2004-01-22 03:48:09 +00:00
ifeq ($(BUILD),debug)
__OPTIMIZEFLAG_2 = -O0
2003-07-20 00:06:37 +00:00
endif
ifeq ($(BUILD),release)
2004-01-22 03:48:09 +00:00
__OPTIMIZEFLAG_2 = -O2
2003-08-01 18:59:37 +00:00
endif
2005-03-23 13:05:13 +00:00
ifeq ($(USE_RTTI),0)
__RTTIFLAG_5 = -fno-rtti
2003-08-01 18:59:37 +00:00
endif
2005-03-23 13:05:13 +00:00
ifeq ($(USE_RTTI),1)
__RTTIFLAG_5 =
2003-08-01 18:59:37 +00:00
endif
2004-01-22 03:48:09 +00:00
ifeq ($(USE_EXCEPTIONS),0)
2005-03-23 13:05:13 +00:00
__EXCEPTIONSFLAG_6 = -fno-exceptions
2004-01-22 03:48:09 +00:00
endif
ifeq ($(USE_EXCEPTIONS),1)
2005-03-23 13:05:13 +00:00
__EXCEPTIONSFLAG_6 =
2004-01-22 03:48:09 +00:00
endif
ifeq ($(WXUNIV),1)
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
endif
ifeq ($(WXUNIV),1)
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
2003-07-20 00:06:37 +00:00
endif
ifeq ($(BUILD),debug)
2003-08-01 18:59:37 +00:00
ifeq ($(DEBUG_FLAG),default)
__DEBUG_DEFINE_p = -D__WXDEBUG__
endif
endif
ifeq ($(DEBUG_FLAG),1)
2003-07-04 19:36:51 +00:00
__DEBUG_DEFINE_p = -D__WXDEBUG__
endif
ifeq ($(BUILD),debug)
2003-08-01 18:59:37 +00:00
ifeq ($(DEBUG_FLAG),default)
__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
endif
endif
ifeq ($(DEBUG_FLAG),1)
2003-07-04 19:36:51 +00:00
__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
endif
2005-03-23 13:05:13 +00:00
ifeq ($(USE_EXCEPTIONS),0)
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
endif
ifeq ($(USE_EXCEPTIONS),0)
__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
endif
ifeq ($(USE_RTTI),0)
__RTTI_DEFINE_p = -DwxNO_RTTI
endif
ifeq ($(USE_RTTI),0)
__RTTI_DEFINE_p_1 = --define wxNO_RTTI
endif
ifeq ($(USE_THREADS),0)
__THREAD_DEFINE_p = -DwxNO_THREADS
endif
ifeq ($(USE_THREADS),0)
__THREAD_DEFINE_p_1 = --define wxNO_THREADS
endif
2004-01-22 03:48:09 +00:00
ifeq ($(UNICODE),1)
__UNICODE_DEFINE_p = -D_UNICODE
endif
ifeq ($(UNICODE),1)
__UNICODE_DEFINE_p_1 = --define _UNICODE
endif
2003-07-04 19:36:51 +00:00
ifeq ($(SHARED),1)
__DLLFLAG_p = -DWXUSINGDLL
endif
ifeq ($(SHARED),1)
__DLLFLAG_p_1 = --define WXUSINGDLL
endif
2004-01-22 03:48:09 +00:00
ifeq ($(MONOLITHIC),0)
__WXLIB_CORE_p = \
2004-09-27 06:53:08 +00:00
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
2003-09-27 15:48:14 +00:00
endif
2004-01-22 03:48:09 +00:00
ifeq ($(MONOLITHIC),0)
2004-09-27 06:53:08 +00:00
__WXLIB_BASE_p = \
-lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
2003-09-27 15:48:14 +00:00
endif
2004-01-22 03:48:09 +00:00
ifeq ($(MONOLITHIC),1)
__WXLIB_MONO_p = \
2004-09-27 06:53:08 +00:00
-lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
2003-09-27 15:48:14 +00:00
endif
2004-01-22 03:48:09 +00:00
ifeq ($(USE_GUI),1)
2004-10-08 11:20:24 +00:00
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
2003-09-27 15:48:14 +00:00
endif
2003-08-01 18:59:37 +00:00
ifeq ($(USE_GUI),1)
2004-10-08 11:20:24 +00:00
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
2003-08-01 18:59:37 +00:00
endif
ifeq ($(USE_GUI),1)
2004-10-08 11:20:24 +00:00
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
2003-08-01 18:59:37 +00:00
endif
2004-01-22 03:48:09 +00:00
ifeq ($(MSLU),1)
__UNICOWS_LIB_p = -lunicows
2003-07-20 00:06:37 +00:00
endif
2004-01-22 03:48:09 +00:00
ifeq ($(BUILD),debug)
ifeq ($(DEBUG_INFO),default)
__DEBUGINFO = -g
2003-08-08 13:15:16 +00:00
endif
2003-07-04 19:36:51 +00:00
endif
2004-01-22 03:48:09 +00:00
ifeq ($(BUILD),release)
ifeq ($(DEBUG_INFO),default)
__DEBUGINFO =
2003-07-04 19:36:51 +00:00
endif
endif
2004-01-22 03:48:09 +00:00
ifeq ($(DEBUG_INFO),0)
__DEBUGINFO =
2003-07-04 19:36:51 +00:00
endif
2004-01-22 03:48:09 +00:00
ifeq ($(DEBUG_INFO),1)
__DEBUGINFO = -g
2003-07-04 19:36:51 +00:00
endif
2005-03-23 13:05:13 +00:00
ifeq ($(USE_THREADS),0)
__THREADSFLAG =
endif
ifeq ($(USE_THREADS),1)
__THREADSFLAG = -mthreads
endif
2003-07-04 19:36:51 +00:00
all: $(OBJS)
$(OBJS):
-if not exist $(OBJS) mkdir $(OBJS)
### Targets: ###
all: $(OBJS)\image.exe data
clean:
-if exist $(OBJS)\*.o del $(OBJS)\*.o
-if exist $(OBJS)\image.exe del $(OBJS)\image.exe
2004-01-22 03:48:09 +00:00
$(OBJS)\image.exe: $(IMAGE_OBJECTS) $(OBJS)\image_image_rc.o
2005-03-23 13:05:13 +00:00
$(CXX) -o $@ $(IMAGE_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-22 03:48:09 +00:00
2003-07-04 19:36:51 +00:00
data:
if not exist $(OBJS) mkdir $(OBJS)
2005-05-31 16:38:10 +00:00
for %%f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.xpm horse.cur horse.ico horse3.ani smile.xbm) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
2003-07-04 19:36:51 +00:00
2004-01-22 03:48:09 +00:00
$(OBJS)\image_image.o: ./image.cpp
$(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $<
$(OBJS)\image_image_rc.o: ./image.rc
2005-03-23 13:05:13 +00: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) --include-dir ./../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
2003-07-04 19:36:51 +00:00
2003-08-06 22:44:22 +00:00
.PHONY: all clean data
2005-02-12 18:53:20 +00:00
2005-03-23 13:05:13 +00:00