2003-07-04 15:36:51 -04:00
# =========================================================================
# This makefile was generated by
2004-05-24 10:12:40 -04:00
# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
2003-07-04 15:36:51 -04:00
# Do not modify, all changes will be overwritten!
# =========================================================================
2003-08-06 18:44:22 -04:00
include ../../build/msw/config.gcc
2003-07-04 15:36:51 -04:00
# -------------------------------------------------------------------------
# Do not modify the rest of this file!
# -------------------------------------------------------------------------
### Variables: ###
2004-01-21 22:48:09 -05:00
OBJS = \
gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
SETUPHDIR = \
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2003-12-15 06:42:03 -05:00
IMAGE_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) -DHAVE_W32API_H \
-D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
-I.\..\..\include -I$(SETUPHDIR) -Wall -I. $(__DLLFLAG_p) -I.\..\..\samples \
$(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
2003-08-01 14:59:37 -04:00
IMAGE_OBJECTS = \
$(OBJS)\image_image.o \
$(OBJS)\image_image_rc.o
2003-07-04 15:36:51 -04:00
### Conditionally set variables: ###
2003-07-19 20:06:37 -04:00
ifeq ($(GCC_VERSION),2.95)
GCCFLAGS = -fvtable-thunks
endif
2003-07-04 15:36:51 -04:00
ifeq ($(USE_GUI),0)
PORTNAME = base
endif
ifeq ($(USE_GUI),1)
PORTNAME = msw
endif
ifeq ($(BUILD),debug)
2003-08-01 14:59:37 -04:00
ifeq ($(DEBUG_FLAG),default)
WXDEBUGFLAG = d
endif
endif
ifeq ($(DEBUG_FLAG),1)
2003-07-04 15:36:51 -04:00
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-01 14:59:37 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(BUILD),debug)
__OPTIMIZEFLAG_2 = -O0
2003-07-19 20:06:37 -04:00
endif
ifeq ($(BUILD),release)
2004-01-21 22:48:09 -05:00
__OPTIMIZEFLAG_2 = -O2
2003-08-01 14:59:37 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(USE_EXCEPTIONS),0)
__EXCEPTIONSFLAG_4 = -fno-rtti
2003-08-01 14:59:37 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(USE_EXCEPTIONS),1)
__EXCEPTIONSFLAG_4 =
2003-08-01 14:59:37 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(USE_EXCEPTIONS),0)
__EXCEPTIONSFLAG_5 = -fno-exceptions
endif
ifeq ($(USE_EXCEPTIONS),1)
__EXCEPTIONSFLAG_5 =
endif
ifeq ($(WXUNIV),1)
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
endif
ifeq ($(WXUNIV),1)
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
2003-07-19 20:06:37 -04:00
endif
ifeq ($(BUILD),debug)
2003-08-01 14:59:37 -04:00
ifeq ($(DEBUG_FLAG),default)
__DEBUG_DEFINE_p = -D__WXDEBUG__
endif
endif
ifeq ($(DEBUG_FLAG),1)
2003-07-04 15:36:51 -04:00
__DEBUG_DEFINE_p = -D__WXDEBUG__
endif
ifeq ($(BUILD),debug)
2003-08-01 14:59:37 -04:00
ifeq ($(DEBUG_FLAG),default)
__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
endif
endif
ifeq ($(DEBUG_FLAG),1)
2003-07-04 15:36:51 -04:00
__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
endif
2004-01-21 22:48:09 -05:00
ifeq ($(UNICODE),1)
__UNICODE_DEFINE_p = -D_UNICODE
endif
ifeq ($(UNICODE),1)
__UNICODE_DEFINE_p_1 = --define _UNICODE
endif
2003-07-04 15:36:51 -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 ($(MONOLITHIC),0)
__WXLIB_CORE_p = \
-lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
2003-09-27 11:48:14 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(MONOLITHIC),0)
__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2003-09-27 11:48:14 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(MONOLITHIC),1)
__WXLIB_MONO_p = \
-lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2003-09-27 11:48:14 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(USE_GUI),1)
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
2003-09-27 11:48:14 -04:00
endif
2003-08-01 14:59:37 -04:00
ifeq ($(USE_GUI),1)
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
endif
ifeq ($(USE_GUI),1)
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
endif
2004-01-21 22:48:09 -05:00
ifeq ($(MSLU),1)
__UNICOWS_LIB_p = -lunicows
2003-07-19 20:06:37 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(SHARED),0)
LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
2003-07-04 15:36:51 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(SHARED),1)
LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
2003-07-04 15:36:51 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(BUILD),debug)
ifeq ($(DEBUG_INFO),default)
__DEBUGINFO = -g
2003-08-08 09:15:16 -04:00
endif
2003-07-04 15:36:51 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(BUILD),release)
ifeq ($(DEBUG_INFO),default)
__DEBUGINFO =
2003-07-04 15:36:51 -04:00
endif
endif
2004-01-21 22:48:09 -05:00
ifeq ($(DEBUG_INFO),0)
__DEBUGINFO =
2003-07-04 15:36:51 -04:00
endif
2004-01-21 22:48:09 -05:00
ifeq ($(DEBUG_INFO),1)
__DEBUGINFO = -g
2003-07-04 15:36:51 -04:00
endif
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-21 22:48:09 -05:00
$(OBJS)\image.exe: $(IMAGE_OBJECTS) $(OBJS)\image_image_rc.o
2004-02-19 14:36:30 -05:00
$(CXX) -o $@ $(IMAGE_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -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) $(__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-07-04 15:36:51 -04:00
data:
if not exist $(OBJS) mkdir $(OBJS)
for %%f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse.tif horse.xpm horse.cur horse.ico horse3.ani smile.xbm) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
2004-01-21 22:48:09 -05:00
$(OBJS)\image_image.o: ./image.cpp
$(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $<
$(OBJS)\image_image_rc.o: ./image.rc
windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples
2003-07-04 15:36:51 -04:00
2003-08-06 18:44:22 -04:00
.PHONY: all clean data