]> git.saurik.com Git - wxWidgets.git/blob - build/palmos/makefile
Final MSW/PalmOS split. Remove dump copies of MSW specific code.
[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/strconv.cpp \
155 ../../src/common/stream.cpp \
156 ../../src/common/string.cpp \
157 ../../src/common/sysopt.cpp \
158 ../../src/common/taskbarcmn.cpp \
159 ../../src/common/tbarbase.cpp \
160 ../../src/common/textbuf.cpp \
161 ../../src/common/textcmn.cpp \
162 ../../src/common/textfile.cpp \
163 ../../src/common/timercmn.cpp \
164 ../../src/common/tokenzr.cpp \
165 ../../src/common/toplvcmn.cpp \
166 ../../src/common/treebase.cpp \
167 ../../src/common/txtstrm.cpp \
168 ../../src/common/url.cpp \
169 ../../src/common/utilscmn.cpp \
170 ../../src/common/valgen.cpp \
171 ../../src/common/validate.cpp \
172 ../../src/common/valtext.cpp \
173 ../../src/common/variant.cpp \
174 ../../src/common/wfstream.cpp \
175 ../../src/common/wincmn.cpp \
176 ../../src/common/wxchar.cpp \
177 ../../src/common/xpmdecod.cpp \
178 ../../src/common/xti.cpp \
179 ../../src/common/xtistrm.cpp \
180 ../../src/common/xtixml.cpp \
181 ../../src/common/zipstrm.cpp \
182 ../../src/common/zstream.cpp \
183 ../../src/generic/renderg.cpp \
184 ../../src/palmos/accel.cpp \
185 ../../src/palmos/app.cpp \
186 ../../src/palmos/base.cpp \
187 ../../src/palmos/bitmap.cpp \
188 ../../src/palmos/bmpbuttn.cpp \
189 ../../src/palmos/brush.cpp \
190 ../../src/palmos/button.cpp \
191 ../../src/palmos/caret.cpp \
192 ../../src/palmos/checkbox.cpp \
193 ../../src/palmos/checklst.cpp \
194 ../../src/palmos/choice.cpp \
195 ../../src/palmos/clipbrd.cpp \
196 ../../src/palmos/colordlg.cpp \
197 ../../src/palmos/colour.cpp \
198 ../../src/palmos/combobox.cpp \
199 ../../src/palmos/control.cpp \
200 ../../src/palmos/crashrpt.cpp \
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 \
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 \
231 ../../src/palmos/iniconf.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/printdlg.cpp \
249 ../../src/palmos/printpalm.cpp \
250 ../../src/palmos/radiobox.cpp \
251 ../../src/palmos/radiobut.cpp \
252 ../../src/palmos/regconf.cpp \
253 ../../src/palmos/region.cpp \
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 \
263 ../../src/palmos/statbrpalm.cpp \
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
281 RESOURCES = ../../include/wx/palmos/wxWidgets.xrd ../../include/wx/palmos/Version.xrd
282 DEFS_FILE = ../../include/wx/palmos/wxWidgets.def
283 SLD_FILE = ../../include/wx/palmos/wxWidgets.sld
284
285 ## --------------------------------------------------------------------------
286 # Review Database information
287 # Register Creator ID at: http://dev.palmos.com/creatorid/
288 ## --------------------------------------------------------------------------
289
290 CREATOR_ID = bapp
291 DB_TYPE = appl
292
293 DATABASE_RESET =
294 DATABASE_BACKUP = -b
295 DATABASE_HIDDEN =
296 DATABASE_PROTECT =
297 DATABASE_VERSION = 1
298
299 LOCALE = enUS
300 DATABASE_NAME = $(APP_NAME)
301
302 ## --------------------------------------------------------------------------
303 # Choose SDK
304 # Supported values:
305 # sdk-6
306 ## --------------------------------------------------------------------------
307
308 SDK_VERSION = sdk-6
309
310 ifeq ($(SDK_LOCATION),)
311 SDK_LOCATION=../../
312 endif
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 #
324 DEBUG_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 #
330 TARGET_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.
339 OPTIMIZE_LEVEL = NONE
340
341 # Specify warning level
342 # NONE = suppress all warnings
343 # ALL = enable all warnings
344 # <undefined> = default warnings
345 WARNING_LEVEL =
346
347 # Specify exception handling support
348 # true = enable it
349 # false = don't enable it
350 ENABLE_EXCEPTION_HANDLING=true
351
352 # List additional libraries to link with
353 # (Full or project relative path)
354 ADDITIONAL_LINK_LIBRARIES =
355 ADDITIONAL_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.
365 LOCAL_INCLUDE_PATHS = -Irsc -I../../lib/gcc_lib/palmos -I../../include
366 LOCAL_SIM_INCLUDE_PATHS = $(LOCAL_INCLUDE_PATHS)
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.
373 SYSTEM_INCLUDE_PATHS =
374 SYSTEM_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)
379 DEFINES =
380 SIM_DEFINES =
381
382 # Specify additional compiler flags for all files
383 ADDITIONAL_COMPILER_FLAGS =
384 ADDITIONAL_SIM_COMPILER_FLAGS =
385
386 # Specify additional linker flags
387 ADDITIONAL_LINKER_FLAGS =
388 ADDITIONAL_SIM_LINKER_FLAGS =
389
390 # Specify additional archival flags (for static libraries)
391 ADDITIONAL_AR_FLAGS =
392 ADDITIONAL_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
401 ifeq ($(TOOLS_DIR), )
402 TOOLS_DIR = ../../../PalmOSTools/
403 endif
404
405 ## --------------------------------------------------------------------------
406 # Resource Settings
407 ## --------------------------------------------------------------------------
408
409 # Specify the target text encoding
410 # LATIN, JAPANESE, SIMPLIFIED_CHINESE
411 TEXTENCODING = LATIN
412
413 # Specify error levels for locale and text encoding
414 # NOCHECK
415 # STRICT
416 # <default>
417 LOCALE_CHECKING =
418
419 # Specific if encoding should be checked
420 # FALSE, TRUE
421 STRICT_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
433 DEBUG_DEVICE_OUTPUT_DIR := DebugDevice
434 RELEASE_DEVICE_OUTPUT_DIR := ReleaseDevice
435 DEBUG_SIMULATOR_OUTPUT_DIR := DebugSim
436 RELEASE_SIMULATOR_OUTPUT_DIR := ReleaseSim
437 RSC_OBJ_DIR := ResourceObjs
438
439 ## --------------------------------------------------------------------------
440 # Makefiles
441 ## --------------------------------------------------------------------------
442
443
444 ## include the makefile engine
445 include 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