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