]> git.saurik.com Git - wxWidgets.git/blame - samples/console/makefile.gcc
regenerated
[wxWidgets.git] / samples / console / 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
15CONSOLE_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
16 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
17 $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(LIBDIRNAME) -I.\..\..\src\tiff \
18 -I.\..\..\src\jpeg -I.\..\..\src\png -I.\..\..\src\zlib -I.\..\..\src\regex \
19 -I.\..\..\src\expat\lib -I. $(__DLLFLAG_p) $(__MULTILIB_FLAG_p) $(CXXFLAGS)
20CONSOLE_OBJECTS = \
21 $(OBJS)\console_console.o
22LIBDIRNAME = \
23 .\..\..\lib\gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
24OBJS = \
25 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
3b20263d
VS
26
27### Conditionally set variables: ###
28
3fe8bc14
VS
29ifeq ($(GCC_VERSION),2.95)
30GCCFLAGS = -fvtable-thunks
31endif
3b20263d
VS
32ifeq ($(USE_GUI),0)
33PORTNAME = base
34endif
35ifeq ($(USE_GUI),1)
36PORTNAME = msw
37endif
38ifeq ($(BUILD),debug)
25a73439
VS
39ifeq ($(DEBUG_FLAG),default)
40WXDEBUGFLAG = d
41endif
42endif
43ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
44WXDEBUGFLAG = d
45endif
46ifeq ($(SHARED),1)
47WXDLLFLAG = dll
48endif
49ifeq ($(UNICODE),1)
50WXUNICODEFLAG = u
51endif
52ifeq ($(WXUNIV),1)
53WXUNIVNAME = univ
54endif
55ifeq ($(BUILD),debug)
25a73439
VS
56ifeq ($(DEBUG_INFO),default)
57__DEBUGINFO = -g
58endif
3fe8bc14
VS
59endif
60ifeq ($(BUILD),release)
25a73439
VS
61ifeq ($(DEBUG_INFO),default)
62__DEBUGINFO =
63endif
64endif
65ifeq ($(DEBUG_INFO),0)
66__DEBUGINFO =
67endif
68ifeq ($(DEBUG_INFO),1)
69__DEBUGINFO = -g
3fe8bc14
VS
70endif
71ifeq ($(BUILD),debug)
25a73439
VS
72ifeq ($(DEBUG_FLAG),default)
73__DEBUG_DEFINE_p = -D__WXDEBUG__
74endif
75endif
76ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
77__DEBUG_DEFINE_p = -D__WXDEBUG__
78endif
79ifeq ($(SHARED),1)
80__DLLFLAG_p = -DWXUSINGDLL
81endif
25a73439
VS
82ifeq ($(USE_GUI),1)
83__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
84endif
85ifeq ($(USE_GUI),1)
86__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
87endif
88ifeq ($(USE_GUI),1)
89__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
90endif
3b20263d
VS
91ifeq ($(MONOLITHIC),0)
92__MULTILIB_FLAG_p = -DwxUSE_GUI=0
93endif
3fe8bc14
VS
94ifeq ($(BUILD),debug)
95__OPTIMIZEFLAG_2 = -O0
96endif
97ifeq ($(BUILD),release)
98__OPTIMIZEFLAG_2 = -O2
99endif
3b20263d
VS
100ifeq ($(UNICODE),1)
101__UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
102endif
103ifeq ($(MONOLITHIC),0)
104__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
105endif
106ifeq ($(MONOLITHIC),1)
25a73439
VS
107__WXLIB_MONO_p = \
108 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
3b20263d
VS
109endif
110ifeq ($(WXUNIV),1)
111__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
112endif
113
fd9f42b6
VS
114MAKEARGS = BUILD=$(BUILD) CFG=$(CFG) CPPFLAGS=$(CPPFLAGS) CXX=$(CXX) CXXFLAGS=$(CXXFLAGS) DEBUG_FLAG=$(DEBUG_FLAG) DEBUG_INFO=$(DEBUG_INFO) GCC_VERSION=$(GCC_VERSION) LDFLAGS=$(LDFLAGS) MONOLITHIC=$(MONOLITHIC) OFFICIAL_BUILD=$(OFFICIAL_BUILD) SHARED=$(SHARED) UNICODE=$(UNICODE) USE_GUI=$(USE_GUI) WXUNIV=$(WXUNIV)
115
3b20263d
VS
116
117all: $(OBJS)
118$(OBJS):
119 -if not exist $(OBJS) mkdir $(OBJS)
120
121### Targets: ###
122
123all: $(OBJS)\console.exe data
124
125$(OBJS)\console_console.o: .\console.cpp
126 $(CXX) -c -o $@ $(CONSOLE_CXXFLAGS) $<
127
128clean:
129 -if exist $(OBJS)\*.o del $(OBJS)\*.o
130 -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
3b20263d 131
25a73439
VS
132$(OBJS)\console.exe: $(CONSOLE_OBJECTS)
133 $(CXX) -o $@ $(CONSOLE_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) $(__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
3b20263d
VS
134
135data:
136 if not exist $(OBJS) mkdir $(OBJS)
137 for %%f in (testdata.fc) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
138
fd9f42b6 139.PHONY: all clean data