]> git.saurik.com Git - wxWidgets.git/blob - build/palmos/makefile
wxDatePicker and wxDateTime for PalmOS. Remove conflict with internal maxDays in...
[wxWidgets.git] / build / palmos / makefile
1 ## --------------------------------------------------------------------------
2 # Palm OS Generic Protein Makefile for Eclipse v1.0.0
3 #
4 # Fill in this file to specify your project and the source that you want
5 # to build, and the settings involved in the build. The makefile-engine.mk
6 # will then do the hard work of the makefile and dependency handling.
7 #
8 # After starting a new project, please remember the following steps...
9 # 1. Add all sources and resources in SOURCES and RESOURCES
10 # 2. Review the other settings as needed.
11 #
12 ## --------------------------------------------------------------------------
13
14 SHELL = /bin/sh
15 ## conditionally include an auto-generated.mk for dynamic definitions
16 -include auto-generated.mk
17
18 ## --------------------------------------------------------------------------
19 # Set up the artifact name.
20 # The database name and other file names are based on the application name
21 ## --------------------------------------------------------------------------
22
23 ARTIFACT_NAME = wxWidgets
24 EMPTY =
25 SPACE =$(EMPTY) $(EMPTY)
26 ESCAPED_ARTIFACT_NAME = $(subst $(SPACE),\ ,$(ARTIFACT_NAME))
27
28 PROJECT_NAME = wxWidgets
29 PRC_NAME = wxWidgets.prc
30
31 ## --------------------------------------------------------------------------
32 # Sources and Resources and Definition files
33 # List all the sources (.c/.cpp), resources (.xrd), and definition file (.sld)
34 # in your project. Use project relative path names with forward slashes
35 # (src/code.cpp). Please do not use spaces in directory or file names.
36 #
37 # A note about XRD resource files: If you have existing .rsrc or .rcp files,
38 # refer to the documentation for the GenerateXRD tool to convert them into
39 # XRD files for use with all Palm OS SDKs.
40 ## --------------------------------------------------------------------------
41
42 # TODO: Update all sources and resources
43
44 SOURCES = ../../samples/minimal/minimal.cpp \
45 ../../src/common/accesscmn.cpp \
46 ../../src/common/appbase.cpp \
47 ../../src/common/appcmn.cpp \
48 ../../src/common/artprov.cpp \
49 ../../src/common/artstd.cpp \
50 ../../src/common/bmpbase.cpp \
51 ../../src/common/bookctrl.cpp \
52 ../../src/common/choiccmn.cpp \
53 ../../src/common/clipcmn.cpp \
54 ../../src/common/clntdata.cpp \
55 ../../src/common/cmdproc.cpp \
56 ../../src/common/cmndata.cpp \
57 ../../src/common/config.cpp \
58 ../../src/common/containr.cpp \
59 ../../src/common/cshelp.cpp \
60 ../../src/common/ctrlcmn.cpp \
61 ../../src/common/ctrlsub.cpp \
62 ../../src/common/datacmn.cpp \
63 ../../src/common/datetime.cpp \
64 ../../src/common/datstrm.cpp \
65 ../../src/common/db.cpp \
66 ../../src/common/dbgrid.cpp \
67 ../../src/common/dbtable.cpp \
68 ../../src/common/dcbase.cpp \
69 ../../src/common/dircmn.cpp \
70 ../../src/common/dlgcmn.cpp \
71 ../../src/common/dndcmn.cpp \
72 ../../src/common/dobjcmn.cpp \
73 ../../src/common/docmdi.cpp \
74 ../../src/common/docview.cpp \
75 ../../src/common/dpycmn.cpp \
76 ../../src/common/dseldlg.cpp \
77 ../../src/common/dynarray.cpp \
78 ../../src/common/dynlib.cpp \
79 ../../src/common/dynload.cpp \
80 ../../src/common/effects.cpp \
81 ../../src/common/encconv.cpp \
82 ../../src/common/event.cpp \
83 ../../src/common/fddlgcmn.cpp \
84 ../../src/common/ffile.cpp \
85 ../../src/common/file.cpp \
86 ../../src/common/fileconf.cpp \
87 ../../src/common/filesys.cpp \
88 ../../src/common/fldlgcmn.cpp \
89 ../../src/common/fmapbase.cpp \
90 ../../src/common/fontcmn.cpp \
91 ../../src/common/fontmap.cpp \
92 ../../src/common/framecmn.cpp \
93 ../../src/common/fs_inet.cpp \
94 ../../src/common/fs_mem.cpp \
95 ../../src/common/fs_zip.cpp \
96 ../../src/common/ftp.cpp \
97 ../../src/common/gaugecmn.cpp \
98 ../../src/common/gbsizer.cpp \
99 ../../src/common/gdicmn.cpp \
100 ../../src/common/geometry.cpp \
101 ../../src/common/gifdecod.cpp \
102 ../../src/common/hash.cpp \
103 ../../src/common/hashmap.cpp \
104 ../../src/common/helpbase.cpp \
105 ../../src/common/http.cpp \
106 ../../src/common/iconbndl.cpp \
107 ../../src/common/imagall.cpp \
108 ../../src/common/imagbmp.cpp \
109 ../../src/common/image.cpp \
110 ../../src/common/imagfill.cpp \
111 ../../src/common/imaggif.cpp \
112 ../../src/common/imagiff.cpp \
113 ../../src/common/imagjpeg.cpp \
114 ../../src/common/imagpcx.cpp \
115 ../../src/common/imagpng.cpp \
116 ../../src/common/imagpnm.cpp \
117 ../../src/common/imagtiff.cpp \
118 ../../src/common/imagxpm.cpp \
119 ../../src/common/init.cpp \
120 ../../src/common/intl.cpp \
121 ../../src/common/ipcbase.cpp \
122 ../../src/common/layout.cpp \
123 ../../src/common/lboxcmn.cpp \
124 ../../src/common/list.cpp \
125 ../../src/common/log.cpp \
126 ../../src/common/longlong.cpp \
127 ../../src/common/matrix.cpp \
128 ../../src/common/memory.cpp \
129 ../../src/common/menucmn.cpp \
130 ../../src/common/mimecmn.cpp \
131 ../../src/common/module.cpp \
132 ../../src/common/msgout.cpp \
133 ../../src/common/mstream.cpp \
134 ../../src/common/nbkbase.cpp \
135 ../../src/common/object.cpp \
136 ../../src/common/paper.cpp \
137 ../../src/common/popupcmn.cpp \
138 ../../src/common/prntbase.cpp \
139 ../../src/common/process.cpp \
140 ../../src/common/protocol.cpp \
141 ../../src/common/quantize.cpp \
142 ../../src/common/radiocmn.cpp \
143 ../../src/common/regex.cpp \
144 ../../src/common/rendcmn.cpp \
145 ../../src/common/rgncmn.cpp \
146 ../../src/common/sckaddr.cpp \
147 ../../src/common/sckfile.cpp \
148 ../../src/common/sckipc.cpp \
149 ../../src/common/sckstrm.cpp \
150 ../../src/common/settcmn.cpp \
151 ../../src/common/sizer.cpp \
152 ../../src/common/socket.cpp \
153 ../../src/common/statbar.cpp \
154 ../../src/common/stockitem.cpp \
155 ../../src/common/stopwatch.cpp \
156 ../../src/common/strconv.cpp \
157 ../../src/common/stream.cpp \
158 ../../src/common/string.cpp \
159 ../../src/common/sysopt.cpp \
160 ../../src/common/taskbarcmn.cpp \
161 ../../src/common/tbarbase.cpp \
162 ../../src/common/textbuf.cpp \
163 ../../src/common/textcmn.cpp \
164 ../../src/common/textfile.cpp \
165 ../../src/common/timercmn.cpp \
166 ../../src/common/tokenzr.cpp \
167 ../../src/common/toplvcmn.cpp \
168 ../../src/common/treebase.cpp \
169 ../../src/common/txtstrm.cpp \
170 ../../src/common/url.cpp \
171 ../../src/common/utilscmn.cpp \
172 ../../src/common/valgen.cpp \
173 ../../src/common/validate.cpp \
174 ../../src/common/valtext.cpp \
175 ../../src/common/variant.cpp \
176 ../../src/common/wfstream.cpp \
177 ../../src/common/wincmn.cpp \
178 ../../src/common/wxchar.cpp \
179 ../../src/common/xpmdecod.cpp \
180 ../../src/common/xti.cpp \
181 ../../src/common/xtistrm.cpp \
182 ../../src/common/xtixml.cpp \
183 ../../src/common/zipstrm.cpp \
184 ../../src/common/zstream.cpp \
185 ../../src/generic/renderg.cpp \
186 ../../src/palmos/accel.cpp \
187 ../../src/palmos/app.cpp \
188 ../../src/palmos/base.cpp \
189 ../../src/palmos/bitmap.cpp \
190 ../../src/palmos/bmpbuttn.cpp \
191 ../../src/palmos/brush.cpp \
192 ../../src/palmos/button.cpp \
193 ../../src/palmos/caret.cpp \
194 ../../src/palmos/checkbox.cpp \
195 ../../src/palmos/checklst.cpp \
196 ../../src/palmos/choice.cpp \
197 ../../src/palmos/clipbrd.cpp \
198 ../../src/palmos/colordlg.cpp \
199 ../../src/palmos/colour.cpp \
200 ../../src/palmos/combobox.cpp \
201 ../../src/palmos/control.cpp \
202 ../../src/palmos/cursor.cpp \
203 ../../src/palmos/data.cpp \
204 ../../src/palmos/datectrl.cpp \
205 ../../src/palmos/dc.cpp \
206 ../../src/palmos/dcclient.cpp \
207 ../../src/palmos/dcmemory.cpp \
208 ../../src/palmos/dcprint.cpp \
209 ../../src/palmos/dcscreen.cpp \
210 ../../src/palmos/dialog.cpp \
211 ../../src/palmos/dib.cpp \
212 ../../src/palmos/dir.cpp \
213 ../../src/palmos/dirdlg.cpp \
214 ../../src/palmos/display.cpp \
215 ../../src/palmos/dragimag.cpp \
216 ../../src/palmos/dummy.cpp \
217 ../../src/palmos/enhmeta.cpp \
218 ../../src/palmos/evtloop.cpp \
219 ../../src/palmos/fdrepdlg.cpp \
220 ../../src/palmos/filedlg.cpp \
221 ../../src/palmos/font.cpp \
222 ../../src/palmos/fontdlg.cpp \
223 ../../src/palmos/fontenum.cpp \
224 ../../src/palmos/fontutil.cpp \
225 ../../src/palmos/frame.cpp \
226 ../../src/palmos/gauge.cpp \
227 ../../src/palmos/gdiimage.cpp \
228 ../../src/palmos/gdiobj.cpp \
229 ../../src/palmos/glcanvas.cpp \
230 ../../src/palmos/help.cpp \
231 ../../src/palmos/icon.cpp \
232 ../../src/palmos/imaglist.cpp \
233 ../../src/palmos/joystick.cpp \
234 ../../src/palmos/listbox.cpp \
235 ../../src/palmos/listctrl.cpp \
236 ../../src/palmos/main.cpp \
237 ../../src/palmos/mdi.cpp \
238 ../../src/palmos/menu.cpp \
239 ../../src/palmos/menuitem.cpp \
240 ../../src/palmos/metafile.cpp \
241 ../../src/palmos/minifram.cpp \
242 ../../src/palmos/msgdlg.cpp \
243 ../../src/palmos/nativdlg.cpp \
244 ../../src/palmos/notebook.cpp \
245 ../../src/palmos/ownerdrw.cpp \
246 ../../src/palmos/palette.cpp \
247 ../../src/palmos/pen.cpp \
248 ../../src/palmos/popupwin.cpp \
249 ../../src/palmos/prefconf.cpp \
250 ../../src/palmos/printdlg.cpp \
251 ../../src/palmos/printpalm.cpp \
252 ../../src/palmos/progdlg.cpp \
253 ../../src/palmos/radiobox.cpp \
254 ../../src/palmos/radiobut.cpp \
255 ../../src/palmos/region.cpp \
256 ../../src/palmos/scrolbar.cpp \
257 ../../src/palmos/settings.cpp \
258 ../../src/palmos/slider.cpp \
259 ../../src/palmos/snglinst.cpp \
260 ../../src/palmos/sound.cpp \
261 ../../src/palmos/spinbutt.cpp \
262 ../../src/palmos/spinctrl.cpp \
263 ../../src/palmos/statbmp.cpp \
264 ../../src/palmos/statbox.cpp \
265 ../../src/palmos/statbrpalm.cpp \
266 ../../src/palmos/statline.cpp \
267 ../../src/palmos/stattext.cpp \
268 ../../src/palmos/taskbar.cpp \
269 ../../src/palmos/toolbar.cpp \
270 ../../src/palmos/textctrl.cpp \
271 ../../src/palmos/tglbtn.cpp \
272 ../../src/palmos/thread.cpp \
273 ../../src/palmos/timer.cpp \
274 ../../src/palmos/tooltip.cpp \
275 ../../src/palmos/toplevel.cpp \
276 ../../src/palmos/treectrl.cpp \
277 ../../src/palmos/utils.cpp \
278 ../../src/palmos/utilsexc.cpp \
279 ../../src/palmos/utilsgui.cpp \
280 ../../src/palmos/volume.cpp \
281 ../../src/palmos/window.cpp
282
283 RESOURCES = ../../include/wx/palmos/wxWidgets.xrd ../../include/wx/palmos/Version.xrd
284 DEFS_FILE = ../../include/wx/palmos/wxWidgets.def
285 SLD_FILE = ../../include/wx/palmos/wxWidgets.sld
286
287 ## --------------------------------------------------------------------------
288 # Review Database information
289 # Register Creator ID at: http://dev.palmos.com/creatorid/
290 ## --------------------------------------------------------------------------
291
292 CREATOR_ID = bapp
293 DB_TYPE = appl
294
295 DATABASE_RESET =
296 DATABASE_BACKUP = -b
297 DATABASE_HIDDEN =
298 DATABASE_PROTECT =
299 DATABASE_VERSION = 1
300
301 LOCALE = enUS
302 DATABASE_NAME = $(APP_NAME)
303
304 ## --------------------------------------------------------------------------
305 # Choose SDK
306 # Supported values:
307 # sdk-6
308 ## --------------------------------------------------------------------------
309
310 SDK_VERSION = sdk-6
311
312 ifeq ($(SDK_LOCATION),)
313 SDK_LOCATION=../../
314 endif
315 ## --------------------------------------------------------------------------
316 # Build Settings
317 # Review the following for your needs.
318 # The default settings build with debug information and no optimization and
319 # a target platform of an actual device.
320 ## --------------------------------------------------------------------------
321
322 #
323 # Set Debug or Release configuration for this project via the project
324 # properties (right-click on the project and select Properties).
325 #
326 DEBUG_OR_RELEASE=Debug
327
328 #
329 # Set the target platform for the build; either Device or Simulator
330 # Use Device as a target for emulator builds.
331 #
332 TARGET_PLATFORM=Simulator
333
334 # Specify the level of optimization that you want:
335 # NONE, SOME, FULL, INTRAPROCEDURAL, INTERPROCEDURAL, INLINING.
336 # Leave blank to select FULL for release builds, and NONE for
337 # debug builds.
338 # INTRAPROCEDURAL, INTERPROCEDURAL, INLINING are applicable to
339 # device builds only; simulator builds will translate those levels
340 # to FULL.
341 OPTIMIZE_LEVEL = NONE
342
343 # Specify warning level
344 # NONE = suppress all warnings
345 # ALL = enable all warnings
346 # <undefined> = default warnings
347 WARNING_LEVEL =
348
349 # Specify exception handling support
350 # true = enable it
351 # false = don't enable it
352 ENABLE_EXCEPTION_HANDLING=true
353
354 # List additional libraries to link with
355 # (Full or project relative path)
356 ADDITIONAL_LINK_LIBRARIES =
357 ADDITIONAL_SIM_LINK_LIBRARIES =
358
359 # Additional paths to look for #include "header"
360 # (Source file directories are automatically included)
361 # Please note that both local and system include paths should
362 # either use "cygwin" syntax or if in Windows syntax the should
363 # be quoted. ie: ../MyLibrary/headers or "C:\Source\MyLibrary\headers"
364 # Additionally, you must explicly specify the "-I" prior to each
365 # path included in this variable. Spaces are used to separate
366 # each path from each other.
367 LOCAL_INCLUDE_PATHS = -Irsc -I../../lib/gcc_lib/palmos -I../../include
368 LOCAL_SIM_INCLUDE_PATHS = $(LOCAL_INCLUDE_PATHS)
369
370 # Additional paths to look for #include <header>
371 # (Palm OS SDK directories are automatically included)
372 # Additionally, you must explicly specify the "-I" prior to each
373 # path included in this variable. Spaces are used to separate
374 # each path from each other.
375 SYSTEM_INCLUDE_PATHS =
376 SYSTEM_SIM_INCLUDE_PATHS =
377
378 # Specify any needed preprocessor symbols.
379 # If you set DEFINES to "ASSERTLEVEL=1", the compiler will see "-DASSERTLEVEL=1"
380 # (separate individual entries with spaces)
381 DEFINES =
382 SIM_DEFINES =
383
384 # Specify additional compiler flags for all files
385 ADDITIONAL_COMPILER_FLAGS =
386 ADDITIONAL_SIM_COMPILER_FLAGS =
387
388 # Specify additional linker flags
389 ADDITIONAL_LINKER_FLAGS =
390 ADDITIONAL_SIM_LINKER_FLAGS =
391
392 # Specify additional archival flags (for static libraries)
393 ADDITIONAL_AR_FLAGS =
394 ADDITIONAL_SIM_AR_FLAGS =
395
396
397 # Tools Directory
398 # Normally you wouldn't want to override this since the necessary tools
399 # are in the PATH. But if you experimenting with other tools, then
400 # reset the directory here
401 # If overridden, end with a trailing '/'
402
403 ifeq ($(TOOLS_DIR), )
404 TOOLS_DIR = ../../../PalmOSTools/
405 endif
406
407 ## --------------------------------------------------------------------------
408 # Resource Settings
409 ## --------------------------------------------------------------------------
410
411 # Specify the target text encoding
412 # LATIN, JAPANESE, SIMPLIFIED_CHINESE
413 TEXTENCODING = LATIN
414
415 # Specify error levels for locale and text encoding
416 # NOCHECK
417 # STRICT
418 # <default>
419 LOCALE_CHECKING =
420
421 # Specific if encoding should be checked
422 # FALSE, TRUE
423 STRICT_ENCODING = FALSE
424
425 ## --------------------------------------------------------------------------
426 # Output Settings
427 ## --------------------------------------------------------------------------
428
429 # Modify if you want object and output files to be in different locations
430 # (However, please note that all three object directories must be different
431 # for the makefile engine to properly operate.)
432 # OUTPUT_DIR is the "main" output directory, where all linked and binary objects
433 # will be put.
434
435 DEBUG_DEVICE_OUTPUT_DIR := DebugDevice
436 RELEASE_DEVICE_OUTPUT_DIR := ReleaseDevice
437 DEBUG_SIMULATOR_OUTPUT_DIR := DebugSim
438 RELEASE_SIMULATOR_OUTPUT_DIR := ReleaseSim
439 RSC_OBJ_DIR := ResourceObjs
440
441 ## --------------------------------------------------------------------------
442 # Makefiles
443 ## --------------------------------------------------------------------------
444
445
446 ## include the makefile engine
447 include makefile-engine.mk
448
449 ## conditionally include your own custom.mk for your specific overrides or definitions
450 ## this is useful if you don't want to use the auto-generated.mk values
451 ## for some reason
452 -include custom.mk