]>
Commit | Line | Data |
---|---|---|
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 | ||
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 \ | |
ffecfa5a JS |
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 \ | |
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 \ | |
250 | ../../src/palmos/radiobox.cpp \ | |
251 | ../../src/palmos/radiobut.cpp \ | |
ffecfa5a | 252 | ../../src/palmos/region.cpp \ |
ffecfa5a JS |
253 | ../../src/palmos/scrolbar.cpp \ |
254 | ../../src/palmos/settings.cpp \ | |
255 | ../../src/palmos/slider.cpp \ | |
256 | ../../src/palmos/snglinst.cpp \ | |
257 | ../../src/palmos/sound.cpp \ | |
258 | ../../src/palmos/spinbutt.cpp \ | |
259 | ../../src/palmos/spinctrl.cpp \ | |
260 | ../../src/palmos/statbmp.cpp \ | |
261 | ../../src/palmos/statbox.cpp \ | |
771be77f | 262 | ../../src/palmos/statbrpalm.cpp \ |
ffecfa5a JS |
263 | ../../src/palmos/statline.cpp \ |
264 | ../../src/palmos/stattext.cpp \ | |
265 | ../../src/palmos/taskbar.cpp \ | |
266 | ../../src/palmos/toolbar.cpp \ | |
267 | ../../src/palmos/textctrl.cpp \ | |
268 | ../../src/palmos/tglbtn.cpp \ | |
269 | ../../src/palmos/thread.cpp \ | |
270 | ../../src/palmos/timer.cpp \ | |
271 | ../../src/palmos/tooltip.cpp \ | |
272 | ../../src/palmos/toplevel.cpp \ | |
273 | ../../src/palmos/treectrl.cpp \ | |
274 | ../../src/palmos/utils.cpp \ | |
275 | ../../src/palmos/utilsexc.cpp \ | |
276 | ../../src/palmos/utilsgui.cpp \ | |
277 | ../../src/palmos/volume.cpp \ | |
278 | ../../src/palmos/window.cpp | |
279 | ||
280 | RESOURCES = ../../include/wx/palmos/wxWidgets.xrd ../../include/wx/palmos/Version.xrd | |
281 | DEFS_FILE = ../../include/wx/palmos/wxWidgets.def | |
282 | SLD_FILE = ../../include/wx/palmos/wxWidgets.sld | |
283 | ||
284 | ## -------------------------------------------------------------------------- | |
285 | # Review Database information | |
286 | # Register Creator ID at: http://dev.palmos.com/creatorid/ | |
287 | ## -------------------------------------------------------------------------- | |
288 | ||
289 | CREATOR_ID = bapp | |
290 | DB_TYPE = appl | |
291 | ||
292 | DATABASE_RESET = | |
293 | DATABASE_BACKUP = -b | |
294 | DATABASE_HIDDEN = | |
295 | DATABASE_PROTECT = | |
296 | DATABASE_VERSION = 1 | |
297 | ||
298 | LOCALE = enUS | |
299 | DATABASE_NAME = $(APP_NAME) | |
300 | ||
301 | ## -------------------------------------------------------------------------- | |
302 | # Choose SDK | |
303 | # Supported values: | |
304 | # sdk-6 | |
305 | ## -------------------------------------------------------------------------- | |
306 | ||
307 | SDK_VERSION = sdk-6 | |
308 | ||
309 | ifeq ($(SDK_LOCATION),) | |
310 | SDK_LOCATION=../../ | |
311 | endif | |
312 | ## -------------------------------------------------------------------------- | |
313 | # Build Settings | |
314 | # Review the following for your needs. | |
315 | # The default settings build with debug information and no optimization and | |
316 | # a target platform of an actual device. | |
317 | ## -------------------------------------------------------------------------- | |
318 | ||
319 | # | |
320 | # Set Debug or Release configuration for this project via the project | |
321 | # properties (right-click on the project and select Properties). | |
322 | # | |
323 | DEBUG_OR_RELEASE=Debug | |
324 | ||
325 | # | |
326 | # Set the target platform for the build; either Device or Simulator | |
327 | # Use Device as a target for emulator builds. | |
328 | # | |
329 | TARGET_PLATFORM=Simulator | |
330 | ||
331 | # Specify the level of optimization that you want: | |
332 | # NONE, SOME, FULL, INTRAPROCEDURAL, INTERPROCEDURAL, INLINING. | |
333 | # Leave blank to select FULL for release builds, and NONE for | |
334 | # debug builds. | |
335 | # INTRAPROCEDURAL, INTERPROCEDURAL, INLINING are applicable to | |
336 | # device builds only; simulator builds will translate those levels | |
337 | # to FULL. | |
338 | OPTIMIZE_LEVEL = NONE | |
339 | ||
340 | # Specify warning level | |
341 | # NONE = suppress all warnings | |
342 | # ALL = enable all warnings | |
343 | # <undefined> = default warnings | |
344 | WARNING_LEVEL = | |
345 | ||
346 | # Specify exception handling support | |
347 | # true = enable it | |
348 | # false = don't enable it | |
349 | ENABLE_EXCEPTION_HANDLING=true | |
350 | ||
351 | # List additional libraries to link with | |
352 | # (Full or project relative path) | |
353 | ADDITIONAL_LINK_LIBRARIES = | |
354 | ADDITIONAL_SIM_LINK_LIBRARIES = | |
355 | ||
356 | # Additional paths to look for #include "header" | |
357 | # (Source file directories are automatically included) | |
358 | # Please note that both local and system include paths should | |
359 | # either use "cygwin" syntax or if in Windows syntax the should | |
360 | # be quoted. ie: ../MyLibrary/headers or "C:\Source\MyLibrary\headers" | |
361 | # Additionally, you must explicly specify the "-I" prior to each | |
362 | # path included in this variable. Spaces are used to separate | |
363 | # each path from each other. | |
771be77f VZ |
364 | LOCAL_INCLUDE_PATHS = -Irsc -I../../lib/gcc_lib/palmos -I../../include |
365 | LOCAL_SIM_INCLUDE_PATHS = $(LOCAL_INCLUDE_PATHS) | |
ffecfa5a JS |
366 | |
367 | # Additional paths to look for #include <header> | |
368 | # (Palm OS SDK directories are automatically included) | |
369 | # Additionally, you must explicly specify the "-I" prior to each | |
370 | # path included in this variable. Spaces are used to separate | |
371 | # each path from each other. | |
372 | SYSTEM_INCLUDE_PATHS = | |
373 | SYSTEM_SIM_INCLUDE_PATHS = | |
374 | ||
375 | # Specify any needed preprocessor symbols. | |
376 | # If you set DEFINES to "ASSERTLEVEL=1", the compiler will see "-DASSERTLEVEL=1" | |
377 | # (separate individual entries with spaces) | |
378 | DEFINES = | |
379 | SIM_DEFINES = | |
380 | ||
381 | # Specify additional compiler flags for all files | |
382 | ADDITIONAL_COMPILER_FLAGS = | |
383 | ADDITIONAL_SIM_COMPILER_FLAGS = | |
384 | ||
385 | # Specify additional linker flags | |
386 | ADDITIONAL_LINKER_FLAGS = | |
387 | ADDITIONAL_SIM_LINKER_FLAGS = | |
388 | ||
389 | # Specify additional archival flags (for static libraries) | |
390 | ADDITIONAL_AR_FLAGS = | |
391 | ADDITIONAL_SIM_AR_FLAGS = | |
392 | ||
393 | ||
394 | # Tools Directory | |
395 | # Normally you wouldn't want to override this since the necessary tools | |
396 | # are in the PATH. But if you experimenting with other tools, then | |
397 | # reset the directory here | |
398 | # If overridden, end with a trailing '/' | |
399 | ||
400 | ifeq ($(TOOLS_DIR), ) | |
401 | TOOLS_DIR = ../../../PalmOSTools/ | |
402 | endif | |
403 | ||
404 | ## -------------------------------------------------------------------------- | |
405 | # Resource Settings | |
406 | ## -------------------------------------------------------------------------- | |
407 | ||
408 | # Specify the target text encoding | |
409 | # LATIN, JAPANESE, SIMPLIFIED_CHINESE | |
410 | TEXTENCODING = LATIN | |
411 | ||
412 | # Specify error levels for locale and text encoding | |
413 | # NOCHECK | |
414 | # STRICT | |
415 | # <default> | |
416 | LOCALE_CHECKING = | |
417 | ||
418 | # Specific if encoding should be checked | |
419 | # FALSE, TRUE | |
420 | STRICT_ENCODING = FALSE | |
421 | ||
422 | ## -------------------------------------------------------------------------- | |
423 | # Output Settings | |
424 | ## -------------------------------------------------------------------------- | |
425 | ||
426 | # Modify if you want object and output files to be in different locations | |
427 | # (However, please note that all three object directories must be different | |
428 | # for the makefile engine to properly operate.) | |
429 | # OUTPUT_DIR is the "main" output directory, where all linked and binary objects | |
430 | # will be put. | |
431 | ||
432 | DEBUG_DEVICE_OUTPUT_DIR := DebugDevice | |
433 | RELEASE_DEVICE_OUTPUT_DIR := ReleaseDevice | |
434 | DEBUG_SIMULATOR_OUTPUT_DIR := DebugSim | |
435 | RELEASE_SIMULATOR_OUTPUT_DIR := ReleaseSim | |
436 | RSC_OBJ_DIR := ResourceObjs | |
437 | ||
438 | ## -------------------------------------------------------------------------- | |
439 | # Makefiles | |
440 | ## -------------------------------------------------------------------------- | |
441 | ||
442 | ||
443 | ## include the makefile engine | |
444 | include makefile-engine.mk | |
445 | ||
446 | ## conditionally include your own custom.mk for your specific overrides or definitions | |
447 | ## this is useful if you don't want to use the auto-generated.mk values | |
448 | ## for some reason | |
449 | -include custom.mk |