]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/foldbar/foldpanelbar/makefile.gcc
Restore WXBASEPORT for carbon. This is more than just a flavour
[wxWidgets.git] / contrib / samples / foldbar / foldpanelbar / 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 OBJS = \
16 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17 SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
19 FOLDTEST_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
20 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
21 $(__UNICODE_DEFINE_p) -I.\..\..\..\..\include -I$(SETUPHDIR) -Wall -I. \
22 $(__DLLFLAG_p) -I.\..\..\..\..\samples -I.\..\..\..\include \
23 $(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
24 FOLDTEST_OBJECTS = \
25 $(OBJS)\foldtest_foldpanelbartest.o \
26 $(OBJS)\foldtest_foldtestpanel.o \
27 $(OBJS)\foldtest_layouttest.o \
28 $(OBJS)\foldtest_test.o \
29 $(OBJS)\foldtest_foldpanelbartest_rc.o
30
31 ### Conditionally set variables: ###
32
33 ifeq ($(GCC_VERSION),2.95)
34 GCCFLAGS = -fvtable-thunks
35 endif
36 ifeq ($(USE_GUI),0)
37 PORTNAME = base
38 endif
39 ifeq ($(USE_GUI),1)
40 PORTNAME = msw
41 endif
42 ifeq ($(BUILD),debug)
43 ifeq ($(DEBUG_FLAG),default)
44 WXDEBUGFLAG = d
45 endif
46 endif
47 ifeq ($(DEBUG_FLAG),1)
48 WXDEBUGFLAG = d
49 endif
50 ifeq ($(UNICODE),1)
51 WXUNICODEFLAG = u
52 endif
53 ifeq ($(WXUNIV),1)
54 WXUNIVNAME = univ
55 endif
56 ifeq ($(SHARED),1)
57 WXDLLFLAG = dll
58 endif
59 ifeq ($(BUILD),debug)
60 __OPTIMIZEFLAG_2 = -O0
61 endif
62 ifeq ($(BUILD),release)
63 __OPTIMIZEFLAG_2 = -O2
64 endif
65 ifeq ($(USE_EXCEPTIONS),0)
66 __EXCEPTIONSFLAG_4 = -fno-rtti
67 endif
68 ifeq ($(USE_EXCEPTIONS),1)
69 __EXCEPTIONSFLAG_4 =
70 endif
71 ifeq ($(USE_EXCEPTIONS),0)
72 __EXCEPTIONSFLAG_5 = -fno-exceptions
73 endif
74 ifeq ($(USE_EXCEPTIONS),1)
75 __EXCEPTIONSFLAG_5 =
76 endif
77 ifeq ($(WXUNIV),1)
78 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
79 endif
80 ifeq ($(WXUNIV),1)
81 __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
82 endif
83 ifeq ($(BUILD),debug)
84 ifeq ($(DEBUG_FLAG),default)
85 __DEBUG_DEFINE_p = -D__WXDEBUG__
86 endif
87 endif
88 ifeq ($(DEBUG_FLAG),1)
89 __DEBUG_DEFINE_p = -D__WXDEBUG__
90 endif
91 ifeq ($(BUILD),debug)
92 ifeq ($(DEBUG_FLAG),default)
93 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
94 endif
95 endif
96 ifeq ($(DEBUG_FLAG),1)
97 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
98 endif
99 ifeq ($(UNICODE),1)
100 __UNICODE_DEFINE_p = -D_UNICODE
101 endif
102 ifeq ($(UNICODE),1)
103 __UNICODE_DEFINE_p_1 = --define _UNICODE
104 endif
105 ifeq ($(SHARED),1)
106 __DLLFLAG_p = -DWXUSINGDLL
107 endif
108 ifeq ($(SHARED),1)
109 __DLLFLAG_p_1 = --define WXUSINGDLL
110 endif
111 ifeq ($(MONOLITHIC),0)
112 __WXLIB_CORE_p = \
113 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
114 endif
115 ifeq ($(MONOLITHIC),0)
116 __WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
117 endif
118 ifeq ($(MONOLITHIC),1)
119 __WXLIB_MONO_p = \
120 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
121 endif
122 ifeq ($(USE_GUI),1)
123 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
124 endif
125 ifeq ($(USE_GUI),1)
126 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
127 endif
128 ifeq ($(USE_GUI),1)
129 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
130 endif
131 ifeq ($(MSLU),1)
132 __UNICOWS_LIB_p = -lunicows
133 endif
134 ifeq ($(SHARED),0)
135 LIBDIRNAME = .\..\..\..\..\lib\gcc_lib$(CFG)
136 endif
137 ifeq ($(SHARED),1)
138 LIBDIRNAME = .\..\..\..\..\lib\gcc_dll$(CFG)
139 endif
140 ifeq ($(BUILD),debug)
141 ifeq ($(DEBUG_INFO),default)
142 __DEBUGINFO = -g
143 endif
144 endif
145 ifeq ($(BUILD),release)
146 ifeq ($(DEBUG_INFO),default)
147 __DEBUGINFO =
148 endif
149 endif
150 ifeq ($(DEBUG_INFO),0)
151 __DEBUGINFO =
152 endif
153 ifeq ($(DEBUG_INFO),1)
154 __DEBUGINFO = -g
155 endif
156
157
158 all: $(OBJS)
159 $(OBJS):
160 -if not exist $(OBJS) mkdir $(OBJS)
161
162 ### Targets: ###
163
164 all: $(OBJS)\foldtest.exe data
165
166 clean:
167 -if exist $(OBJS)\*.o del $(OBJS)\*.o
168 -if exist $(OBJS)\foldtest.exe del $(OBJS)\foldtest.exe
169
170 $(OBJS)\foldtest.exe: $(FOLDTEST_OBJECTS) $(OBJS)\foldtest_foldpanelbartest_rc.o
171 $(CXX) -o $@ $(FOLDTEST_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_foldbar $(__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
172
173 data:
174 if not exist $(OBJS) mkdir $(OBJS)
175 for %%f in (mondrian.ico) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
176
177 $(OBJS)\foldtest_foldpanelbartest.o: ./foldpanelbartest.cpp
178 $(CXX) -c -o $@ $(FOLDTEST_CXXFLAGS) $<
179
180 $(OBJS)\foldtest_foldtestpanel.o: ./foldtestpanel.cpp
181 $(CXX) -c -o $@ $(FOLDTEST_CXXFLAGS) $<
182
183 $(OBJS)\foldtest_layouttest.o: ./layouttest.cpp
184 $(CXX) -c -o $@ $(FOLDTEST_CXXFLAGS) $<
185
186 $(OBJS)\foldtest_test.o: ./test.cpp
187 $(CXX) -c -o $@ $(FOLDTEST_CXXFLAGS) $<
188
189 $(OBJS)\foldtest_foldpanelbartest_rc.o: ./foldpanelbartest.rc
190 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 --include-dir ./../../../include
191
192 .PHONY: all clean data