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