]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/ogledit/makefile.gcc
Typos fixed and further clarification of the Python situation on Panther
[wxWidgets.git] / contrib / samples / ogl / ogledit / 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)
9bfe7ad9 17OGLEDIT_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
2d611b5c 18 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
ec08d395 19 $(__UNICODE_DEFINE_p) -I.\..\..\..\..\include -I$(SETUPHDIR) -Wall -I. \
9bfe7ad9
VS
20 $(__DLLFLAG_p) -I.\..\..\..\..\samples -I.\..\..\..\include \
21 $(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
2d611b5c
VS
22OGLEDIT_OBJECTS = \
23 $(OBJS)\ogledit_ogledit.o \
24 $(OBJS)\ogledit_doc.o \
25 $(OBJS)\ogledit_view.o \
26 $(OBJS)\ogledit_palette.o \
27 $(OBJS)\ogledit_ogledit_rc.o
19c35fa5
VS
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2d611b5c
VS
30
31### Conditionally set variables: ###
32
33ifeq ($(GCC_VERSION),2.95)
34GCCFLAGS = -fvtable-thunks
35endif
19c35fa5
VS
36ifeq ($(SHARED),0)
37LIBDIRNAME = .\..\..\..\..\lib\gcc_lib$(CFG)
38endif
39ifeq ($(SHARED),1)
40LIBDIRNAME = .\..\..\..\..\lib\gcc_dll$(CFG)
41endif
2d611b5c
VS
42ifeq ($(USE_GUI),0)
43PORTNAME = base
44endif
45ifeq ($(USE_GUI),1)
46PORTNAME = msw
47endif
48ifeq ($(BUILD),debug)
49ifeq ($(DEBUG_FLAG),default)
50WXDEBUGFLAG = d
51endif
52endif
53ifeq ($(DEBUG_FLAG),1)
54WXDEBUGFLAG = d
55endif
56ifeq ($(SHARED),1)
57WXDLLFLAG = dll
58endif
59ifeq ($(UNICODE),1)
60WXUNICODEFLAG = u
61endif
62ifeq ($(WXUNIV),1)
63WXUNIVNAME = univ
64endif
65ifeq ($(BUILD),debug)
66ifeq ($(DEBUG_INFO),default)
67__DEBUGINFO = -g
68endif
69endif
70ifeq ($(BUILD),release)
71ifeq ($(DEBUG_INFO),default)
72__DEBUGINFO =
73endif
74endif
75ifeq ($(DEBUG_INFO),0)
76__DEBUGINFO =
77endif
78ifeq ($(DEBUG_INFO),1)
79__DEBUGINFO = -g
80endif
81ifeq ($(BUILD),debug)
82ifeq ($(DEBUG_FLAG),default)
83__DEBUG_DEFINE_p = -D__WXDEBUG__
84endif
85endif
86ifeq ($(DEBUG_FLAG),1)
87__DEBUG_DEFINE_p = -D__WXDEBUG__
88endif
89ifeq ($(BUILD),debug)
90ifeq ($(DEBUG_FLAG),default)
91__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
92endif
93endif
94ifeq ($(DEBUG_FLAG),1)
95__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
96endif
97ifeq ($(SHARED),1)
98__DLLFLAG_p = -DWXUSINGDLL
99endif
100ifeq ($(SHARED),1)
101__DLLFLAG_p_1 = --define WXUSINGDLL
102endif
a4ad36cd
VS
103ifeq ($(USE_EXCEPTIONS),0)
104__EXCEPTIONSFLAG_4 = -fno-rtti
105endif
106ifeq ($(USE_EXCEPTIONS),1)
107__EXCEPTIONSFLAG_4 =
108endif
109ifeq ($(USE_EXCEPTIONS),0)
110__EXCEPTIONSFLAG_5 = -fno-exceptions
111endif
112ifeq ($(USE_EXCEPTIONS),1)
113__EXCEPTIONSFLAG_5 =
114endif
2d611b5c
VS
115ifeq ($(USE_GUI),1)
116__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
117endif
118ifeq ($(USE_GUI),1)
119__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
120endif
121ifeq ($(USE_GUI),1)
122__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
123endif
124ifeq ($(BUILD),debug)
125__OPTIMIZEFLAG_2 = -O0
126endif
127ifeq ($(BUILD),release)
128__OPTIMIZEFLAG_2 = -O2
129endif
130ifeq ($(UNICODE),1)
ec08d395 131__UNICODE_DEFINE_p = -D_UNICODE
2d611b5c
VS
132endif
133ifeq ($(UNICODE),1)
ec08d395 134__UNICODE_DEFINE_p_1 = --define _UNICODE
2d611b5c 135endif
19c35fa5
VS
136ifeq ($(MSLU),1)
137__UNICOWS_LIB_p = -lunicows
138endif
2d611b5c
VS
139ifeq ($(MONOLITHIC),0)
140__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
141endif
142ifeq ($(MONOLITHIC),0)
143__WXLIB_CORE_p = \
144 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
145endif
146ifeq ($(MONOLITHIC),1)
147__WXLIB_MONO_p = \
148 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
149endif
150ifeq ($(WXUNIV),1)
151__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
152endif
153ifeq ($(WXUNIV),1)
154__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
155endif
156
2d611b5c
VS
157
158all: $(OBJS)
159$(OBJS):
160 -if not exist $(OBJS) mkdir $(OBJS)
161
162### Targets: ###
163
164all: $(OBJS)\ogledit.exe
165
1c3a6972 166$(OBJS)\ogledit_doc.o: ./doc.cpp
2d611b5c
VS
167 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
168
1c3a6972 169$(OBJS)\ogledit_ogledit.o: ./ogledit.cpp
2d611b5c
VS
170 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
171
1c3a6972 172$(OBJS)\ogledit_ogledit_rc.o: ./ogledit.rc
ec08d395 173 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 174
1c3a6972 175$(OBJS)\ogledit_palette.o: ./palette.cpp
2d611b5c
VS
176 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
177
1c3a6972 178$(OBJS)\ogledit_view.o: ./view.cpp
2d611b5c
VS
179 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
180
181clean:
182 -if exist $(OBJS)\*.o del $(OBJS)\*.o
183 -if exist $(OBJS)\ogledit.exe del $(OBJS)\ogledit.exe
184
185$(OBJS)\ogledit.exe: $(OGLEDIT_OBJECTS) $(OBJS)\ogledit_ogledit_rc.o
ec08d395 186 $(CXX) -o $@ $(OGLEDIT_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_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
187
188.PHONY: all clean