]> git.saurik.com Git - wxWidgets.git/blob - samples/erase/makefile.gcc
Added missing licence line
[wxWidgets.git] / samples / erase / makefile.gcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.4 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 include ../../build/msw/config.gcc
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 WX_RELEASE_NODOT = 25
16 OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18 SETUPHDIR = \
19 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
20 ERASE_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) -DHAVE_W32API_H \
21 -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
22 -I.\..\..\include -I$(SETUPHDIR) -Wall -I. $(__DLLFLAG_p) -I.\..\..\samples \
23 -DNOPCH $(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
24 ERASE_OBJECTS = \
25 $(OBJS)\erase_erase.o \
26 $(OBJS)\erase_erase_rc.o
27
28 ### Conditionally set variables: ###
29
30 ifeq ($(GCC_VERSION),2.95)
31 GCCFLAGS = -fvtable-thunks
32 endif
33 ifeq ($(USE_GUI),0)
34 PORTNAME = base
35 endif
36 ifeq ($(USE_GUI),1)
37 PORTNAME = msw
38 endif
39 ifeq ($(BUILD),debug)
40 ifeq ($(DEBUG_FLAG),default)
41 WXDEBUGFLAG = d
42 endif
43 endif
44 ifeq ($(DEBUG_FLAG),1)
45 WXDEBUGFLAG = d
46 endif
47 ifeq ($(UNICODE),1)
48 WXUNICODEFLAG = u
49 endif
50 ifeq ($(WXUNIV),1)
51 WXUNIVNAME = univ
52 endif
53 ifeq ($(SHARED),1)
54 WXDLLFLAG = dll
55 endif
56 ifeq ($(MONOLITHIC),0)
57 EXTRALIBS_FOR_BASE =
58 endif
59 ifeq ($(MONOLITHIC),1)
60 EXTRALIBS_FOR_BASE =
61 endif
62 ifeq ($(BUILD),debug)
63 __OPTIMIZEFLAG_2 = -O0
64 endif
65 ifeq ($(BUILD),release)
66 __OPTIMIZEFLAG_2 = -O2
67 endif
68 ifeq ($(USE_EXCEPTIONS),0)
69 __EXCEPTIONSFLAG_4 = -fno-rtti
70 endif
71 ifeq ($(USE_EXCEPTIONS),1)
72 __EXCEPTIONSFLAG_4 =
73 endif
74 ifeq ($(USE_EXCEPTIONS),0)
75 __EXCEPTIONSFLAG_5 = -fno-exceptions
76 endif
77 ifeq ($(USE_EXCEPTIONS),1)
78 __EXCEPTIONSFLAG_5 =
79 endif
80 ifeq ($(WXUNIV),1)
81 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
82 endif
83 ifeq ($(WXUNIV),1)
84 __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
85 endif
86 ifeq ($(BUILD),debug)
87 ifeq ($(DEBUG_FLAG),default)
88 __DEBUG_DEFINE_p = -D__WXDEBUG__
89 endif
90 endif
91 ifeq ($(DEBUG_FLAG),1)
92 __DEBUG_DEFINE_p = -D__WXDEBUG__
93 endif
94 ifeq ($(BUILD),debug)
95 ifeq ($(DEBUG_FLAG),default)
96 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
97 endif
98 endif
99 ifeq ($(DEBUG_FLAG),1)
100 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
101 endif
102 ifeq ($(UNICODE),1)
103 __UNICODE_DEFINE_p = -D_UNICODE
104 endif
105 ifeq ($(UNICODE),1)
106 __UNICODE_DEFINE_p_1 = --define _UNICODE
107 endif
108 ifeq ($(SHARED),1)
109 __DLLFLAG_p = -DWXUSINGDLL
110 endif
111 ifeq ($(SHARED),1)
112 __DLLFLAG_p_1 = --define WXUSINGDLL
113 endif
114 ifeq ($(MONOLITHIC),0)
115 __WXLIB_CORE_p = \
116 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
117 endif
118 ifeq ($(MONOLITHIC),0)
119 __WXLIB_BASE_p = \
120 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
121 endif
122 ifeq ($(MONOLITHIC),1)
123 __WXLIB_MONO_p = \
124 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
125 endif
126 ifeq ($(USE_GUI),1)
127 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
128 endif
129 ifeq ($(USE_GUI),1)
130 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
131 endif
132 ifeq ($(USE_GUI),1)
133 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
134 endif
135 ifeq ($(MSLU),1)
136 __UNICOWS_LIB_p = -lunicows
137 endif
138 ifeq ($(SHARED),0)
139 LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
140 endif
141 ifeq ($(SHARED),1)
142 LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
143 endif
144 ifeq ($(BUILD),debug)
145 ifeq ($(DEBUG_INFO),default)
146 __DEBUGINFO = -g
147 endif
148 endif
149 ifeq ($(BUILD),release)
150 ifeq ($(DEBUG_INFO),default)
151 __DEBUGINFO =
152 endif
153 endif
154 ifeq ($(DEBUG_INFO),0)
155 __DEBUGINFO =
156 endif
157 ifeq ($(DEBUG_INFO),1)
158 __DEBUGINFO = -g
159 endif
160
161
162 all: $(OBJS)
163 $(OBJS):
164 -if not exist $(OBJS) mkdir $(OBJS)
165
166 ### Targets: ###
167
168 all: $(OBJS)\erase.exe
169
170 clean:
171 -if exist $(OBJS)\*.o del $(OBJS)\*.o
172 -if exist $(OBJS)\erase.exe del $(OBJS)\erase.exe
173
174 $(OBJS)\erase.exe: $(ERASE_OBJECTS) $(OBJS)\erase_erase_rc.o
175 $(CXX) -o $@ $(ERASE_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) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
176
177 $(OBJS)\erase_erase.o: ./erase.cpp
178 $(CXX) -c -o $@ $(ERASE_CXXFLAGS) $<
179
180 $(OBJS)\erase_erase_rc.o: ./erase.rc
181 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 --define NOPCH
182
183 .PHONY: all clean