]> git.saurik.com Git - wxWidgets.git/blame - samples/html/zip/makefile.gcc
regenerated makefiles
[wxWidgets.git] / samples / html / zip / 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
7include ../../../build/config.gcc
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
076f10e0
VS
15LIBDIRNAME = \
16 .\..\..\..\lib\gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17OBJS = \
18 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19ZIP_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
20 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
21 $(__UNICODE_DEFINE_p) -I.\..\..\..\include -I$(LIBDIRNAME) \
22 -I.\..\..\..\src\tiff -I.\..\..\..\src\jpeg -I.\..\..\..\src\png \
23 -I.\..\..\..\src\zlib -I.\..\..\..\src\regex -I.\..\..\..\src\expat\lib -I. \
24 $(__DLLFLAG_p) $(CXXFLAGS)
25ZIP_OBJECTS = \
26 $(OBJS)\zip_zip.o \
27 $(OBJS)\zip_zip_rc.o
250700e4
RD
28
29### Conditionally set variables: ###
30
31ifeq ($(GCC_VERSION),2.95)
32GCCFLAGS = -fvtable-thunks
33endif
34ifeq ($(USE_GUI),0)
35PORTNAME = base
36endif
37ifeq ($(USE_GUI),1)
38PORTNAME = msw
39endif
40ifeq ($(BUILD),debug)
076f10e0
VS
41ifeq ($(DEBUG_FLAG),default)
42WXDEBUGFLAG = d
43endif
44endif
45ifeq ($(DEBUG_FLAG),1)
250700e4
RD
46WXDEBUGFLAG = d
47endif
48ifeq ($(SHARED),1)
49WXDLLFLAG = dll
50endif
51ifeq ($(UNICODE),1)
52WXUNICODEFLAG = u
53endif
54ifeq ($(WXUNIV),1)
55WXUNIVNAME = univ
56endif
57ifeq ($(BUILD),debug)
076f10e0
VS
58ifeq ($(DEBUG_INFO),default)
59__DEBUGINFO = -g
60endif
250700e4
RD
61endif
62ifeq ($(BUILD),release)
076f10e0
VS
63ifeq ($(DEBUG_INFO),default)
64__DEBUGINFO =
65endif
66endif
67ifeq ($(DEBUG_INFO),0)
68__DEBUGINFO =
69endif
70ifeq ($(DEBUG_INFO),1)
71__DEBUGINFO = -g
250700e4
RD
72endif
73ifeq ($(BUILD),debug)
076f10e0
VS
74ifeq ($(DEBUG_FLAG),default)
75__DEBUG_DEFINE_p = -D__WXDEBUG__
76endif
77endif
78ifeq ($(DEBUG_FLAG),1)
250700e4
RD
79__DEBUG_DEFINE_p = -D__WXDEBUG__
80endif
81ifeq ($(BUILD),debug)
076f10e0
VS
82ifeq ($(DEBUG_FLAG),default)
83__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
84endif
85endif
86ifeq ($(DEBUG_FLAG),1)
250700e4
RD
87__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
88endif
89ifeq ($(SHARED),1)
90__DLLFLAG_p = -DWXUSINGDLL
91endif
92ifeq ($(SHARED),1)
93__DLLFLAG_p_1 = --define WXUSINGDLL
94endif
076f10e0
VS
95ifeq ($(USE_GUI),1)
96__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
97endif
98ifeq ($(USE_GUI),1)
99__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
100endif
101ifeq ($(USE_GUI),1)
102__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
103endif
250700e4
RD
104ifeq ($(BUILD),debug)
105__OPTIMIZEFLAG_2 = -O0
106endif
107ifeq ($(BUILD),release)
108__OPTIMIZEFLAG_2 = -O2
109endif
110ifeq ($(UNICODE),1)
111__UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
112endif
113ifeq ($(UNICODE),1)
114__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=1
115endif
116ifeq ($(MONOLITHIC),0)
117__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
118endif
119ifeq ($(MONOLITHIC),0)
076f10e0
VS
120__WXLIB_CORE_p = \
121 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
250700e4
RD
122endif
123ifeq ($(MONOLITHIC),0)
076f10e0
VS
124__WXLIB_HTML_p = \
125 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_html
250700e4
RD
126endif
127ifeq ($(MONOLITHIC),1)
076f10e0
VS
128__WXLIB_MONO_p = \
129 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
250700e4
RD
130endif
131ifeq ($(WXUNIV),1)
132__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
133endif
134ifeq ($(WXUNIV),1)
135__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
136endif
137
138
139all: $(OBJS)
140$(OBJS):
141 -if not exist $(OBJS) mkdir $(OBJS)
142
143### Targets: ###
144
145all: $(OBJS)\zip.exe data
146
147$(OBJS)\zip_zip.o: .\zip.cpp
148 $(CXX) -c -o $@ $(ZIP_CXXFLAGS) $<
149
150$(OBJS)\zip_zip_rc.o: .\zip.rc
076f10e0 151 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 $(LIBDIRNAME) --include-dir ./../../../src/tiff --include-dir ./../../../src/jpeg --include-dir ./../../../src/png --include-dir ./../../../src/zlib --include-dir ./../../../src/regex --include-dir ./../../../src/expat/lib --include-dir . $(__DLLFLAG_p_1)
250700e4
RD
152
153clean:
154 -if exist $(OBJS)\*.o del $(OBJS)\*.o
155 -if exist $(OBJS)\zip.exe del $(OBJS)\zip.exe
156
157data:
158 if not exist $(OBJS) mkdir $(OBJS)
159 for %%f in (pages.zip start.htm) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
160
076f10e0
VS
161$(OBJS)\zip.exe: $(ZIP_OBJECTS) $(OBJS)\zip_zip_rc.o
162 $(CXX) -o $@ $(ZIP_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) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
250700e4
RD
163
164.PHONY: all clean