2 # =========================================================================
3 # This makefile was generated by
4 # Bakefile 0.1.1 (http://bakefile.sourceforge.net)
5 # Do not modify, all changes will be overwritten!
6 # =========================================================================
9 # -------------------------------------------------------------------------
10 # These are configurable options:
11 # -------------------------------------------------------------------------
13 # Type of compiled binaries [debug,release]
15 # Name of your custom configuration. This affects directory
16 # where object files are stored as well as the location of
17 # compiled .lib files and setup.h under the lib/ toplevel directory.
19 # Standard preprocessor flags (common for CC and CXX)
23 # Standard flags for C++
25 # Set the version of your Mingw installation here.
26 # "3" ...... this is for Mingw 2.0 or newer that cames with gcc3
27 # "2.95" ... for Mingw 1.1 or any of the older versions [3,2.95]
29 # Standard linker flags
31 # Multiple libraries or single huge monolithic one? [0,1]
33 # Is this official build by wxWindows developers? [0,1]
35 # What type of library to build? [0,1]
37 # Compile Unicode build of wxWindows? [0,1]
39 # Build GUI libraries? [0,1]
41 # Build wxUniversal instead of native port? [0,1]
44 # -------------------------------------------------------------------------
45 # Do not modify the rest of this file!
46 # -------------------------------------------------------------------------
50 OBJS = gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
51 DIALOGS_CXXFLAGS = $(CPPFLAGS) $(__DEBUGFLAG) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I.\..\..\lib\gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) -I.\..\..\src\tiff -I.\..\..\src\jpeg -I.\..\..\src\png -I.\..\..\src\zlib -I.\..\..\src\regex -I. $(__DLLFLAG_p) $(CXXFLAGS)
53 ### Conditionally set variables: ###
55 ifeq ($(GCC_VERSION),2.95)
56 GCCFLAGS = -fvtable-thunks
79 ifeq ($(BUILD),release)
83 __DEBUG_DEFINE_p = -D__WXDEBUG__
86 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
89 __DLLFLAG_p = -DWXUSINGDLL
92 __DLLFLAG_p_1 = --define WXUSINGDLL
95 __OPTIMIZEFLAG_2 = -O0
97 ifeq ($(BUILD),release)
98 __OPTIMIZEFLAG_2 = -O2
101 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
104 __UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=1
106 ifeq ($(MONOLITHIC),0)
107 __WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
109 ifeq ($(MONOLITHIC),0)
110 __WXLIB_CORE_p = -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
112 ifeq ($(MONOLITHIC),1)
113 __WXLIB_MONO_p = -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
116 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
119 __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
125 -if not exist $(OBJS) mkdir $(OBJS)
129 all: $(OBJS)\dialogs.exe data
131 $(OBJS)\dialogs_dialogs.o: .\dialogs.cpp
132 $(CXX) -c -o $@ $(DIALOGS_CXXFLAGS) $<
134 $(OBJS)\dialogs_dialogs_rc.o: .\dialogs.rc
135 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 ./../../lib\gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) --include-dir ./../../src/tiff --include-dir ./../../src/jpeg --include-dir ./../../src/png --include-dir ./../../src/zlib --include-dir ./../../src/regex --include-dir . $(__DLLFLAG_p_1)
138 -if exist $(OBJS)\*.o del $(OBJS)\*.o
139 -if exist $(OBJS)\dialogs.exe del $(OBJS)\dialogs.exe
142 if not exist $(OBJS) mkdir $(OBJS)
143 for %%f in (tips.txt) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
145 $(OBJS)\dialogs.exe: $(OBJS)\dialogs_dialogs.o $(OBJS)\dialogs_dialogs_rc.o
146 $(CXX) -o $@ $(OBJS)\dialogs_dialogs.o $(OBJS)\dialogs_dialogs_rc.o $(LDFLAGS) $(__DEBUGFLAG) -mthreads -L.\..\..\lib\gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) -Wl,--subsystem,windows -mwindows $(__WXLIB_MONO_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) -lwxtiff$(WXDEBUGFLAG) -lwxjpeg$(WXDEBUGFLAG) -lwxpng$(WXDEBUGFLAG) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXDEBUGFLAG) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
152 .PHONY: all clean install uninstall