]> git.saurik.com Git - wxWidgets.git/blame - samples/richedit/makefile.gcc
Cleaned up some comments, reorganized some code
[wxWidgets.git] / samples / richedit / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
3b20263d
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7include ../../build/msw/config.gcc
3b20263d
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
25a73439
VS
15OBJS = \
16 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17RICHEDIT_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
18 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
75a0a7b7
VS
19 $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) -I. $(__DLLFLAG_p) \
20 -I.\..\..\samples $(CXXFLAGS)
25a73439 21RICHEDIT_OBJECTS = \
d179e30b
VS
22 $(OBJS)\richedit_sample_rc.o \
23 $(OBJS)\richedit_wxLayout.o \
24 $(OBJS)\richedit_kbList.o \
25 $(OBJS)\richedit_wxllist.o \
26 $(OBJS)\richedit_wxlparser.o \
27 $(OBJS)\richedit_wxlwindow.o
75a0a7b7
VS
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
3b20263d
VS
30
31### Conditionally set variables: ###
32
250700e4
RD
33ifeq ($(GCC_VERSION),2.95)
34GCCFLAGS = -fvtable-thunks
35endif
75a0a7b7
VS
36ifeq ($(SHARED),0)
37LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
38endif
39ifeq ($(SHARED),1)
40LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
41endif
3b20263d
VS
42ifeq ($(USE_GUI),0)
43PORTNAME = base
44endif
45ifeq ($(USE_GUI),1)
46PORTNAME = msw
47endif
48ifeq ($(BUILD),debug)
25a73439
VS
49ifeq ($(DEBUG_FLAG),default)
50WXDEBUGFLAG = d
51endif
52endif
53ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
54WXDEBUGFLAG = d
55endif
56ifeq ($(SHARED),1)
57WXDLLFLAG = dll
58endif
59ifeq ($(UNICODE),1)
60WXUNICODEFLAG = u
61endif
62ifeq ($(WXUNIV),1)
63WXUNIVNAME = univ
64endif
65ifeq ($(BUILD),debug)
25a73439
VS
66ifeq ($(DEBUG_INFO),default)
67__DEBUGINFO = -g
68endif
250700e4
RD
69endif
70ifeq ($(BUILD),release)
25a73439
VS
71ifeq ($(DEBUG_INFO),default)
72__DEBUGINFO =
73endif
74endif
75ifeq ($(DEBUG_INFO),0)
76__DEBUGINFO =
77endif
78ifeq ($(DEBUG_INFO),1)
79__DEBUGINFO = -g
250700e4
RD
80endif
81ifeq ($(BUILD),debug)
25a73439
VS
82ifeq ($(DEBUG_FLAG),default)
83__DEBUG_DEFINE_p = -D__WXDEBUG__
84endif
85endif
86ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
87__DEBUG_DEFINE_p = -D__WXDEBUG__
88endif
89ifeq ($(BUILD),debug)
25a73439
VS
90ifeq ($(DEBUG_FLAG),default)
91__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
92endif
93endif
94ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
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
25a73439
VS
103ifeq ($(USE_GUI),1)
104__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
105endif
106ifeq ($(USE_GUI),1)
107__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
108endif
109ifeq ($(USE_GUI),1)
110__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
111endif
250700e4
RD
112ifeq ($(BUILD),debug)
113__OPTIMIZEFLAG_2 = -O0
114endif
115ifeq ($(BUILD),release)
116__OPTIMIZEFLAG_2 = -O2
117endif
3b20263d 118ifeq ($(UNICODE),1)
fd3eb307 119__UNICODE_DEFINE_p = -D_UNICODE
3b20263d
VS
120endif
121ifeq ($(UNICODE),1)
fd3eb307 122__UNICODE_DEFINE_p_1 = --define _UNICODE
3b20263d 123endif
4e209a20
VS
124ifeq ($(MSLU),1)
125__UNICOWS_LIB_p = -lunicows
126endif
3b20263d
VS
127ifeq ($(MONOLITHIC),0)
128__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
129endif
130ifeq ($(MONOLITHIC),0)
25a73439
VS
131__WXLIB_CORE_p = \
132 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
3b20263d
VS
133endif
134ifeq ($(MONOLITHIC),1)
25a73439
VS
135__WXLIB_MONO_p = \
136 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
3b20263d
VS
137endif
138ifeq ($(WXUNIV),1)
139__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
140endif
141ifeq ($(WXUNIV),1)
142__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
143endif
144
145
146all: $(OBJS)
147$(OBJS):
148 -if not exist $(OBJS) mkdir $(OBJS)
149
150### Targets: ###
151
fd3eb307 152all: $(OBJS)\richedit.exe data
3b20263d 153
1c3a6972 154$(OBJS)\richedit_kbList.o: ./kbList.cpp
3b20263d
VS
155 $(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $<
156
1c3a6972 157$(OBJS)\richedit_sample_rc.o: ./../../samples/sample.rc
75a0a7b7 158 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
3b20263d 159
1c3a6972 160$(OBJS)\richedit_wxLayout.o: ./wxLayout.cpp
d179e30b
VS
161 $(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $<
162
1c3a6972 163$(OBJS)\richedit_wxllist.o: ./wxllist.cpp
d179e30b
VS
164 $(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $<
165
1c3a6972 166$(OBJS)\richedit_wxlparser.o: ./wxlparser.cpp
d179e30b
VS
167 $(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $<
168
1c3a6972 169$(OBJS)\richedit_wxlwindow.o: ./wxlwindow.cpp
d179e30b
VS
170 $(CXX) -c -o $@ $(RICHEDIT_CXXFLAGS) $<
171
3b20263d
VS
172clean:
173 -if exist $(OBJS)\*.o del $(OBJS)\*.o
174 -if exist $(OBJS)\richedit.exe del $(OBJS)\richedit.exe
175
fd3eb307
VS
176data:
177 if not exist $(OBJS) mkdir $(OBJS)
178 for %%f in (wxLayout.cpp) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
179
d179e30b 180$(OBJS)\richedit.exe: $(RICHEDIT_OBJECTS) $(OBJS)\richedit_sample_rc.o
75a0a7b7 181 $(CXX) -o $@ $(RICHEDIT_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__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
3b20263d 182
fd3eb307 183.PHONY: all clean data