]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/help/makefile.gcc
wxNotebookNameStr
[wxWidgets.git] / samples / help / makefile.gcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.4 (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
15WX_RELEASE_NODOT = 25
16OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18SETUPHDIR = \
19 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
20HELP_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) -DHAVE_W32API_H \
21 -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
22 -I.\..\..\include -I$(SETUPHDIR) -Wall -I. $(__DLLFLAG_p) -I.\..\..\samples \
23 -DNOPCH $(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
24HELP_OBJECTS = \
25 $(OBJS)\help_demo.o \
26 $(OBJS)\help_demo_rc.o
27
28### Conditionally set variables: ###
29
30ifeq ($(GCC_VERSION),2.95)
31GCCFLAGS = -fvtable-thunks
32endif
33ifeq ($(USE_GUI),0)
34PORTNAME = base
35endif
36ifeq ($(USE_GUI),1)
37PORTNAME = msw
38endif
39ifeq ($(BUILD),debug)
40ifeq ($(DEBUG_FLAG),default)
41WXDEBUGFLAG = d
42endif
43endif
44ifeq ($(DEBUG_FLAG),1)
45WXDEBUGFLAG = d
46endif
47ifeq ($(UNICODE),1)
48WXUNICODEFLAG = u
49endif
50ifeq ($(WXUNIV),1)
51WXUNIVNAME = univ
52endif
53ifeq ($(SHARED),1)
54WXDLLFLAG = dll
55endif
56ifeq ($(MONOLITHIC),0)
57EXTRALIBS_FOR_BASE =
58endif
59ifeq ($(MONOLITHIC),1)
60EXTRALIBS_FOR_BASE =
61endif
62ifeq ($(BUILD),debug)
63__OPTIMIZEFLAG_2 = -O0
64endif
65ifeq ($(BUILD),release)
66__OPTIMIZEFLAG_2 = -O2
67endif
68ifeq ($(USE_EXCEPTIONS),0)
69__EXCEPTIONSFLAG_4 = -fno-rtti
70endif
71ifeq ($(USE_EXCEPTIONS),1)
72__EXCEPTIONSFLAG_4 =
73endif
74ifeq ($(USE_EXCEPTIONS),0)
75__EXCEPTIONSFLAG_5 = -fno-exceptions
76endif
77ifeq ($(USE_EXCEPTIONS),1)
78__EXCEPTIONSFLAG_5 =
79endif
80ifeq ($(WXUNIV),1)
81__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
82endif
83ifeq ($(WXUNIV),1)
84__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
85endif
86ifeq ($(BUILD),debug)
87ifeq ($(DEBUG_FLAG),default)
88__DEBUG_DEFINE_p = -D__WXDEBUG__
89endif
90endif
91ifeq ($(DEBUG_FLAG),1)
92__DEBUG_DEFINE_p = -D__WXDEBUG__
93endif
94ifeq ($(BUILD),debug)
95ifeq ($(DEBUG_FLAG),default)
96__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
97endif
98endif
99ifeq ($(DEBUG_FLAG),1)
100__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
101endif
102ifeq ($(UNICODE),1)
103__UNICODE_DEFINE_p = -D_UNICODE
104endif
105ifeq ($(UNICODE),1)
106__UNICODE_DEFINE_p_1 = --define _UNICODE
107endif
108ifeq ($(SHARED),1)
109__DLLFLAG_p = -DWXUSINGDLL
110endif
111ifeq ($(SHARED),1)
112__DLLFLAG_p_1 = --define WXUSINGDLL
113endif
114ifeq ($(MONOLITHIC),0)
115__WXLIB_HTML_p = \
116 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html
117endif
118ifeq ($(MONOLITHIC),0)
119__WXLIB_CORE_p = \
120 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
121endif
122ifeq ($(MONOLITHIC),0)
123__WXLIB_BASE_p = \
124 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
125endif
126ifeq ($(MONOLITHIC),1)
127__WXLIB_MONO_p = \
128 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
129endif
130ifeq ($(USE_GUI),1)
131__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
132endif
133ifeq ($(USE_GUI),1)
134__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
135endif
136ifeq ($(USE_GUI),1)
137__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
138endif
139ifeq ($(MSLU),1)
140__UNICOWS_LIB_p = -lunicows
141endif
142ifeq ($(SHARED),0)
143LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
144endif
145ifeq ($(SHARED),1)
146LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
147endif
148ifeq ($(BUILD),debug)
149ifeq ($(DEBUG_INFO),default)
150__DEBUGINFO = -g
151endif
152endif
153ifeq ($(BUILD),release)
154ifeq ($(DEBUG_INFO),default)
155__DEBUGINFO =
156endif
157endif
158ifeq ($(DEBUG_INFO),0)
159__DEBUGINFO =
160endif
161ifeq ($(DEBUG_INFO),1)
162__DEBUGINFO = -g
163endif
164
165
166all: $(OBJS)
167$(OBJS):
168 -if not exist $(OBJS) mkdir $(OBJS)
169
170### Targets: ###
171
172all: $(OBJS)\help.exe data data_doc
173
174clean:
175 -if exist $(OBJS)\*.o del $(OBJS)\*.o
176 -if exist $(OBJS)\help.exe del $(OBJS)\help.exe
177
178$(OBJS)\help.exe: $(HELP_OBJECTS) $(OBJS)\help_demo_rc.o
179 $(CXX) -o $@ $(HELP_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$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
180
181data:
182 if not exist $(OBJS) mkdir $(OBJS)
183 for %%f in (back.gif books.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
184
185data_doc:
186 if not exist $(OBJS)\doc mkdir $(OBJS)\doc
187 for %%f in (aindex.html ClassGraph.class ClassGraphPanel.class ClassLayout.class down.gif dxxgifs.tex HIER.html HIERjava.html icon1.gif icon2.gif index.html logo.gif NavigatorButton.class USE_HELP.html wx204.htm wx34.htm wxExtHelpController.html wxhelp.map wx.htm) do if not exist $(OBJS)\doc\%%f copy .\doc\%%f $(OBJS)\doc
188
189$(OBJS)\help_demo.o: ./demo.cpp
190 $(CXX) -c -o $@ $(HELP_CXXFLAGS) $<
191
192$(OBJS)\help_demo_rc.o: ./demo.rc
193 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 --define NOPCH
194
195.PHONY: all clean data data_doc