2003-07-04 15:36:51 -04:00
# =========================================================================
# This makefile was generated by
2003-07-25 08:38:48 -04:00
# Bakefile 0.1.1 (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: ###
2003-08-01 14:59:37 -04:00
IMAGE_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
-DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
2003-09-15 11:36:27 -04:00
$(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) -Wall -I. \
2003-09-27 11:48:14 -04:00
$(__DLLFLAG_p) -I.\..\..\samples $(CXXFLAGS) $(__EXCEPTIONSFLAG_4) \
$(__EXCEPTIONSFLAG_5)
2003-08-01 14:59:37 -04:00
IMAGE_OBJECTS = \
$(OBJS)\image_image.o \
$(OBJS)\image_image_rc.o
OBJS = \
gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
2003-08-15 18:08:13 -04:00
SETUPHDIR = \
$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
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-08-15 18:08:13 -04:00
ifeq ($(SHARED),0)
LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
endif
ifeq ($(SHARED),1)
LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
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 ($(SHARED),1)
WXDLLFLAG = dll
endif
ifeq ($(UNICODE),1)
WXUNICODEFLAG = u
endif
ifeq ($(WXUNIV),1)
WXUNIVNAME = univ
endif
ifeq ($(BUILD),debug)
2003-08-01 14:59:37 -04:00
ifeq ($(DEBUG_INFO),default)
__DEBUGINFO = -g
endif
2003-07-19 20:06:37 -04:00
endif
ifeq ($(BUILD),release)
2003-08-01 14:59:37 -04:00
ifeq ($(DEBUG_INFO),default)
__DEBUGINFO =
endif
endif
ifeq ($(DEBUG_INFO),0)
__DEBUGINFO =
endif
ifeq ($(DEBUG_INFO),1)
__DEBUGINFO = -g
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
ifeq ($(SHARED),1)
__DLLFLAG_p = -DWXUSINGDLL
endif
ifeq ($(SHARED),1)
__DLLFLAG_p_1 = --define WXUSINGDLL
endif
2003-09-27 11:48:14 -04:00
ifeq ($(USE_EXCEPTIONS),0)
__EXCEPTIONSFLAG_4 = -fno-rtti
endif
ifeq ($(USE_EXCEPTIONS),1)
__EXCEPTIONSFLAG_4 =
endif
ifeq ($(USE_EXCEPTIONS),0)
__EXCEPTIONSFLAG_5 = -fno-exceptions
endif
ifeq ($(USE_EXCEPTIONS),1)
__EXCEPTIONSFLAG_5 =
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
ifeq ($(USE_GUI),1)
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
endif
2003-07-19 20:06:37 -04:00
ifeq ($(BUILD),debug)
__OPTIMIZEFLAG_2 = -O0
endif
ifeq ($(BUILD),release)
__OPTIMIZEFLAG_2 = -O2
endif
2003-07-04 15:36:51 -04:00
ifeq ($(UNICODE),1)
2003-09-15 11:36:27 -04:00
__UNICODE_DEFINE_p = -D_UNICODE
2003-07-04 15:36:51 -04:00
endif
ifeq ($(UNICODE),1)
2003-09-15 11:36:27 -04:00
__UNICODE_DEFINE_p_1 = --define _UNICODE
2003-07-04 15:36:51 -04:00
endif
2003-08-08 09:15:16 -04:00
ifeq ($(MSLU),1)
__UNICOWS_LIB_p = -lunicows
endif
2003-07-04 15:36:51 -04:00
ifeq ($(MONOLITHIC),0)
__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
endif
ifeq ($(MONOLITHIC),0)
2003-08-01 14:59:37 -04:00
__WXLIB_CORE_p = \
-lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
2003-07-04 15:36:51 -04:00
endif
ifeq ($(MONOLITHIC),1)
2003-08-01 14:59:37 -04:00
__WXLIB_MONO_p = \
-lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2003-07-04 15:36:51 -04:00
endif
ifeq ($(WXUNIV),1)
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
endif
ifeq ($(WXUNIV),1)
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
endif
all: $(OBJS)
$(OBJS):
-if not exist $(OBJS) mkdir $(OBJS)
### Targets: ###
all: $(OBJS)\image.exe data
2003-08-24 06:23:35 -04:00
$(OBJS)\image_image.o: ./image.cpp
2003-07-04 15:36:51 -04:00
$(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $<
2003-08-24 06:23:35 -04:00
$(OBJS)\image_image_rc.o: ./image.rc
2003-09-15 11:36:27 -04:00
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
clean:
-if exist $(OBJS)\*.o del $(OBJS)\*.o
-if exist $(OBJS)\image.exe del $(OBJS)\image.exe
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)
2003-08-01 14:59:37 -04:00
$(OBJS)\image.exe: $(IMAGE_OBJECTS) $(OBJS)\image_image_rc.o
2003-09-15 11:36:27 -04: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$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
2003-07-04 15:36:51 -04:00
2003-08-06 18:44:22 -04:00
.PHONY: all clean data