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