]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/studio/makefile.gcc
added bookctrl.h and listbook.h; moved bookctrl.cpp to the correct place
[wxWidgets.git] / contrib / samples / ogl / studio / makefile.gcc
CommitLineData
2d611b5c
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7include ../../../../build/msw/config.gcc
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
2d611b5c
VS
15OBJS = \
16 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
34f7e40f
JS
17SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
19STUDIO_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
2d611b5c 20 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
19c35fa5
VS
21 $(__UNICODE_DEFINE_p) -I.\..\..\..\..\include -I$(SETUPHDIR) -I. \
22 $(__DLLFLAG_p) -I.\..\..\..\..\samples -I.\..\..\..\include $(CXXFLAGS)
34f7e40f
JS
23STUDIO_OBJECTS = \
24 $(OBJS)\studio_studio.o \
25 $(OBJS)\studio_doc.o \
26 $(OBJS)\studio_shapes.o \
27 $(OBJS)\studio_symbols.o \
28 $(OBJS)\studio_view.o \
29 $(OBJS)\studio_cspalette.o \
30 $(OBJS)\studio_mainfrm.o \
31 $(OBJS)\studio_project.o \
32 $(OBJS)\studio_dialogs.o \
33 $(OBJS)\studio_csprint.o \
34 $(OBJS)\studio_studio_rc.o
2d611b5c
VS
35
36### Conditionally set variables: ###
37
38ifeq ($(GCC_VERSION),2.95)
39GCCFLAGS = -fvtable-thunks
40endif
19c35fa5
VS
41ifeq ($(SHARED),0)
42LIBDIRNAME = .\..\..\..\..\lib\gcc_lib$(CFG)
43endif
44ifeq ($(SHARED),1)
45LIBDIRNAME = .\..\..\..\..\lib\gcc_dll$(CFG)
46endif
2d611b5c
VS
47ifeq ($(USE_GUI),0)
48PORTNAME = base
49endif
50ifeq ($(USE_GUI),1)
51PORTNAME = msw
52endif
53ifeq ($(BUILD),debug)
54ifeq ($(DEBUG_FLAG),default)
55WXDEBUGFLAG = d
56endif
57endif
58ifeq ($(DEBUG_FLAG),1)
59WXDEBUGFLAG = d
60endif
61ifeq ($(SHARED),1)
62WXDLLFLAG = dll
63endif
64ifeq ($(UNICODE),1)
65WXUNICODEFLAG = u
66endif
67ifeq ($(WXUNIV),1)
68WXUNIVNAME = univ
69endif
70ifeq ($(BUILD),debug)
71ifeq ($(DEBUG_INFO),default)
72__DEBUGINFO = -g
73endif
74endif
75ifeq ($(BUILD),release)
76ifeq ($(DEBUG_INFO),default)
77__DEBUGINFO =
78endif
79endif
80ifeq ($(DEBUG_INFO),0)
81__DEBUGINFO =
82endif
83ifeq ($(DEBUG_INFO),1)
84__DEBUGINFO = -g
85endif
86ifeq ($(BUILD),debug)
87ifeq ($(DEBUG_FLAG),default)
88__DEBUG_DEFINE_p = -D__WXDEBUG__
89endif
90endif
91ifeq ($(DEBUG_FLAG),1)
92__DEBUG_DEFINE_p = -D__WXDEBUG__
93endif
94ifeq ($(BUILD),debug)
95ifeq ($(DEBUG_FLAG),default)
96__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
97endif
98endif
99ifeq ($(DEBUG_FLAG),1)
100__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
101endif
102ifeq ($(SHARED),1)
103__DLLFLAG_p = -DWXUSINGDLL
104endif
105ifeq ($(SHARED),1)
106__DLLFLAG_p_1 = --define WXUSINGDLL
107endif
108ifeq ($(USE_GUI),1)
109__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
110endif
111ifeq ($(USE_GUI),1)
112__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
113endif
114ifeq ($(USE_GUI),1)
115__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
116endif
117ifeq ($(BUILD),debug)
118__OPTIMIZEFLAG_2 = -O0
119endif
120ifeq ($(BUILD),release)
121__OPTIMIZEFLAG_2 = -O2
122endif
123ifeq ($(UNICODE),1)
124__UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
125endif
126ifeq ($(UNICODE),1)
127__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=1
128endif
19c35fa5
VS
129ifeq ($(MSLU),1)
130__UNICOWS_LIB_p = -lunicows
131endif
2d611b5c 132ifeq ($(MONOLITHIC),0)
34f7e40f
JS
133__WXLIB_ADV_p = \
134 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_adv
135endif
136ifeq ($(MONOLITHIC),0)
2d611b5c
VS
137__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
138endif
139ifeq ($(MONOLITHIC),0)
140__WXLIB_CORE_p = \
141 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
142endif
143ifeq ($(MONOLITHIC),1)
144__WXLIB_MONO_p = \
145 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
146endif
147ifeq ($(WXUNIV),1)
148__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
149endif
150ifeq ($(WXUNIV),1)
151__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
152endif
153
2d611b5c
VS
154
155all: $(OBJS)
156$(OBJS):
157 -if not exist $(OBJS) mkdir $(OBJS)
158
159### Targets: ###
160
34f7e40f 161all: $(OBJS)\studio.exe data
2d611b5c 162
34f7e40f
JS
163$(OBJS)\studio_cspalette.o: .\cspalette.cpp
164 $(CXX) -c -o $@ $(STUDIO_CXXFLAGS) $<
2d611b5c 165
34f7e40f
JS
166$(OBJS)\studio_csprint.o: .\csprint.cpp
167 $(CXX) -c -o $@ $(STUDIO_CXXFLAGS) $<
2d611b5c 168
34f7e40f
JS
169$(OBJS)\studio_dialogs.o: .\dialogs.cpp
170 $(CXX) -c -o $@ $(STUDIO_CXXFLAGS) $<
2d611b5c 171
34f7e40f
JS
172$(OBJS)\studio_doc.o: .\doc.cpp
173 $(CXX) -c -o $@ $(STUDIO_CXXFLAGS) $<
2d611b5c 174
34f7e40f
JS
175$(OBJS)\studio_mainfrm.o: .\mainfrm.cpp
176 $(CXX) -c -o $@ $(STUDIO_CXXFLAGS) $<
2d611b5c 177
34f7e40f
JS
178$(OBJS)\studio_project.o: .\project.cpp
179 $(CXX) -c -o $@ $(STUDIO_CXXFLAGS) $<
2d611b5c 180
34f7e40f
JS
181$(OBJS)\studio_shapes.o: .\shapes.cpp
182 $(CXX) -c -o $@ $(STUDIO_CXXFLAGS) $<
2d611b5c 183
34f7e40f
JS
184$(OBJS)\studio_studio.o: .\studio.cpp
185 $(CXX) -c -o $@ $(STUDIO_CXXFLAGS) $<
2d611b5c 186
34f7e40f 187$(OBJS)\studio_studio_rc.o: .\studio.rc
19c35fa5 188 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
2d611b5c 189
34f7e40f
JS
190$(OBJS)\studio_symbols.o: .\symbols.cpp
191 $(CXX) -c -o $@ $(STUDIO_CXXFLAGS) $<
2d611b5c 192
34f7e40f
JS
193$(OBJS)\studio_view.o: .\view.cpp
194 $(CXX) -c -o $@ $(STUDIO_CXXFLAGS) $<
2d611b5c
VS
195
196clean:
197 -if exist $(OBJS)\*.o del $(OBJS)\*.o
34f7e40f 198 -if exist $(OBJS)\studio.exe del $(OBJS)\studio.exe
2d611b5c
VS
199
200data:
201 if not exist $(OBJS) mkdir $(OBJS)
202 for %%f in (studio_resources.wxr) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
203
34f7e40f
JS
204$(OBJS)\studio.exe: $(STUDIO_OBJECTS) $(OBJS)\studio_studio_rc.o
205 $(CXX) -o $@ $(STUDIO_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_ogl -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_deprecated $(__WXLIB_ADV_p) $(__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
2d611b5c
VS
206
207.PHONY: all clean data