]> git.saurik.com Git - wxWidgets.git/blob - build/palmos/makefile
Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of...
[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/strconv.cpp \
156 ../../src/common/stream.cpp \
157 ../../src/common/string.cpp \
158 ../../src/common/sysopt.cpp \
159 ../../src/common/taskbarcmn.cpp \
160 ../../src/common/tbarbase.cpp \
161 ../../src/common/textbuf.cpp \
162 ../../src/common/textcmn.cpp \
163 ../../src/common/textfile.cpp \
164 ../../src/common/timercmn.cpp \
165 ../../src/common/tokenzr.cpp \
166 ../../src/common/toplvcmn.cpp \
167 ../../src/common/treebase.cpp \
168 ../../src/common/txtstrm.cpp \
169 ../../src/common/url.cpp \
170 ../../src/common/utilscmn.cpp \
171 ../../src/common/valgen.cpp \
172 ../../src/common/validate.cpp \
173 ../../src/common/valtext.cpp \
174 ../../src/common/variant.cpp \
175 ../../src/common/wfstream.cpp \
176 ../../src/common/wincmn.cpp \
177 ../../src/common/wxchar.cpp \
178 ../../src/common/xpmdecod.cpp \
179 ../../src/common/xti.cpp \
180 ../../src/common/xtistrm.cpp \
181 ../../src/common/xtixml.cpp \
182 ../../src/common/zipstrm.cpp \
183 ../../src/common/zstream.cpp \
184 ../../src/generic/renderg.cpp \
185 ../../src/palmos/accel.cpp \
186 ../../src/palmos/app.cpp \
187 ../../src/palmos/base.cpp \
188 ../../src/palmos/bitmap.cpp \
189 ../../src/palmos/bmpbuttn.cpp \
190 ../../src/palmos/brush.cpp \
191 ../../src/palmos/button.cpp \
192 ../../src/palmos/caret.cpp \
193 ../../src/palmos/checkbox.cpp \
194 ../../src/palmos/checklst.cpp \
195 ../../src/palmos/choice.cpp \
196 ../../src/palmos/clipbrd.cpp \
197 ../../src/palmos/colordlg.cpp \
198 ../../src/palmos/colour.cpp \
199 ../../src/palmos/combobox.cpp \
200 ../../src/palmos/control.cpp \
201 ../../src/palmos/cursor.cpp \
202 ../../src/palmos/data.cpp \
203 ../../src/palmos/datectrl.cpp \
204 ../../src/palmos/dc.cpp \
205 ../../src/palmos/dcclient.cpp \
206 ../../src/palmos/dcmemory.cpp \
207 ../../src/palmos/dcprint.cpp \
208 ../../src/palmos/dcscreen.cpp \
209 ../../src/palmos/dialog.cpp \
210 ../../src/palmos/dib.cpp \
211 ../../src/palmos/dir.cpp \
212 ../../src/palmos/dirdlg.cpp \
213 ../../src/palmos/display.cpp \
214 ../../src/palmos/dragimag.cpp \
215 ../../src/palmos/dummy.cpp \
216 ../../src/palmos/enhmeta.cpp \
217 ../../src/palmos/evtloop.cpp \
218 ../../src/palmos/fdrepdlg.cpp \
219 ../../src/palmos/filedlg.cpp \
220 ../../src/palmos/font.cpp \
221 ../../src/palmos/fontdlg.cpp \
222 ../../src/palmos/fontenum.cpp \
223 ../../src/palmos/fontutil.cpp \
224 ../../src/palmos/frame.cpp \
225 ../../src/palmos/gauge.cpp \
226 ../../src/palmos/gdiimage.cpp \
227 ../../src/palmos/gdiobj.cpp \
228 ../../src/palmos/glcanvas.cpp \
229 ../../src/palmos/help.cpp \
230 ../../src/palmos/icon.cpp \
231 ../../src/palmos/imaglist.cpp \
232 ../../src/palmos/joystick.cpp \
233 ../../src/palmos/listbox.cpp \
234 ../../src/palmos/listctrl.cpp \
235 ../../src/palmos/main.cpp \
236 ../../src/palmos/mdi.cpp \
237 ../../src/palmos/menu.cpp \
238 ../../src/palmos/menuitem.cpp \
239 ../../src/palmos/metafile.cpp \
240 ../../src/palmos/minifram.cpp \
241 ../../src/palmos/msgdlg.cpp \
242 ../../src/palmos/nativdlg.cpp \
243 ../../src/palmos/notebook.cpp \
244 ../../src/palmos/ownerdrw.cpp \
245 ../../src/palmos/palette.cpp \
246 ../../src/palmos/pen.cpp \
247 ../../src/palmos/popupwin.cpp \
248 ../../src/palmos/prefconf.cpp \
249 ../../src/palmos/printdlg.cpp \
250 ../../src/palmos/printpalm.cpp \
251 ../../src/palmos/progdlg.cpp \
252 ../../src/palmos/radiobox.cpp \
253 ../../src/palmos/radiobut.cpp \
254 ../../src/palmos/region.cpp \
255 ../../src/palmos/scrolbar.cpp \
256 ../../src/palmos/settings.cpp \
257 ../../src/palmos/slider.cpp \
258 ../../src/palmos/snglinst.cpp \
259 ../../src/palmos/sound.cpp \
260 ../../src/palmos/spinbutt.cpp \
261 ../../src/palmos/spinctrl.cpp \
262 ../../src/palmos/statbmp.cpp \
263 ../../src/palmos/statbox.cpp \
264 ../../src/palmos/statbrpalm.cpp \
265 ../../src/palmos/statline.cpp \
266 ../../src/palmos/stattext.cpp \
267 ../../src/palmos/taskbar.cpp \
268 ../../src/palmos/toolbar.cpp \
269 ../../src/palmos/textctrl.cpp \
270 ../../src/palmos/tglbtn.cpp \
271 ../../src/palmos/thread.cpp \
272 ../../src/palmos/timer.cpp \
273 ../../src/palmos/tooltip.cpp \
274 ../../src/palmos/toplevel.cpp \
275 ../../src/palmos/treectrl.cpp \
276 ../../src/palmos/utils.cpp \
277 ../../src/palmos/utilsexc.cpp \
278 ../../src/palmos/utilsgui.cpp \
279 ../../src/palmos/volume.cpp \
280 ../../src/palmos/window.cpp
281
282 RESOURCES = ../../include/wx/palmos/wxWidgets.xrd ../../include/wx/palmos/Version.xrd
283 DEFS_FILE = ../../include/wx/palmos/wxWidgets.def
284 SLD_FILE = ../../include/wx/palmos/wxWidgets.sld
285
286 ## --------------------------------------------------------------------------
287 # Review Database information
288 # Register Creator ID at: http://dev.palmos.com/creatorid/
289 ## --------------------------------------------------------------------------
290
291 CREATOR_ID = bapp
292 DB_TYPE = appl
293
294 DATABASE_RESET =
295 DATABASE_BACKUP = -b
296 DATABASE_HIDDEN =
297 DATABASE_PROTECT =
298 DATABASE_VERSION = 1
299
300 LOCALE = enUS
301 DATABASE_NAME = $(APP_NAME)
302
303 ## --------------------------------------------------------------------------
304 # Choose SDK
305 # Supported values:
306 # sdk-6
307 ## --------------------------------------------------------------------------
308
309 SDK_VERSION = sdk-6
310
311 ifeq ($(SDK_LOCATION),)
312 SDK_LOCATION=../../
313 endif
314 ## --------------------------------------------------------------------------
315 # Build Settings
316 # Review the following for your needs.
317 # The default settings build with debug information and no optimization and
318 # a target platform of an actual device.
319 ## --------------------------------------------------------------------------
320
321 #
322 # Set Debug or Release configuration for this project via the project
323 # properties (right-click on the project and select Properties).
324 #
325 DEBUG_OR_RELEASE=Debug
326
327 #
328 # Set the target platform for the build; either Device or Simulator
329 # Use Device as a target for emulator builds.
330 #
331 TARGET_PLATFORM=Simulator
332
333 # Specify the level of optimization that you want:
334 # NONE, SOME, FULL, INTRAPROCEDURAL, INTERPROCEDURAL, INLINING.
335 # Leave blank to select FULL for release builds, and NONE for
336 # debug builds.
337 # INTRAPROCEDURAL, INTERPROCEDURAL, INLINING are applicable to
338 # device builds only; simulator builds will translate those levels
339 # to FULL.
340 OPTIMIZE_LEVEL = NONE
341
342 # Specify warning level
343 # NONE = suppress all warnings
344 # ALL = enable all warnings
345 # <undefined> = default warnings
346 WARNING_LEVEL =
347
348 # Specify exception handling support
349 # true = enable it
350 # false = don't enable it
351 ENABLE_EXCEPTION_HANDLING=true
352
353 # List additional libraries to link with
354 # (Full or project relative path)
355 ADDITIONAL_LINK_LIBRARIES =
356 ADDITIONAL_SIM_LINK_LIBRARIES =
357
358 # Additional paths to look for #include "header"
359 # (Source file directories are automatically included)
360 # Please note that both local and system include paths should
361 # either use "cygwin" syntax or if in Windows syntax the should
362 # be quoted. ie: ../MyLibrary/headers or "C:\Source\MyLibrary\headers"
363 # Additionally, you must explicly specify the "-I" prior to each
364 # path included in this variable. Spaces are used to separate
365 # each path from each other.
366 LOCAL_INCLUDE_PATHS = -Irsc -I../../lib/gcc_lib/palmos -I../../include
367 LOCAL_SIM_INCLUDE_PATHS = $(LOCAL_INCLUDE_PATHS)
368
369 # Additional paths to look for #include <header>
370 # (Palm OS SDK directories are automatically included)
371 # Additionally, you must explicly specify the "-I" prior to each
372 # path included in this variable. Spaces are used to separate
373 # each path from each other.
374 SYSTEM_INCLUDE_PATHS =
375 SYSTEM_SIM_INCLUDE_PATHS =
376
377 # Specify any needed preprocessor symbols.
378 # If you set DEFINES to "ASSERTLEVEL=1", the compiler will see "-DASSERTLEVEL=1"
379 # (separate individual entries with spaces)
380 DEFINES =
381 SIM_DEFINES =
382
383 # Specify additional compiler flags for all files
384 ADDITIONAL_COMPILER_FLAGS =
385 ADDITIONAL_SIM_COMPILER_FLAGS =
386
387 # Specify additional linker flags
388 ADDITIONAL_LINKER_FLAGS =
389 ADDITIONAL_SIM_LINKER_FLAGS =
390
391 # Specify additional archival flags (for static libraries)
392 ADDITIONAL_AR_FLAGS =
393 ADDITIONAL_SIM_AR_FLAGS =
394
395
396 # Tools Directory
397 # Normally you wouldn't want to override this since the necessary tools
398 # are in the PATH. But if you experimenting with other tools, then
399 # reset the directory here
400 # If overridden, end with a trailing '/'
401
402 ifeq ($(TOOLS_DIR), )
403 TOOLS_DIR = ../../../PalmOSTools/
404 endif
405
406 ## --------------------------------------------------------------------------
407 # Resource Settings
408 ## --------------------------------------------------------------------------
409
410 # Specify the target text encoding
411 # LATIN, JAPANESE, SIMPLIFIED_CHINESE
412 TEXTENCODING = LATIN
413
414 # Specify error levels for locale and text encoding
415 # NOCHECK
416 # STRICT
417 # <default>
418 LOCALE_CHECKING =
419
420 # Specific if encoding should be checked
421 # FALSE, TRUE
422 STRICT_ENCODING = FALSE
423
424 ## --------------------------------------------------------------------------
425 # Output Settings
426 ## --------------------------------------------------------------------------
427
428 # Modify if you want object and output files to be in different locations
429 # (However, please note that all three object directories must be different
430 # for the makefile engine to properly operate.)
431 # OUTPUT_DIR is the "main" output directory, where all linked and binary objects
432 # will be put.
433
434 DEBUG_DEVICE_OUTPUT_DIR := DebugDevice
435 RELEASE_DEVICE_OUTPUT_DIR := ReleaseDevice
436 DEBUG_SIMULATOR_OUTPUT_DIR := DebugSim
437 RELEASE_SIMULATOR_OUTPUT_DIR := ReleaseSim
438 RSC_OBJ_DIR := ResourceObjs
439
440 ## --------------------------------------------------------------------------
441 # Makefiles
442 ## --------------------------------------------------------------------------
443
444
445 ## include the makefile engine
446 include makefile-engine.mk
447
448 ## conditionally include your own custom.mk for your specific overrides or definitions
449 ## this is useful if you don't want to use the auto-generated.mk values
450 ## for some reason
451 -include custom.mk