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