]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/tab/makefile.gcc
Remove some controls from limited screen area of Smartphone.
[wxWidgets.git] / samples / tab / 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)
20TAB_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)
24TAB_OBJECTS = \
25 $(OBJS)\tab_tab.o \
26 $(OBJS)\tab_tab_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_CORE_p = \
116 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
117endif
118ifeq ($(MONOLITHIC),0)
119__WXLIB_BASE_p = \
120 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
121endif
122ifeq ($(MONOLITHIC),1)
123__WXLIB_MONO_p = \
124 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
125endif
126ifeq ($(USE_GUI),1)
127__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
128endif
129ifeq ($(USE_GUI),1)
130__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
131endif
132ifeq ($(USE_GUI),1)
133__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
134endif
135ifeq ($(MSLU),1)
136__UNICOWS_LIB_p = -lunicows
137endif
138ifeq ($(SHARED),0)
139LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
140endif
141ifeq ($(SHARED),1)
142LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
143endif
144ifeq ($(BUILD),debug)
145ifeq ($(DEBUG_INFO),default)
146__DEBUGINFO = -g
147endif
148endif
149ifeq ($(BUILD),release)
150ifeq ($(DEBUG_INFO),default)
151__DEBUGINFO =
152endif
153endif
154ifeq ($(DEBUG_INFO),0)
155__DEBUGINFO =
156endif
157ifeq ($(DEBUG_INFO),1)
158__DEBUGINFO = -g
159endif
160
161
162all: $(OBJS)
163$(OBJS):
164 -if not exist $(OBJS) mkdir $(OBJS)
165
166### Targets: ###
167
168all: $(OBJS)\tab.exe
169
170clean:
171 -if exist $(OBJS)\*.o del $(OBJS)\*.o
172 -if exist $(OBJS)\tab.exe del $(OBJS)\tab.exe
173
174$(OBJS)\tab.exe: $(TAB_OBJECTS) $(OBJS)\tab_tab_rc.o
175 $(CXX) -o $@ $(TAB_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
176
177$(OBJS)\tab_tab.o: ./tab.cpp
178 $(CXX) -c -o $@ $(TAB_CXXFLAGS) $<
179
180$(OBJS)\tab_tab_rc.o: ./tab.rc
181 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
182
183.PHONY: all clean