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