]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/dialup/makefile.gcc
Regenerated makefiles
[wxWidgets.git] / samples / dialup / 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)
20NETTEST_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
21 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
22 $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) -Wall -I. \
23 $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__EXCEPTIONSFLAG_4) \
24 $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
25NETTEST_OBJECTS = \
26 $(OBJS)\nettest_nettest.o \
27 $(OBJS)\nettest_nettest_rc.o
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)
41ifeq ($(DEBUG_FLAG),default)
42WXDEBUGFLAG = d
43endif
44endif
45ifeq ($(DEBUG_FLAG),1)
46WXDEBUGFLAG = d
47endif
48ifeq ($(UNICODE),1)
49WXUNICODEFLAG = u
50endif
51ifeq ($(WXUNIV),1)
52WXUNIVNAME = univ
53endif
54ifeq ($(SHARED),1)
55WXDLLFLAG = dll
56endif
57ifeq ($(MONOLITHIC),0)
58EXTRALIBS_FOR_BASE =
59endif
60ifeq ($(MONOLITHIC),1)
61EXTRALIBS_FOR_BASE =
62endif
63ifeq ($(BUILD),debug)
64__OPTIMIZEFLAG_2 = -O0
65endif
66ifeq ($(BUILD),release)
67__OPTIMIZEFLAG_2 = -O2
68endif
69ifeq ($(USE_EXCEPTIONS),0)
70__EXCEPTIONSFLAG_4 = -fno-rtti
71endif
72ifeq ($(USE_EXCEPTIONS),1)
73__EXCEPTIONSFLAG_4 =
74endif
75ifeq ($(USE_EXCEPTIONS),0)
76__EXCEPTIONSFLAG_5 = -fno-exceptions
77endif
78ifeq ($(USE_EXCEPTIONS),1)
79__EXCEPTIONSFLAG_5 =
80endif
81ifeq ($(WXUNIV),1)
82__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
83endif
84ifeq ($(WXUNIV),1)
85__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
86endif
87ifeq ($(BUILD),debug)
88ifeq ($(DEBUG_FLAG),default)
89__DEBUG_DEFINE_p = -D__WXDEBUG__
90endif
91endif
92ifeq ($(DEBUG_FLAG),1)
93__DEBUG_DEFINE_p = -D__WXDEBUG__
94endif
95ifeq ($(BUILD),debug)
96ifeq ($(DEBUG_FLAG),default)
97__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
98endif
99endif
100ifeq ($(DEBUG_FLAG),1)
101__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
102endif
103ifeq ($(UNICODE),1)
104__UNICODE_DEFINE_p = -D_UNICODE
105endif
106ifeq ($(UNICODE),1)
107__UNICODE_DEFINE_p_1 = --define _UNICODE
108endif
109ifeq ($(SHARED),1)
110__DLLFLAG_p = -DWXUSINGDLL
111endif
112ifeq ($(SHARED),1)
113__DLLFLAG_p_1 = --define WXUSINGDLL
114endif
115ifeq ($(MONOLITHIC),0)
116__WXLIB_CORE_p = \
117 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
118endif
119ifeq ($(MONOLITHIC),0)
120__WXLIB_BASE_p = \
121 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
122endif
123ifeq ($(MONOLITHIC),1)
124__WXLIB_MONO_p = \
125 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
126endif
127ifeq ($(USE_GUI),1)
128__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
129endif
130ifeq ($(USE_GUI),1)
131__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
132endif
133ifeq ($(USE_GUI),1)
134__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
135endif
136ifeq ($(MSLU),1)
137__UNICOWS_LIB_p = -lunicows
138endif
139ifeq ($(SHARED),0)
140LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
141endif
142ifeq ($(SHARED),1)
143LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
144endif
145ifeq ($(BUILD),debug)
146ifeq ($(DEBUG_INFO),default)
147__DEBUGINFO = -g
148endif
149endif
150ifeq ($(BUILD),release)
151ifeq ($(DEBUG_INFO),default)
152__DEBUGINFO =
153endif
154endif
155ifeq ($(DEBUG_INFO),0)
156__DEBUGINFO =
157endif
158ifeq ($(DEBUG_INFO),1)
159__DEBUGINFO = -g
160endif
161
162
163all: $(OBJS)
164$(OBJS):
165 -if not exist $(OBJS) mkdir $(OBJS)
166
167### Targets: ###
168
169all: $(OBJS)\nettest.exe
170
171clean:
172 -if exist $(OBJS)\*.o del $(OBJS)\*.o
173 -if exist $(OBJS)\nettest.exe del $(OBJS)\nettest.exe
174
175$(OBJS)\nettest.exe: $(NETTEST_OBJECTS) $(OBJS)\nettest_nettest_rc.o
176 $(CXX) -o $@ $(NETTEST_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$(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
177
178$(OBJS)\nettest_nettest.o: ./nettest.cpp
179 $(CXX) -c -o $@ $(NETTEST_CXXFLAGS) $<
180
181$(OBJS)\nettest_nettest_rc.o: ./nettest.rc
182 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
183
184.PHONY: all clean