]> git.saurik.com Git - wxWidgets.git/blame - samples/console/makefile.wat
added OpenGL libs for gcc and watcom (other don't require it)
[wxWidgets.git] / samples / console / makefile.wat
CommitLineData
3fe8bc14
VS
1
2# =========================================================================
3# This makefile was generated by
4# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
5# Do not modify, all changes will be overwritten!
6# =========================================================================
7
8
9# -------------------------------------------------------------------------
10# These are configurable options:
11# -------------------------------------------------------------------------
12
13# Type of compiled binaries [debug,release]
14BUILD = release
15# Name of your custom configuration. This affects directory
16# where object files are stored as well as the location of
17# compiled .lib files and setup.h under the lib/ toplevel directory.
18CFG =
19# Standard preprocessor flags (common for CC and CXX)
20CPPFLAGS =
21# C++ compiler
22CXX = wpp386
23# Standard flags for C++
24CXXFLAGS =
25# Standard linker flags
26LDFLAGS =
27# Multiple libraries or single huge monolithic one? [0,1]
28MONOLITHIC = 1
29# Is this official build by wxWindows developers? [0,1]
30OFFICIAL_BUILD = 0
31# What type of library to build? [0,1]
32SHARED = 1
33# Compile Unicode build of wxWindows? [0,1]
34UNICODE = 0
35# Build GUI libraries? [0,1]
36USE_GUI = 1
37# Build wxUniversal instead of native port? [0,1]
38WXUNIV = 0
39
40# -------------------------------------------------------------------------
41# Do not modify the rest of this file!
42# -------------------------------------------------------------------------
43
44# Speed up compilation a bit:
45!ifdef __LOADDLL__
46! loaddll wcc wccd
47! loaddll wccaxp wccdaxp
48! loaddll wcc386 wccd386
49! loaddll wpp wppdi86
50! loaddll wppaxp wppdaxp
51! loaddll wpp386 wppd386
52! loaddll wlink wlink
53! loaddll wlib wlibd
54!endif
55
56# We need these variables in some bakefile-made rules:
57WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
58
59### Conditionally set variables: ###
60
61PORTNAME =
62!ifeq USE_GUI 0
63PORTNAME = base
64!endif
65!ifeq USE_GUI 1
66PORTNAME = msw
67!endif
68WXDEBUGFLAG =
69!ifeq BUILD debug
70WXDEBUGFLAG = d
71!endif
72WXDLLFLAG =
73!ifeq SHARED 1
74WXDLLFLAG = dll
75!endif
76WXUNICODEFLAG =
77!ifeq UNICODE 1
78WXUNICODEFLAG = u
79!endif
80WXUNIVNAME =
81!ifeq WXUNIV 1
82WXUNIVNAME = univ
83!endif
84__DEBUGFLAG_0 =
85!ifeq BUILD debug
86__DEBUGFLAG_0 = -d2
87!endif
88!ifeq BUILD release
89__DEBUGFLAG_0 = -d0
90!endif
91__DEBUGFLAG_1 =
92!ifeq BUILD debug
93__DEBUGFLAG_1 = debug all
94!endif
95!ifeq BUILD release
96__DEBUGFLAG_1 =
97!endif
98__DEBUG_DEFINE_p =
99!ifeq BUILD debug
100__DEBUG_DEFINE_p = -d__WXDEBUG__
101!endif
102__DLLFLAG_p =
103!ifeq SHARED 1
104__DLLFLAG_p = -dWXUSINGDLL
105!endif
106__MULTILIB_FLAG_p =
107!ifeq MONOLITHIC 0
108__MULTILIB_FLAG_p = -dwxUSE_GUI=0
109!endif
110__OPTIMIZEFLAG_2 =
111!ifeq BUILD debug
112__OPTIMIZEFLAG_2 = -od
113!endif
114!ifeq BUILD release
115__OPTIMIZEFLAG_2 = -ot -ox
116!endif
117__UNICODE_DEFINE_p =
118!ifeq UNICODE 1
119__UNICODE_DEFINE_p = -dwxUSE_UNICODE=1
120!endif
121__WXLIB_BASE_p =
122!ifeq MONOLITHIC 0
123__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
124!endif
125__WXLIB_MONO_p =
126!ifeq MONOLITHIC 1
127__WXLIB_MONO_p = wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
128!endif
129__WXUNIV_DEFINE_p =
130!ifeq WXUNIV 1
131__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
132!endif
133
134### Variables: ###
135
136OBJS = wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
ee5749a6 137CONSOLE_CXXFLAGS = $(CPPFLAGS) $(__DEBUGFLAG_0) $(__OPTIMIZEFLAG_2) -bm -br -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=.\..\..\lib\wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) -i=.\..\..\src\tiff -i=.\..\..\src\jpeg -i=.\..\..\src\png -i=.\..\..\src\zlib -i=.\..\..\src\regex -i=. $(__DLLFLAG_p) $(__MULTILIB_FLAG_p) $(CXXFLAGS)
3fe8bc14
VS
138
139
140
141all : $(OBJS)
142$(OBJS) :
143 -if not exist $(OBJS) mkdir $(OBJS)
144
145### Targets: ###
146
147all : .SYMBOLIC $(OBJS)\console.exe data
148
149$(OBJS)\console_console.obj : .AUTODEPEND .\console.cpp
150 $(CXX) -zq -fo=$^@ $(CONSOLE_CXXFLAGS) $<
151
152clean : .SYMBOLIC
153 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
154 -if exist $(OBJS)\*.res del $(OBJS)\*.res
155 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
156 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
157 -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
3fe8bc14
VS
158
159$(OBJS)\console.exe : $(OBJS)\console_console.obj
160 @%create $(OBJS)\console.lbc
161 @%append $(OBJS)\console.lbc option quiet
162 @%append $(OBJS)\console.lbc name $^@
163 @%append $(OBJS)\console.lbc option incremental
ee5749a6 164 @%append $(OBJS)\console.lbc $(LDFLAGS) $(__DEBUGFLAG_1) libpath .\..\..\lib\wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) system nt ref 'main_'
3fe8bc14
VS
165 @for %i in ( $(OBJS)\console_console.obj) do @%append $(OBJS)\console.lbc file %i
166 @for %i in ( $(__WXLIB_MONO_p) $(__WXLIB_BASE_p) wxtiff$(WXDEBUGFLAG).lib wxjpeg$(WXDEBUGFLAG).lib wxpng$(WXDEBUGFLAG).lib wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib) do @%append $(OBJS)\console.lbc library %i
167 @%append $(OBJS)\console.lbc
168 wlink @$(OBJS)\console.lbc
169
170data :
171 if not exist $(OBJS) mkdir $(OBJS)
172 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
173
174install : .SYMBOLIC all
175
176uninstall : .SYMBOLIC