]>
Commit | Line | Data |
---|---|---|
ad9edf45 RR |
1 | |
2 | # | |
27ea1d8a | 3 | # This file was automatically generated by tmake at 15:55, 1999/08/13 |
ad9edf45 | 4 | # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T! |
ac15e21d KB |
5 | # -----> Is this true, where is it? I had to make lots of changes here to get |
6 | # it to work! KB | |
ad9edf45 RR |
7 | # |
8 | # File: makefile.unx | |
9 | # Author: Julian Smart, Robert Roebling, Vadim Zeitlin | |
10 | # Created: 1993 | |
11 | # Updated: 1999 | |
12 | # Copyright:(c) 1993, AIAI, University of Edinburgh, | |
13 | # Copyright:(c) 1999, Vadim Zeitlin | |
14 | # Copyright:(c) 1999, Robert Roebling | |
15 | # | |
16 | # Makefile for libwx_gtk.a, libwx_motif.a and libwx_msw.a | |
17 | ||
18 | ################################################################### | |
19 | ||
20 | include ./src/make.env | |
21 | ||
22 | ############## override make.env for PIC ########################## | |
23 | ||
24 | # Clears all default suffixes | |
25 | .SUFFIXES: .o .cpp .c .cxx | |
26 | ||
27 | .c.o : | |
28 | $(CCC) -c $(CFLAGS) $(PICFLAGS) -o $@ $< | |
29 | ||
30 | .cpp.o : | |
31 | $(CC) -c $(CPPFLAGS) $(PICFLAGS) -o $@ $< | |
32 | ||
33 | .cxx.o : | |
34 | $(CC) -c $(CPPFLAGS) $(PICFLAGS) -o $@ $< | |
35 | ||
36 | ########################### Paths ################################# | |
37 | ||
38 | srcdir = @srcdir@ | |
39 | ||
40 | VPATH = :@top_srcdir@ | |
41 | ||
42 | top_srcdir = @top_srcdir@ | |
43 | prefix = @prefix@ | |
44 | exec_prefix = @exec_prefix@ | |
45 | ||
46 | bindir = @bindir@ | |
47 | sbindir = @sbindir@ | |
48 | libexecdir = @libexecdir@ | |
49 | datadir = @datadir@ | |
50 | sysconfdir = @sysconfdir@ | |
51 | sharedstatedir = @sharedstatedir@ | |
52 | localstatedir = @localstatedir@ | |
53 | libdir = @libdir@ | |
54 | infodir = @infodir@ | |
55 | mandir = @mandir@ | |
56 | includedir = @includedir@ | |
57 | oldincludedir = /usr/include | |
58 | ||
59 | DESTDIR = | |
60 | ||
61 | pkgdatadir = $(datadir)/@PACKAGE@ | |
62 | pkglibdir = $(libdir)/@PACKAGE@ | |
63 | pkgincludedir = $(includedir)/@PACKAGE@ | |
64 | ||
65 | top_builddir = . | |
66 | ||
67 | INSTALL = @INSTALL@ | |
68 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
69 | INSTALL_DATA = @INSTALL_DATA@ | |
66635d68 | 70 | INSTALL_SCRIPT = @INSTALL@ # what is this supposed to be? |
ad9edf45 RR |
71 | transform = @program_transform_name@ |
72 | ||
73 | NORMAL_INSTALL = : | |
74 | PRE_INSTALL = : | |
75 | POST_INSTALL = : | |
76 | NORMAL_UNINSTALL = : | |
77 | PRE_UNINSTALL = : | |
78 | POST_UNINSTALL = : | |
79 | build_alias = @build_alias@ | |
80 | build_triplet = @build@ | |
81 | host_alias = @host_alias@ | |
82 | host_triplet = @host@ | |
83 | target_alias = @target_alias@ | |
84 | target_triplet = @target@ | |
85 | ||
86 | ############################# Dirs ################################# | |
87 | ||
88 | WXDIR = $(top_srcdir) | |
89 | ||
90 | # Subordinate library possibilities | |
91 | ||
4cb122de RR |
92 | SRCDIR = $(WXDIR)/src |
93 | GENDIR = $(WXDIR)/src/generic | |
94 | COMMDIR = $(WXDIR)/src/common | |
95 | HTMLDIR = $(WXDIR)/src/html | |
96 | UNIXDIR = $(WXDIR)/src/unix | |
97 | PNGDIR = $(WXDIR)/src/png | |
98 | JPEGDIR = $(WXDIR)/src/jpeg | |
99 | ZLIBDIR = $(WXDIR)/src/zlib | |
100 | GTKDIR = $(WXDIR)/src/gtk | |
ad9edf45 | 101 | MOTIFDIR = $(WXDIR)/src/motif |
4cb122de RR |
102 | MSWDIR = $(WXDIR)/src/msw |
103 | INCDIR = $(WXDIR)/include | |
104 | SAMPDIR = $(WXDIR)/samples | |
ad9edf45 RR |
105 | |
106 | DOCDIR = $(WXDIR)/docs | |
107 | ||
a4aad961 RR |
108 | ########################## Archive name ############################### |
109 | ||
110 | WXARCHIVE = wx$(TOOLKIT)-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz | |
111 | DISTDIR = ./_dist_dir/wx$(TOOLKIT) | |
112 | ||
ad9edf45 RR |
113 | ############################## Files ################################## |
114 | ||
115 | WX_HEADERS = \ | |
116 | accel.h \ | |
117 | app.h \ | |
118 | arrimpl.cpp \ | |
119 | bitmap.h \ | |
120 | bmpbuttn.h \ | |
121 | brush.h \ | |
122 | buffer.h \ | |
123 | busyinfo.h \ | |
124 | button.h \ | |
125 | caret.h \ | |
126 | checkbox.h \ | |
127 | checklst.h \ | |
128 | choicdlg.h \ | |
129 | choice.h \ | |
130 | clipbrd.h \ | |
131 | cmndata.h \ | |
132 | colordlg.h \ | |
133 | colour.h \ | |
134 | combobox.h \ | |
135 | confbase.h \ | |
136 | config.h \ | |
137 | control.h \ | |
138 | cursor.h \ | |
139 | dataobj.h \ | |
140 | date.h \ | |
141 | datstrm.h \ | |
142 | db.h \ | |
143 | dbtable.h \ | |
144 | dc.h \ | |
145 | dcclient.h \ | |
146 | dcmemory.h \ | |
147 | dcprint.h \ | |
148 | dcps.h \ | |
149 | dcscreen.h \ | |
150 | dde.h \ | |
151 | debug.h \ | |
152 | defs.h \ | |
153 | dialog.h \ | |
154 | dirdlg.h \ | |
155 | dnd.h \ | |
156 | docmdi.h \ | |
157 | docview.h \ | |
158 | dragimag.h \ | |
159 | dynarray.h \ | |
160 | dynlib.h \ | |
161 | event.h \ | |
162 | expr.h \ | |
163 | ffile.h \ | |
164 | file.h \ | |
165 | fileconf.h \ | |
166 | filedlg.h \ | |
167 | filefn.h \ | |
168 | filesys.h \ | |
169 | font.h \ | |
170 | fontdlg.h \ | |
171 | frame.h \ | |
172 | fs_inet.h \ | |
173 | fs_zip.h \ | |
174 | gauge.h \ | |
175 | gdicmn.h \ | |
176 | gdiobj.h \ | |
177 | grid.h \ | |
178 | hash.h \ | |
179 | help.h \ | |
180 | helpbase.h \ | |
181 | helphtml.h \ | |
182 | helpwin.h \ | |
183 | helpxlp.h \ | |
184 | icon.h \ | |
185 | image.h \ | |
186 | imaglist.h \ | |
187 | intl.h \ | |
188 | ioswrap.h \ | |
189 | ipcbase.h \ | |
190 | joystick.h \ | |
191 | layout.h \ | |
192 | laywin.h \ | |
193 | list.h \ | |
194 | listbox.h \ | |
195 | listctrl.h \ | |
196 | listimpl.cpp \ | |
197 | log.h \ | |
198 | longlong.h \ | |
199 | matrix.h \ | |
200 | mdi.h \ | |
201 | memory.h \ | |
202 | menu.h \ | |
203 | menuitem.h \ | |
204 | metafile.h \ | |
205 | mimetype.h \ | |
206 | minifram.h \ | |
207 | module.h \ | |
208 | msgdlg.h \ | |
209 | mstream.h \ | |
210 | notebook.h \ | |
211 | object.h \ | |
212 | objstrm.h \ | |
213 | odbc.h \ | |
214 | ownerdrw.h \ | |
215 | palette.h \ | |
216 | panel.h \ | |
217 | paper.h \ | |
218 | pen.h \ | |
219 | pnghand.h \ | |
220 | print.h \ | |
221 | printdlg.h \ | |
222 | prntbase.h \ | |
223 | process.h \ | |
224 | progdlg.h \ | |
225 | prop.h \ | |
226 | propform.h \ | |
227 | proplist.h \ | |
228 | radiobox.h \ | |
229 | radiobut.h \ | |
230 | region.h \ | |
231 | resource.h \ | |
232 | sashwin.h \ | |
233 | sckaddr.h \ | |
234 | sckipc.h \ | |
235 | sckstrm.h \ | |
236 | scrolbar.h \ | |
237 | scrolwin.h \ | |
238 | serbase.h \ | |
239 | settings.h \ | |
240 | setup.h \ | |
241 | sizer.h \ | |
242 | slider.h \ | |
243 | socket.h \ | |
244 | spinbutt.h \ | |
245 | splitter.h \ | |
246 | statbmp.h \ | |
247 | statbox.h \ | |
248 | statline.h \ | |
249 | stattext.h \ | |
250 | statusbr.h \ | |
251 | strconv.h \ | |
252 | stream.h \ | |
253 | string.h \ | |
254 | tab.h \ | |
255 | tabctrl.h \ | |
256 | taskbar.h \ | |
257 | tbar95.h \ | |
258 | tbarbase.h \ | |
259 | tbarmsw.h \ | |
260 | tbarsmpl.h \ | |
261 | textctrl.h \ | |
262 | textdlg.h \ | |
263 | textfile.h \ | |
264 | thread.h \ | |
265 | time.h \ | |
266 | timer.h \ | |
267 | tipdlg.h \ | |
268 | tokenzr.h \ | |
269 | toolbar.h \ | |
270 | tooltip.h \ | |
271 | treectrl.h \ | |
272 | txtstrm.h \ | |
273 | types.h \ | |
274 | url.h \ | |
275 | utils.h \ | |
276 | valgen.h \ | |
277 | validate.h \ | |
278 | valtext.h \ | |
279 | variant.h \ | |
280 | version.h \ | |
281 | wave.h \ | |
282 | wfstream.h \ | |
283 | window.h \ | |
284 | wx.h \ | |
285 | wx_cw.h \ | |
286 | wx_cw_cm.h \ | |
287 | wx_cw_d.h \ | |
288 | wxchar.h \ | |
289 | wxexpr.h \ | |
290 | wxhtml.h \ | |
291 | wxprec.h \ | |
292 | xpmhand.h \ | |
293 | zipstrm.h \ | |
294 | zstream.h | |
295 | ||
296 | GTK_HEADERS = \ | |
297 | gtk/accel.h \ | |
298 | gtk/app.h \ | |
299 | gtk/bitmap.h \ | |
300 | gtk/bmpbuttn.h \ | |
301 | gtk/brush.h \ | |
302 | gtk/button.h \ | |
303 | gtk/checkbox.h \ | |
304 | gtk/checklst.h \ | |
305 | gtk/choice.h \ | |
306 | gtk/clipbrd.h \ | |
307 | gtk/colour.h \ | |
308 | gtk/combobox.h \ | |
309 | gtk/control.h \ | |
310 | gtk/cursor.h \ | |
311 | gtk/dataobj.h \ | |
312 | gtk/dc.h \ | |
313 | gtk/dcclient.h \ | |
314 | gtk/dcmemory.h \ | |
315 | gtk/dcscreen.h \ | |
316 | gtk/dialog.h \ | |
317 | gtk/dnd.h \ | |
318 | gtk/filedlg.h \ | |
319 | gtk/font.h \ | |
320 | gtk/frame.h \ | |
321 | gtk/gauge.h \ | |
322 | gtk/gdiobj.h \ | |
323 | gtk/icon.h \ | |
324 | gtk/joystick.h \ | |
325 | gtk/listbox.h \ | |
326 | gtk/mdi.h \ | |
327 | gtk/menu.h \ | |
328 | gtk/menuitem.h \ | |
329 | gtk/minifram.h \ | |
330 | gtk/notebook.h \ | |
331 | gtk/palette.h \ | |
332 | gtk/pen.h \ | |
333 | gtk/radiobox.h \ | |
334 | gtk/radiobut.h \ | |
335 | gtk/region.h \ | |
336 | gtk/scrolbar.h \ | |
337 | gtk/settings.h \ | |
338 | gtk/slider.h \ | |
339 | gtk/spinbutt.h \ | |
340 | gtk/statbmp.h \ | |
341 | gtk/statbox.h \ | |
342 | gtk/statline.h \ | |
343 | gtk/stattext.h \ | |
344 | gtk/tbargtk.h \ | |
345 | gtk/textctrl.h \ | |
346 | gtk/timer.h \ | |
347 | gtk/tooltip.h \ | |
348 | gtk/treectrl.h \ | |
349 | gtk/wave.h \ | |
350 | gtk/win_gtk.h \ | |
351 | gtk/window.h | |
352 | ||
353 | MOTIF_HEADERS = \ | |
354 | motif/accel.h \ | |
355 | motif/app.h \ | |
356 | motif/bitmap.h \ | |
357 | motif/bmpbuttn.h \ | |
358 | motif/brush.h \ | |
359 | motif/button.h \ | |
360 | motif/checkbox.h \ | |
361 | motif/checklst.h \ | |
362 | motif/choice.h \ | |
363 | motif/clipbrd.h \ | |
364 | motif/colordlg.h \ | |
365 | motif/colour.h \ | |
366 | motif/combobox.h \ | |
367 | motif/control.h \ | |
368 | motif/cursor.h \ | |
369 | motif/dataobj.h \ | |
370 | motif/dc.h \ | |
371 | motif/dcclient.h \ | |
372 | motif/dcmemory.h \ | |
373 | motif/dcprint.h \ | |
374 | motif/dcscreen.h \ | |
375 | motif/dialog.h \ | |
376 | motif/dnd.h \ | |
377 | motif/filedlg.h \ | |
378 | motif/font.h \ | |
379 | motif/fontdlg.h \ | |
380 | motif/frame.h \ | |
381 | motif/gauge.h \ | |
382 | motif/gdiobj.h \ | |
383 | motif/icon.h \ | |
384 | motif/joystick.h \ | |
385 | motif/listbox.h \ | |
386 | motif/mdi.h \ | |
387 | motif/menu.h \ | |
388 | motif/menuitem.h \ | |
389 | motif/metafile.h \ | |
390 | motif/minifram.h \ | |
391 | motif/msgdlg.h \ | |
392 | motif/palette.h \ | |
393 | motif/pen.h \ | |
394 | motif/print.h \ | |
395 | motif/printdlg.h \ | |
396 | motif/private.h \ | |
397 | motif/radiobox.h \ | |
398 | motif/radiobut.h \ | |
399 | motif/region.h \ | |
400 | motif/scrolbar.h \ | |
401 | motif/settings.h \ | |
402 | motif/slider.h \ | |
403 | motif/spinbutt.h \ | |
404 | motif/statbmp.h \ | |
405 | motif/statbox.h \ | |
406 | motif/stattext.h \ | |
407 | motif/textctrl.h \ | |
408 | motif/timer.h \ | |
409 | motif/toolbar.h \ | |
410 | motif/window.h | |
411 | ||
a4aad961 RR |
412 | MSW_HEADERS = \ |
413 | msw/accel.h \ | |
414 | msw/app.h \ | |
415 | msw/bitmap.h \ | |
416 | msw/bmpbuttn.h \ | |
417 | msw/brush.h \ | |
418 | msw/button.h \ | |
419 | msw/caret.h \ | |
420 | msw/checkbox.h \ | |
421 | msw/checklst.h \ | |
422 | msw/choice.h \ | |
423 | msw/clipbrd.h \ | |
424 | msw/colordlg.h \ | |
425 | msw/colour.h \ | |
426 | msw/combobox.h \ | |
427 | msw/control.h \ | |
428 | msw/curico.h \ | |
429 | msw/curicop.h \ | |
430 | msw/cursor.h \ | |
431 | msw/dc.h \ | |
432 | msw/dcclient.h \ | |
433 | msw/dcmemory.h \ | |
434 | msw/dcprint.h \ | |
435 | msw/dcscreen.h \ | |
436 | msw/dde.h \ | |
437 | msw/dialog.h \ | |
438 | msw/dib.h \ | |
439 | msw/dibutils.h \ | |
440 | msw/dirdlg.h \ | |
441 | msw/dragimag.h \ | |
442 | msw/filedlg.h \ | |
443 | msw/font.h \ | |
444 | msw/fontdlg.h \ | |
445 | msw/frame.h \ | |
446 | msw/gauge.h \ | |
447 | msw/gauge95.h \ | |
448 | msw/gaugemsw.h \ | |
449 | msw/gdiobj.h \ | |
450 | msw/helpwin.h \ | |
451 | msw/icon.h \ | |
452 | msw/imaglist.h \ | |
453 | msw/iniconf.h \ | |
454 | msw/joystick.h \ | |
455 | msw/listbox.h \ | |
456 | msw/listctrl.h \ | |
457 | msw/mdi.h \ | |
458 | msw/menu.h \ | |
459 | msw/menuitem.h \ | |
460 | msw/metafile.h \ | |
461 | msw/minifram.h \ | |
462 | msw/msgdlg.h \ | |
463 | msw/msvcrt.h \ | |
464 | msw/notebook.h \ | |
465 | msw/palette.h \ | |
466 | msw/pen.h \ | |
467 | msw/pnghand.h \ | |
468 | msw/pngread.h \ | |
469 | msw/printdlg.h \ | |
470 | msw/printwin.h \ | |
471 | msw/private.h \ | |
472 | msw/radiobox.h \ | |
473 | msw/radiobut.h \ | |
474 | msw/regconf.h \ | |
475 | msw/region.h \ | |
476 | msw/registry.h \ | |
477 | msw/scrolbar.h \ | |
478 | msw/settings.h \ | |
479 | msw/setup0.h \ | |
480 | msw/slider.h \ | |
481 | msw/slider95.h \ | |
482 | msw/slidrmsw.h \ | |
483 | msw/spinbutt.h \ | |
484 | msw/statbmp.h \ | |
485 | msw/statbox.h \ | |
486 | msw/statbr95.h \ | |
487 | msw/statline.h \ | |
488 | msw/stattext.h \ | |
489 | msw/tabctrl.h \ | |
490 | msw/taskbar.h \ | |
491 | msw/tbar95.h \ | |
492 | msw/tbarmsw.h \ | |
493 | msw/textctrl.h \ | |
494 | msw/timer.h \ | |
495 | msw/tooltip.h \ | |
496 | msw/treectrl.h \ | |
497 | msw/wave.h \ | |
498 | msw/window.h \ | |
499 | msw/winundef.h \ | |
500 | msw/xpmhand.h | |
501 | ||
ad9edf45 RR |
502 | UNIX_HEADERS = \ |
503 | unix/execute.h | |
504 | ||
505 | GENERIC_HEADERS = \ | |
506 | generic/caret.h \ | |
507 | generic/choicdgg.h \ | |
508 | generic/colrdlgg.h \ | |
509 | generic/dcpsg.h \ | |
510 | generic/dirdlgg.h \ | |
511 | generic/fontdlgg.h \ | |
512 | generic/gridg.h \ | |
513 | generic/helpext.h \ | |
514 | generic/helphtml.h \ | |
515 | generic/helpwxht.h \ | |
516 | generic/helpxlp.h \ | |
517 | generic/imaglist.h \ | |
518 | generic/laywin.h \ | |
519 | generic/listctrl.h \ | |
520 | generic/msgdlgg.h \ | |
521 | generic/notebook.h \ | |
522 | generic/panelg.h \ | |
523 | generic/printps.h \ | |
524 | generic/prntdlgg.h \ | |
525 | generic/progdlgg.h \ | |
526 | generic/sashwin.h \ | |
527 | generic/scrolwin.h \ | |
528 | generic/splitter.h \ | |
529 | generic/statusbr.h \ | |
530 | generic/tabg.h \ | |
531 | generic/textdlgg.h \ | |
532 | generic/treectrl.h | |
533 | ||
534 | PROTOCOL_HEADERS = \ | |
535 | protocol/file.h \ | |
536 | protocol/ftp.h \ | |
537 | protocol/http.h \ | |
538 | protocol/protocol.h | |
539 | ||
540 | HTML_HEADERS = \ | |
541 | html/forcelink.h \ | |
542 | html/htmlcell.h \ | |
543 | html/htmldefs.h \ | |
544 | html/htmlfilter.h \ | |
545 | html/htmlhelp.h \ | |
546 | html/htmlparser.h \ | |
547 | html/htmltag.h \ | |
548 | html/htmlwin.h \ | |
549 | html/htmlwinparser.h \ | |
550 | html/mod_templ.h \ | |
551 | html/version.h | |
552 | ||
553 | GTK_GENERICOBJS = \ | |
554 | src/generic/busyinfo.o \ | |
555 | src/generic/caret.o \ | |
556 | src/generic/choicdgg.o \ | |
557 | src/generic/colrdlgg.o \ | |
558 | src/generic/dcpsg.o \ | |
559 | src/generic/dirdlgg.o \ | |
560 | src/generic/fontdlgg.o \ | |
561 | src/generic/gridg.o \ | |
ac15e21d KB |
562 | src/generic/helphtml.o \ |
563 | src/generic/helpwxht.o \ | |
564 | src/generic/helpext.o \ | |
ad9edf45 RR |
565 | src/generic/imaglist.o \ |
566 | src/generic/laywin.o \ | |
567 | src/generic/listctrl.o \ | |
568 | src/generic/msgdlgg.o \ | |
569 | src/generic/numdlgg.o \ | |
570 | src/generic/panelg.o \ | |
571 | src/generic/printps.o \ | |
572 | src/generic/prntdlgg.o \ | |
573 | src/generic/progdlgg.o \ | |
574 | src/generic/prop.o \ | |
575 | src/generic/propform.o \ | |
576 | src/generic/proplist.o \ | |
577 | src/generic/sashwin.o \ | |
578 | src/generic/scrolwin.o \ | |
579 | src/generic/splitter.o \ | |
580 | src/generic/statusbr.o \ | |
581 | src/generic/textdlgg.o \ | |
582 | src/generic/tipdlg.o \ | |
583 | src/generic/treectrl.o | |
584 | ||
585 | GTK_COMMONOBJS = \ | |
586 | parser.o \ | |
587 | src/common/cmndata.o \ | |
588 | src/common/config.o \ | |
589 | src/common/date.o \ | |
590 | src/common/datstrm.o \ | |
591 | src/common/db.o \ | |
592 | src/common/dbtable.o \ | |
593 | src/common/dcbase.o \ | |
594 | src/common/dlgcmn.o \ | |
595 | src/common/docmdi.o \ | |
596 | src/common/docview.o \ | |
597 | src/common/dynarray.o \ | |
598 | src/common/dynlib.o \ | |
599 | src/common/event.o \ | |
600 | src/common/extended.o \ | |
601 | src/common/ffile.o \ | |
602 | src/common/file.o \ | |
603 | src/common/fileconf.o \ | |
604 | src/common/filefn.o \ | |
605 | src/common/filesys.o \ | |
606 | src/common/framecmn.o \ | |
607 | src/common/fs_inet.o \ | |
608 | src/common/fs_zip.o \ | |
609 | src/common/ftp.o \ | |
610 | src/common/gdicmn.o \ | |
611 | src/common/hash.o \ | |
612 | src/common/helpbase.o \ | |
613 | src/common/http.o \ | |
614 | src/common/imagbmp.o \ | |
615 | src/common/image.o \ | |
616 | src/common/imaggif.o \ | |
617 | src/common/imagjpeg.o \ | |
618 | src/common/imagpng.o \ | |
619 | src/common/intl.o \ | |
620 | src/common/ipcbase.o \ | |
621 | src/common/layout.o \ | |
622 | src/common/list.o \ | |
623 | src/common/log.o \ | |
624 | src/common/memory.o \ | |
625 | src/common/mimetype.o \ | |
626 | src/common/module.o \ | |
627 | src/common/mstream.o \ | |
628 | src/common/object.o \ | |
629 | src/common/objstrm.o \ | |
630 | src/common/paper.o \ | |
631 | src/common/prntbase.o \ | |
632 | src/common/process.o \ | |
633 | src/common/protocol.o \ | |
634 | src/common/resource.o \ | |
635 | src/common/sckaddr.o \ | |
636 | src/common/sckfile.o \ | |
637 | src/common/sckipc.o \ | |
638 | src/common/sckstrm.o \ | |
639 | src/common/sizer.o \ | |
640 | src/common/socket.o \ | |
641 | src/common/strconv.o \ | |
642 | src/common/stream.o \ | |
643 | src/common/string.o \ | |
644 | src/common/tbarbase.o \ | |
645 | src/common/tbarsmpl.o \ | |
646 | src/common/textcmn.o \ | |
647 | src/common/textfile.o \ | |
648 | src/common/time.o \ | |
649 | src/common/timercmn.o \ | |
650 | src/common/tokenzr.o \ | |
651 | src/common/txtstrm.o \ | |
652 | src/common/unzip.o \ | |
653 | src/common/url.o \ | |
654 | src/common/utilscmn.o \ | |
655 | src/common/valgen.o \ | |
656 | src/common/validate.o \ | |
657 | src/common/valtext.o \ | |
658 | src/common/variant.o \ | |
659 | src/common/wfstream.o \ | |
660 | src/common/wincmn.o \ | |
661 | src/common/wxchar.o \ | |
662 | src/common/wxexpr.o \ | |
663 | src/common/zipstrm.o \ | |
664 | src/common/zstream.o | |
665 | ||
666 | GTK_GUIOBJS = \ | |
667 | src/gtk/accel.o \ | |
668 | src/gtk/app.o \ | |
669 | src/gtk/bitmap.o \ | |
670 | src/gtk/bmpbuttn.o \ | |
671 | src/gtk/brush.o \ | |
672 | src/gtk/button.o \ | |
673 | src/gtk/checkbox.o \ | |
674 | src/gtk/checklst.o \ | |
675 | src/gtk/choice.o \ | |
676 | src/gtk/clipbrd.o \ | |
677 | src/gtk/colour.o \ | |
678 | src/gtk/combobox.o \ | |
679 | src/gtk/control.o \ | |
680 | src/gtk/cursor.o \ | |
681 | src/gtk/data.o \ | |
682 | src/gtk/dataobj.o \ | |
683 | src/gtk/dc.o \ | |
684 | src/gtk/dcclient.o \ | |
685 | src/gtk/dcmemory.o \ | |
686 | src/gtk/dcscreen.o \ | |
687 | src/gtk/dialog.o \ | |
688 | src/gtk/dnd.o \ | |
689 | src/gtk/filedlg.o \ | |
690 | src/gtk/font.o \ | |
691 | src/gtk/frame.o \ | |
692 | src/gtk/gauge.o \ | |
693 | src/gtk/gdiobj.o \ | |
694 | src/gtk/gsockgtk.o \ | |
695 | src/gtk/icon.o \ | |
696 | src/gtk/listbox.o \ | |
697 | src/gtk/main.o \ | |
698 | src/gtk/mdi.o \ | |
699 | src/gtk/menu.o \ | |
700 | src/gtk/minifram.o \ | |
701 | src/gtk/notebook.o \ | |
702 | src/gtk/palette.o \ | |
703 | src/gtk/pen.o \ | |
704 | src/gtk/radiobox.o \ | |
705 | src/gtk/radiobut.o \ | |
706 | src/gtk/region.o \ | |
707 | src/gtk/scrolbar.o \ | |
708 | src/gtk/settings.o \ | |
709 | src/gtk/slider.o \ | |
710 | src/gtk/spinbutt.o \ | |
711 | src/gtk/statbmp.o \ | |
712 | src/gtk/statbox.o \ | |
713 | src/gtk/statline.o \ | |
714 | src/gtk/stattext.o \ | |
715 | src/gtk/tbargtk.o \ | |
716 | src/gtk/textctrl.o \ | |
717 | src/gtk/timer.o \ | |
718 | src/gtk/tooltip.o \ | |
719 | src/gtk/utilsgtk.o \ | |
720 | src/gtk/utilsres.o \ | |
721 | src/gtk/wave.o \ | |
722 | src/gtk/win_gtk.o \ | |
723 | src/gtk/window.o | |
724 | ||
725 | MOTIF_GENERICOBJS = \ | |
726 | src/generic/busyinfo.o \ | |
727 | src/generic/caret.o \ | |
728 | src/generic/choicdgg.o \ | |
729 | src/generic/colrdlgg.o \ | |
730 | src/generic/dcpsg.o \ | |
731 | src/generic/dirdlgg.o \ | |
732 | src/generic/fontdlgg.o \ | |
733 | src/generic/gridg.o \ | |
ac15e21d | 734 | src/generic/helphtml.o \ |
ad9edf45 | 735 | src/generic/helpxlp.o \ |
ac15e21d KB |
736 | src/generic/helpwxht.o \ |
737 | src/generic/helpext.o \ | |
ad9edf45 RR |
738 | src/generic/imaglist.o \ |
739 | src/generic/laywin.o \ | |
740 | src/generic/listctrl.o \ | |
741 | src/generic/msgdlgg.o \ | |
742 | src/generic/notebook.o \ | |
743 | src/generic/numdlgg.o \ | |
744 | src/generic/panelg.o \ | |
745 | src/generic/printps.o \ | |
746 | src/generic/prntdlgg.o \ | |
747 | src/generic/progdlgg.o \ | |
748 | src/generic/prop.o \ | |
749 | src/generic/propform.o \ | |
750 | src/generic/proplist.o \ | |
751 | src/generic/sashwin.o \ | |
752 | src/generic/scrolwin.o \ | |
753 | src/generic/splitter.o \ | |
754 | src/generic/statusbr.o \ | |
755 | src/generic/tabg.o \ | |
756 | src/generic/textdlgg.o \ | |
757 | src/generic/tipdlg.o \ | |
758 | src/generic/treectrl.o | |
759 | ||
760 | MOTIF_COMMONOBJS = \ | |
761 | parser.o \ | |
762 | src/common/choiccmn.o \ | |
763 | src/common/cmndata.o \ | |
764 | src/common/config.o \ | |
765 | src/common/ctrlcmn.o \ | |
766 | src/common/date.o \ | |
767 | src/common/datstrm.o \ | |
768 | src/common/db.o \ | |
769 | src/common/dbtable.o \ | |
770 | src/common/dcbase.o \ | |
771 | src/common/dlgcmn.o \ | |
772 | src/common/docmdi.o \ | |
773 | src/common/docview.o \ | |
774 | src/common/dynarray.o \ | |
775 | src/common/dynlib.o \ | |
776 | src/common/event.o \ | |
777 | src/common/extended.o \ | |
778 | src/common/ffile.o \ | |
779 | src/common/file.o \ | |
780 | src/common/fileconf.o \ | |
781 | src/common/filefn.o \ | |
782 | src/common/filesys.o \ | |
783 | src/common/framecmn.o \ | |
784 | src/common/fs_inet.o \ | |
785 | src/common/fs_zip.o \ | |
786 | src/common/ftp.o \ | |
787 | src/common/gdicmn.o \ | |
788 | src/common/hash.o \ | |
789 | src/common/helpbase.o \ | |
790 | src/common/http.o \ | |
791 | src/common/imagbmp.o \ | |
792 | src/common/image.o \ | |
793 | src/common/imaggif.o \ | |
794 | src/common/imagjpeg.o \ | |
795 | src/common/imagpng.o \ | |
796 | src/common/intl.o \ | |
797 | src/common/ipcbase.o \ | |
798 | src/common/layout.o \ | |
799 | src/common/list.o \ | |
800 | src/common/log.o \ | |
801 | src/common/memory.o \ | |
802 | src/common/mimetype.o \ | |
803 | src/common/module.o \ | |
804 | src/common/mstream.o \ | |
805 | src/common/object.o \ | |
806 | src/common/objstrm.o \ | |
807 | src/common/odbc.o \ | |
808 | src/common/paper.o \ | |
809 | src/common/prntbase.o \ | |
810 | src/common/process.o \ | |
811 | src/common/protocol.o \ | |
812 | src/common/resource.o \ | |
813 | src/common/sckaddr.o \ | |
814 | src/common/sckfile.o \ | |
815 | src/common/sckipc.o \ | |
816 | src/common/sckstrm.o \ | |
817 | src/common/sizer.o \ | |
818 | src/common/socket.o \ | |
819 | src/common/strconv.o \ | |
820 | src/common/stream.o \ | |
821 | src/common/string.o \ | |
822 | src/common/tbarbase.o \ | |
823 | src/common/tbarsmpl.o \ | |
824 | src/common/textcmn.o \ | |
825 | src/common/textfile.o \ | |
826 | src/common/time.o \ | |
827 | src/common/timercmn.o \ | |
828 | src/common/tokenzr.o \ | |
829 | src/common/txtstrm.o \ | |
830 | src/common/unzip.o \ | |
831 | src/common/url.o \ | |
832 | src/common/utilscmn.o \ | |
833 | src/common/valgen.o \ | |
834 | src/common/validate.o \ | |
835 | src/common/valtext.o \ | |
836 | src/common/variant.o \ | |
837 | src/common/wfstream.o \ | |
838 | src/common/wincmn.o \ | |
839 | src/common/wxchar.o \ | |
840 | src/common/wxexpr.o \ | |
841 | src/common/zipstrm.o \ | |
842 | src/common/zstream.o | |
843 | ||
844 | MOTIF_GUIOBJS = \ | |
845 | src/motif/xmcombo/xmcombo.o \ | |
846 | src/motif/accel.o \ | |
847 | src/motif/app.o \ | |
848 | src/motif/bitmap.o \ | |
849 | src/motif/bmpbuttn.o \ | |
850 | src/motif/brush.o \ | |
851 | src/motif/button.o \ | |
852 | src/motif/checkbox.o \ | |
853 | src/motif/choice.o \ | |
854 | src/motif/clipbrd.o \ | |
855 | src/motif/colour.o \ | |
856 | src/motif/combobox.o \ | |
857 | src/motif/control.o \ | |
858 | src/motif/cursor.o \ | |
859 | src/motif/data.o \ | |
860 | src/motif/dataobj.o \ | |
861 | src/motif/dc.o \ | |
862 | src/motif/dcclient.o \ | |
863 | src/motif/dcmemory.o \ | |
864 | src/motif/dcscreen.o \ | |
865 | src/motif/dialog.o \ | |
866 | src/motif/filedlg.o \ | |
867 | src/motif/font.o \ | |
868 | src/motif/frame.o \ | |
869 | src/motif/gauge.o \ | |
870 | src/motif/gdiobj.o \ | |
871 | src/motif/gsockmot.o \ | |
872 | src/motif/icon.o \ | |
873 | src/motif/listbox.o \ | |
874 | src/motif/main.o \ | |
875 | src/motif/mdi.o \ | |
876 | src/motif/menu.o \ | |
877 | src/motif/menuitem.o \ | |
878 | src/motif/minifram.o \ | |
879 | src/motif/msgdlg.o \ | |
880 | src/motif/palette.o \ | |
881 | src/motif/pen.o \ | |
882 | src/motif/radiobox.o \ | |
883 | src/motif/radiobut.o \ | |
884 | src/motif/region.o \ | |
885 | src/motif/scrolbar.o \ | |
886 | src/motif/settings.o \ | |
887 | src/motif/slider.o \ | |
888 | src/motif/statbmp.o \ | |
889 | src/motif/statbox.o \ | |
890 | src/motif/stattext.o \ | |
891 | src/motif/textctrl.o \ | |
892 | src/motif/timer.o \ | |
893 | src/motif/toolbar.o \ | |
894 | src/motif/utils.o \ | |
895 | src/motif/window.o | |
896 | ||
e4b4d60e RR |
897 | MSW_GENERICOBJS = \ |
898 | src/generic/busyinfo.o \ | |
899 | src/generic/choicdgg.o \ | |
900 | src/generic/dirdlgg.o \ | |
901 | src/generic/gridg.o \ | |
ac15e21d KB |
902 | src/generic/helphtml.o \ |
903 | src/generic/helpwxht.o \ | |
e4b4d60e RR |
904 | src/generic/laywin.o \ |
905 | src/generic/numdlgg.o \ | |
906 | src/generic/panelg.o \ | |
907 | src/generic/progdlgg.o \ | |
908 | src/generic/prop.o \ | |
909 | src/generic/propform.o \ | |
910 | src/generic/proplist.o \ | |
911 | src/generic/sashwin.o \ | |
912 | src/generic/scrolwin.o \ | |
913 | src/generic/splitter.o \ | |
914 | src/generic/statusbr.o \ | |
915 | src/generic/tabg.o \ | |
916 | src/generic/textdlgg.o \ | |
917 | src/generic/tipdlg.o | |
918 | ||
919 | MSW_COMMONOBJS = \ | |
920 | src/common/choiccmn.o \ | |
921 | src/common/cmndata.o \ | |
922 | src/common/config.o \ | |
923 | src/common/ctrlcmn.o \ | |
924 | src/common/date.o \ | |
925 | src/common/datstrm.o \ | |
926 | src/common/db.o \ | |
927 | src/common/dbtable.o \ | |
928 | src/common/dcbase.o \ | |
929 | src/common/dlgcmn.o \ | |
930 | src/common/docmdi.o \ | |
931 | src/common/docview.o \ | |
932 | src/common/dynarray.o \ | |
933 | src/common/dynlib.o \ | |
934 | src/common/event.o \ | |
935 | src/common/extended.o \ | |
936 | src/common/ffile.o \ | |
937 | src/common/file.o \ | |
938 | src/common/fileconf.o \ | |
939 | src/common/filefn.o \ | |
940 | src/common/filesys.o \ | |
941 | src/common/framecmn.o \ | |
942 | src/common/fs_inet.o \ | |
943 | src/common/fs_zip.o \ | |
944 | src/common/ftp.o \ | |
945 | src/common/gdicmn.o \ | |
946 | src/common/hash.o \ | |
947 | src/common/helpbase.o \ | |
948 | src/common/http.o \ | |
949 | src/common/imagbmp.o \ | |
950 | src/common/image.o \ | |
951 | src/common/imaggif.o \ | |
952 | src/common/imagjpeg.o \ | |
953 | src/common/imagpng.o \ | |
954 | src/common/intl.o \ | |
955 | src/common/ipcbase.o \ | |
956 | src/common/layout.o \ | |
957 | src/common/list.o \ | |
958 | src/common/log.o \ | |
959 | src/common/memory.o \ | |
960 | src/common/mimetype.o \ | |
961 | src/common/module.o \ | |
962 | src/common/mstream.o \ | |
963 | src/common/object.o \ | |
964 | src/common/objstrm.o \ | |
965 | src/common/paper.o \ | |
966 | src/common/prntbase.o \ | |
967 | src/common/process.o \ | |
968 | src/common/protocol.o \ | |
969 | src/common/resource.o \ | |
970 | src/common/sckaddr.o \ | |
971 | src/common/sckfile.o \ | |
972 | src/common/sckipc.o \ | |
973 | src/common/sckstrm.o \ | |
974 | src/common/sizer.o \ | |
975 | src/common/socket.o \ | |
976 | src/common/strconv.o \ | |
977 | src/common/stream.o \ | |
978 | src/common/string.o \ | |
979 | src/common/tbarbase.o \ | |
980 | src/common/textcmn.o \ | |
981 | src/common/textfile.o \ | |
982 | src/common/time.o \ | |
983 | src/common/timercmn.o \ | |
984 | src/common/tokenzr.o \ | |
985 | src/common/txtstrm.o \ | |
986 | src/common/unzip.o \ | |
987 | src/common/url.o \ | |
988 | src/common/utilscmn.o \ | |
989 | src/common/valgen.o \ | |
990 | src/common/validate.o \ | |
991 | src/common/valtext.o \ | |
992 | src/common/variant.o \ | |
993 | src/common/wfstream.o \ | |
994 | src/common/wincmn.o \ | |
995 | src/common/wxchar.o \ | |
996 | src/common/wxexpr.o \ | |
997 | src/common/zipstrm.o \ | |
998 | src/common/zstream.o | |
999 | ||
1000 | MSW_GUIOBJS = \ | |
1001 | src/msw/accel.o \ | |
1002 | src/msw/app.o \ | |
1003 | src/msw/bitmap.o \ | |
1004 | src/msw/bmpbuttn.o \ | |
1005 | src/msw/brush.o \ | |
1006 | src/msw/button.o \ | |
1007 | src/msw/caret.o \ | |
1008 | src/msw/checkbox.o \ | |
1009 | src/msw/checklst.o \ | |
1010 | src/msw/choice.o \ | |
1011 | src/msw/clipbrd.o \ | |
1012 | src/msw/colordlg.o \ | |
1013 | src/msw/colour.o \ | |
1014 | src/msw/combobox.o \ | |
1015 | src/msw/control.o \ | |
1016 | src/msw/curico.o \ | |
1017 | src/msw/cursor.o \ | |
1018 | src/msw/data.o \ | |
1019 | src/msw/dc.o \ | |
1020 | src/msw/dcclient.o \ | |
1021 | src/msw/dcmemory.o \ | |
1022 | src/msw/dcprint.o \ | |
1023 | src/msw/dcscreen.o \ | |
1024 | src/msw/dde.o \ | |
1025 | src/msw/dialog.o \ | |
1026 | src/msw/dib.o \ | |
1027 | src/msw/dibutils.o \ | |
1028 | src/msw/dragimag.o \ | |
1029 | src/msw/filedlg.o \ | |
1030 | src/msw/font.o \ | |
1031 | src/msw/fontdlg.o \ | |
1032 | src/msw/frame.o \ | |
1033 | src/msw/gauge95.o \ | |
1034 | src/msw/gdiobj.o \ | |
1035 | src/msw/helpwin.o \ | |
1036 | src/msw/icon.o \ | |
1037 | src/msw/imaglist.o \ | |
1038 | src/msw/joystick.o \ | |
1039 | src/msw/listbox.o \ | |
1040 | src/msw/listctrl.o \ | |
1041 | src/msw/main.o \ | |
1042 | src/msw/mdi.o \ | |
1043 | src/msw/menu.o \ | |
1044 | src/msw/menuitem.o \ | |
1045 | src/msw/metafile.o \ | |
1046 | src/msw/minifram.o \ | |
1047 | src/msw/msgdlg.o \ | |
1048 | src/msw/nativdlg.o \ | |
1049 | src/msw/notebook.o \ | |
1050 | src/msw/ownerdrw.o \ | |
1051 | src/msw/palette.o \ | |
1052 | src/msw/pen.o \ | |
1053 | src/msw/penwin.o \ | |
1054 | src/msw/pnghand.o \ | |
1055 | src/msw/printdlg.o \ | |
1056 | src/msw/printwin.o \ | |
1057 | src/msw/radiobox.o \ | |
1058 | src/msw/radiobut.o \ | |
1059 | src/msw/regconf.o \ | |
1060 | src/msw/region.o \ | |
1061 | src/msw/registry.o \ | |
1062 | src/msw/scrolbar.o \ | |
1063 | src/msw/settings.o \ | |
1064 | src/msw/slider95.o \ | |
1065 | src/msw/spinbutt.o \ | |
1066 | src/msw/statbmp.o \ | |
1067 | src/msw/statbox.o \ | |
1068 | src/msw/statbr95.o \ | |
1069 | src/msw/statline.o \ | |
1070 | src/msw/stattext.o \ | |
1071 | src/msw/tabctrl.o \ | |
1072 | src/msw/taskbar.o \ | |
1073 | src/msw/tbar95.o \ | |
1074 | src/msw/textctrl.o \ | |
1075 | src/msw/thread.o \ | |
1076 | src/msw/timer.o \ | |
1077 | src/msw/tooltip.o \ | |
1078 | src/msw/treectrl.o \ | |
1079 | src/msw/utils.o \ | |
1080 | src/msw/utilsexc.o \ | |
1081 | src/msw/wave.o \ | |
1082 | src/msw/window.o \ | |
1083 | src/msw/xpmhand.o | |
1084 | ||
ad9edf45 RR |
1085 | HTMLOBJS = \ |
1086 | src/html/htmlcell.o \ | |
1087 | src/html/htmlfilter.o \ | |
1088 | src/html/htmlhelp.o \ | |
1089 | src/html/htmlhelp_io.o \ | |
1090 | src/html/htmlparser.o \ | |
1091 | src/html/htmltag.o \ | |
1092 | src/html/htmlwin.o \ | |
1093 | src/html/htmlwinparser.o \ | |
1094 | src/html/mod_fonts.o \ | |
1095 | src/html/mod_hline.o \ | |
1096 | src/html/mod_image.o \ | |
1097 | src/html/mod_layout.o \ | |
1098 | src/html/mod_links.o \ | |
1099 | src/html/mod_list.o \ | |
1100 | src/html/mod_pre.o \ | |
1101 | src/html/mod_tables.o \ | |
1102 | src/html/search.o | |
1103 | ||
1104 | UNIXOBJS = \ | |
1105 | src/unix/gsocket.o \ | |
1106 | src/unix/threadpsx.o \ | |
1107 | src/unix/utilsunx.o | |
1108 | ||
1109 | ZLIBOBJS = \ | |
1110 | src/zlib/adler32.o \ | |
1111 | src/zlib/compress.o \ | |
1112 | src/zlib/crc32.o \ | |
1113 | src/zlib/gzio.o \ | |
1114 | src/zlib/uncompr.o \ | |
1115 | src/zlib/deflate.o \ | |
1116 | src/zlib/trees.o \ | |
1117 | src/zlib/zutil.o \ | |
1118 | src/zlib/inflate.o \ | |
1119 | src/zlib/infblock.o \ | |
1120 | src/zlib/inftrees.o \ | |
1121 | src/zlib/infcodes.o \ | |
1122 | src/zlib/infutil.o \ | |
1123 | src/zlib/inffast.o | |
1124 | ||
1125 | PNGOBJS = \ | |
1126 | src/png/png.o \ | |
1127 | src/png/pngread.o \ | |
1128 | src/png/pngrtran.o \ | |
1129 | src/png/pngrutil.o \ | |
1130 | src/png/pngpread.o \ | |
1131 | src/png/pngtrans.o \ | |
1132 | src/png/pngwrite.o \ | |
1133 | src/png/pngwtran.o \ | |
1134 | src/png/pngwutil.o \ | |
1135 | src/png/pngerror.o \ | |
1136 | src/png/pngmem.o \ | |
1137 | src/png/pngwio.o \ | |
1138 | src/png/pngrio.o \ | |
1139 | src/png/pngget.o \ | |
1140 | src/png/pngset.o | |
1141 | ||
1142 | ||
1143 | JPEGOBJS = \ | |
1144 | src/jpeg/jcomapi.o \ | |
1145 | src/jpeg/jutils.o \ | |
1146 | src/jpeg/jerror.o \ | |
1147 | src/jpeg/jmemmgr.o \ | |
1148 | src/jpeg/jmemnobs.o \ | |
1149 | src/jpeg/jcapimin.o \ | |
1150 | src/jpeg/jcapistd.o \ | |
1151 | src/jpeg/jctrans.o \ | |
1152 | src/jpeg/jcparam.o \ | |
1153 | src/jpeg/jdatadst.o \ | |
1154 | src/jpeg/jcinit.o \ | |
1155 | src/jpeg/jcmaster.o \ | |
1156 | src/jpeg/jcmarker.o \ | |
1157 | src/jpeg/jcmainct.o \ | |
1158 | src/jpeg/jcprepct.o \ | |
1159 | src/jpeg/jccoefct.o \ | |
1160 | src/jpeg/jccolor.o \ | |
1161 | src/jpeg/jcsample.o \ | |
1162 | src/jpeg/jchuff.o \ | |
1163 | src/jpeg/jcphuff.o \ | |
1164 | src/jpeg/jcdctmgr.o \ | |
1165 | src/jpeg/jfdctfst.o \ | |
1166 | src/jpeg/jfdctflt.o \ | |
1167 | src/jpeg/jfdctint.o \ | |
1168 | src/jpeg/jdapimin.o \ | |
1169 | src/jpeg/jdapistd.o \ | |
1170 | src/jpeg/jdtrans.o \ | |
1171 | src/jpeg/jdatasrc.o \ | |
1172 | src/jpeg/jdmaster.o \ | |
1173 | src/jpeg/jdinput.o \ | |
1174 | src/jpeg/jdmarker.o \ | |
1175 | src/jpeg/jdhuff.o \ | |
1176 | src/jpeg/jdphuff.o \ | |
1177 | src/jpeg/jdmainct.o \ | |
1178 | src/jpeg/jdcoefct.o \ | |
1179 | src/jpeg/jdpostct.o \ | |
1180 | src/jpeg/jddctmgr.o \ | |
1181 | src/jpeg/jidctfst.o \ | |
1182 | src/jpeg/jidctflt.o \ | |
1183 | src/jpeg/jidctint.o \ | |
1184 | src/jpeg/jidctred.o \ | |
1185 | src/jpeg/jdsample.o \ | |
1186 | src/jpeg/jdcolor.o \ | |
1187 | src/jpeg/jquant1.o \ | |
1188 | src/jpeg/jquant2.o \ | |
1189 | src/jpeg/jdmerge.o | |
1190 | ||
1191 | ||
e4b4d60e | 1192 | OBJECTS = $(@GUIOBJS@) $(@COMMONOBJS@) $(@GENERICOBJS@) $(@UNIXOBJS@) $(HTMLOBJS) \ |
ad9edf45 RR |
1193 | $(JPEGOBJS) $(PNGOBJS) $(ZLIBOBJS) |
1194 | ||
1195 | HEADERS = $(@GUIHEADERS@) $(HTML_HEADERS) $(UNIX_HEADERS) $(PROTOCOL_HEADERS) \ | |
1196 | $(GENERIC_HEADERS) $(WX_HEADERS) | |
1197 | ||
e4b4d60e | 1198 | REQUIRED_DIRS = ./lib ./src ./src/common ./src/gtk ./src/motif ./src/msw \ |
ad9edf45 RR |
1199 | ./src/generic ./src/unix ./src/motif/xmombo ./src/html \ |
1200 | ./src/zlib ./src/jpeg ./src/png | |
1201 | ||
1202 | all: $(REQUIRED_DIRS) $(OBJECTS) @WX_TARGET_LIBRARY@ @WX_CREATE_LINKS@ | |
1203 | ||
1204 | $(REQUIRED_DIRS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h $(WXDIR)/include/wx/setup.h | |
1205 | @if test ! -d ./lib; then mkdir ./lib; fi | |
1206 | @if test ! -d ./src; then mkdir ./src; fi | |
1207 | @if test ! -d ./src/common; then mkdir ./src/common; fi | |
e4b4d60e | 1208 | @if test ! -d ./src/msw; then mkdir ./src/msw; fi |
ad9edf45 RR |
1209 | @if test ! -d ./src/gtk; then mkdir ./src/gtk; fi |
1210 | @if test ! -d ./src/motif; then mkdir ./src/motif; fi | |
1211 | @if test ! -d ./src/motif/xmcombo; then mkdir ./src/motif/xmcombo; fi | |
1212 | @if test ! -d ./src/generic; then mkdir ./src/generic; fi | |
1213 | @if test ! -d ./src/unix; then mkdir ./src/unix; fi | |
1214 | @if test ! -d ./src/html; then mkdir ./src/html; fi | |
1215 | @if test ! -d ./src/png; then mkdir ./src/png; fi | |
1216 | @if test ! -d ./src/jpeg; then mkdir ./src/jpeg; fi | |
1217 | @if test ! -d ./src/zlib; then mkdir ./src/zlib; fi | |
1218 | ||
1219 | @WX_LIBRARY_NAME_STATIC@: $(OBJECTS) | |
1220 | $(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS) | |
1221 | $(RANLIB) ./lib/$@ | |
1222 | ||
1223 | @WX_LIBRARY_NAME_SHARED@: $(OBJECTS) | |
1224 | $(SHARED_LD) ./lib/$@ $(OBJECTS) $(EXTRALIBS) | |
ac15e21d | 1225 | |
ad9edf45 RR |
1226 | CREATE_LINKS: ./lib/@WX_TARGET_LIBRARY@ |
1227 | @if test -e ./lib/@WX_LIBRARY_LINK1@; then rm -f ./lib/@WX_LIBRARY_LINK1@; fi | |
1228 | @if test -e ./lib/@WX_LIBRARY_LINK2@; then rm -f ./lib/@WX_LIBRARY_LINK2@; fi | |
1229 | @if test -e ./lib/@WX_LIBRARY_LINK3@; then rm -f ./lib/@WX_LIBRARY_LINK3@; fi | |
1230 | $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@ | |
1231 | $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@ | |
1232 | $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@ | |
ac15e21d | 1233 | |
ad9edf45 RR |
1234 | CREATE_INSTALLED_LINKS: $(libdir)/@WX_TARGET_LIBRARY@ |
1235 | @if test -e $(libdir)/@WX_LIBRARY_LINK1@; then rm -f $(libdir)/@WX_LIBRARY_LINK1@; fi | |
1236 | @if test -e $(libdir)/@WX_LIBRARY_LINK2@; then rm -f $(libdir)/@WX_LIBRARY_LINK2@; fi | |
1237 | @if test -e $(libdir)/@WX_LIBRARY_LINK3@; then rm -f $(libdir)/@WX_LIBRARY_LINK3@; fi | |
1238 | $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK1@ | |
1239 | $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK2@ | |
1240 | $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK3@ | |
ac15e21d | 1241 | |
ad9edf45 RR |
1242 | $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h $(WXDIR)/include/wx/setup.h |
1243 | ||
1244 | parser.o: parser.c lexer.c | |
1245 | $(CCLEX) -c $(CFLAGS) -o $@ parser.c | |
1246 | ||
1247 | parser.c: $(COMMDIR)/parser.y lexer.c | |
1248 | $(YACC) $(COMMDIR)/parser.y | |
1249 | @sed -e "s;$(COMMDIR)/y.tab.c;parser.y;g" < y.tab.c | \ | |
1250 | sed -e "s/BUFSIZ/5000/g" | \ | |
1251 | sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \ | |
1252 | sed -e "s/yy/PROIO_yy/g" | \ | |
1253 | sed -e "s/input/PROIO_input/g" | \ | |
1254 | sed -e "s/unput/PROIO_unput/g" > parser.c | |
1255 | @$(RM) y.tab.c | |
1256 | ||
1257 | lexer.c: $(COMMDIR)/lexer.l | |
1258 | $(LEX) $(COMMDIR)/lexer.l | |
1259 | @sed -e "s;$(COMMDIR)/lex.yy.c;lexer.l;g" < lex.yy.c | \ | |
1260 | sed -e "s/yy/PROIO_yy/g" | \ | |
1261 | sed -e "s/input/PROIO_input/g" | \ | |
1262 | sed -e "s/unput/PROIO_unput/g" > lexer.c | |
1263 | @$(RM) lex.yy.c | |
1264 | ||
1265 | preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config $(top_builddir)/setup.h | |
1266 | @echo " " | |
1267 | @echo " Installing wxWindows..." | |
1268 | @echo " " | |
1269 | ||
66635d68 KB |
1270 | $(INSTALL) -d $(bindir) |
1271 | $(INSTALL) -d $(libdir) | |
1272 | $(INSTALL) -d $(libdir)/wx | |
1273 | $(INSTALL) -d $(libdir)/wx/include | |
1274 | $(INSTALL) -d $(libdir)/wx/include/wx | |
1275 | $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@ | |
1276 | ||
ad9edf45 RR |
1277 | $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config |
1278 | $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@ | |
ac15e21d | 1279 | |
ad9edf45 | 1280 | $(INSTALL_DATA) $(top_builddir)/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h |
ac15e21d | 1281 | |
66635d68 KB |
1282 | $(INSTALL) -d $(includedir)/wx |
1283 | $(INSTALL) -d $(includedir)/wx/msw | |
1284 | $(INSTALL) -d $(includedir)/wx/gtk | |
1285 | $(INSTALL) -d $(includedir)/wx/motif | |
1286 | $(INSTALL) -d $(includedir)/wx/html | |
1287 | $(INSTALL) -d $(includedir)/wx/protocol | |
1288 | $(INSTALL) -d $(includedir)/wx/unix | |
1289 | $(INSTALL) -d $(includedir)/wx/generic | |
ad9edf45 RR |
1290 | @list='$(HEADERS)'; for p in $$list; do \ |
1291 | $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \ | |
1292 | echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \ | |
1293 | done | |
ac15e21d | 1294 | |
ad9edf45 | 1295 | write_message: |
66635d68 | 1296 | echo " " |
ad9edf45 RR |
1297 | @echo " The installation of wxWindows is finished. On certain" |
1298 | @echo " platforms (e.g. Linux, Solaris) you'll now have to run" | |
1299 | @echo " ldconfig if you installed a shared library." | |
1300 | @echo " " | |
1301 | @echo " wxWindows comes with no guarantees and doesn't claim" | |
1302 | @echo " to be suitable for any purpose." | |
1303 | @echo " " | |
1304 | @echo " Read the wxWindows Licence on licencing conditions." | |
1305 | @echo " " | |
1306 | ||
1307 | install: preinstall @WX_CREATE_INSTALLED_LINKS@ write_message | |
1308 | ||
1309 | uninstall: | |
1310 | @echo " " | |
1311 | @echo " Uninstalling wxWindows..." | |
1312 | @echo " " | |
1313 | @echo " Removing library..." | |
1314 | @rm -f $(libdir)/@WX_TARGET_LIBRARY@ | |
1315 | @rm -f $(libdir)/@WX_LIBRARY_LINK1@ | |
1316 | @rm -f $(libdir)/@WX_LIBRARY_LINK2@ | |
1317 | @rm -f $(libdir)/@WX_LIBRARY_LINK3@ | |
1318 | @echo " Removing helper files..." | |
1319 | @rm -f $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h | |
1320 | @rm -f $(bindir)/wx-config | |
1321 | @echo " Removing headers..." | |
1322 | @list='$(HEADERS)'; for p in $$list; do \ | |
1323 | rm -f $(includedir)/wx/$$p; \ | |
1324 | done | |
1325 | @echo " Removing directories..." | |
1326 | @if test -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@; then rmdir $(libdir)/wx/include/wx/@TOOLKIT_DIR@; fi | |
1327 | @if test -d $(libdir)/wx/include/wx; then rmdir $(libdir)/wx/include/wx; fi | |
1328 | @if test -d $(libdir)/wx/include; then rmdir $(libdir)/wx/include; fi | |
1329 | @if test -d $(libdir)/wx; then rmdir $(libdir)/wx; fi | |
1330 | @if test -d $(includedir)/wx/gtk; then rmdir $(includedir)/wx/gtk; fi | |
1331 | @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/motif; fi | |
e4b4d60e | 1332 | @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/msw; fi |
ad9edf45 RR |
1333 | @if test -d $(includedir)/wx/html; then rmdir $(includedir)/wx/html; fi |
1334 | @if test -d $(includedir)/wx/unix; then rmdir $(includedir)/wx/unix; fi | |
1335 | @if test -d $(includedir)/wx/generic; then rmdir $(includedir)/wx/generic; fi | |
1336 | @if test -d $(includedir)/wx/protocol; then rmdir $(includedir)/wx/protocol; fi | |
1337 | @if test -d $(includedir)/wx; then rmdir $(includedir)/wx; fi | |
1338 | ||
4cb122de | 1339 | ALL_DIST: |
a4aad961 RR |
1340 | mkdir _dist_dir |
1341 | mkdir $(DISTDIR) | |
1342 | cp $(WXDIR)/wx$(TOOLKIT).spec $(DISTDIR) | |
1343 | cp $(WXDIR)/configure $(DISTDIR) | |
1344 | cp $(WXDIR)/config.sub $(DISTDIR) | |
1345 | cp $(WXDIR)/config.guess $(DISTDIR) | |
1346 | cp $(WXDIR)/install-sh $(DISTDIR) | |
1347 | cp $(WXDIR)/mkinstalldirs $(DISTDIR) | |
1348 | cp $(WXDIR)/wx-config.in $(DISTDIR) | |
1349 | cp $(WXDIR)/setup.h.in $(DISTDIR) | |
1350 | cp $(WXDIR)/Makefile.in $(DISTDIR) | |
1351 | cp $(DOCDIR)/lgpl.txt $(DISTDIR)/COPYING.LIB | |
1352 | cp $(DOCDIR)/licence.txt $(DISTDIR)/LICENCE.txt | |
1353 | cp $(DOCDIR)/symbols.txt $(DISTDIR)/SYMBOLS.txt | |
1354 | cp $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt | |
1355 | cp $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES.txt | |
1356 | cp $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README.txt | |
1357 | cp $(DOCDIR)/$(TOOLKITDIR)/todo.txt $(DISTDIR)/TODO.txt | |
1358 | mkdir $(DISTDIR)/include | |
1359 | mkdir $(DISTDIR)/include/wx | |
1360 | mkdir $(DISTDIR)/include/wx/$(TOOLKITDIR) | |
1361 | mkdir $(DISTDIR)/include/wx/generic | |
1362 | mkdir $(DISTDIR)/include/wx/html | |
1363 | mkdir $(DISTDIR)/include/wx/unix | |
1364 | mkdir $(DISTDIR)/include/wx/protocol | |
1365 | cp $(INCDIR)/wx/*.h $(DISTDIR)/include/wx | |
1366 | cp $(INCDIR)/wx/*.cpp $(DISTDIR)/include/wx | |
1367 | cp $(INCDIR)/wx/generic/*.h $(DISTDIR)/include/wx/generic | |
1368 | cp $(INCDIR)/wx/generic/*.xpm $(DISTDIR)/include/wx/generic | |
1369 | cp $(INCDIR)/wx/html/*.h $(DISTDIR)/include/wx/html | |
1370 | cp $(INCDIR)/wx/unix/*.h $(DISTDIR)/include/wx/unix | |
1371 | cp $(INCDIR)/wx/protocol/*.h $(DISTDIR)/include/wx/protocol | |
4cb122de RR |
1372 | mkdir $(DISTDIR)/src |
1373 | mkdir $(DISTDIR)/src/common | |
1374 | mkdir $(DISTDIR)/src/generic | |
1375 | mkdir $(DISTDIR)/src/html | |
1376 | mkdir $(DISTDIR)/src/html/bitmaps | |
1377 | mkdir $(DISTDIR)/src/$(TOOLKITDIR) | |
1378 | mkdir $(DISTDIR)/src/unix | |
1379 | mkdir $(DISTDIR)/src/png | |
1380 | mkdir $(DISTDIR)/src/jpeg | |
1381 | mkdir $(DISTDIR)/src/zlib | |
1382 | cp $(SRCDIR)/*.in $(DISTDIR)/src | |
1383 | cp $(COMMDIR)/*.cpp $(DISTDIR)/src/common | |
1384 | cp $(COMMDIR)/*.c $(DISTDIR)/src/common | |
1385 | cp $(COMMDIR)/*.inc $(DISTDIR)/src/common | |
1386 | cp $(COMMDIR)/*.l $(DISTDIR)/src/common | |
1387 | cp $(COMMDIR)/*.h $(DISTDIR)/src/common | |
1388 | cp $(COMMDIR)/*.y $(DISTDIR)/src/common | |
1389 | cp $(GENDIR)/*.cpp $(DISTDIR)/src/generic | |
1390 | cp $(HTMLDIR)/*.cpp $(DISTDIR)/src/html | |
1391 | cp $(HTMLDIR)/*.h $(DISTDIR)/src/html | |
1392 | cp $(HTMLDIR)/bitmaps/*.xpm $(DISTDIR)/src/html/bitmaps | |
1393 | cp $(UNIXDIR)/*.h $(DISTDIR)/src/unix | |
1394 | cp $(UNIXDIR)/*.c $(DISTDIR)/src/unix | |
1395 | cp $(UNIXDIR)/*.cpp $(DISTDIR)/src/unix | |
1396 | cp $(PNGDIR)/*.h $(DISTDIR)/src/png | |
1397 | cp $(PNGDIR)/*.c $(DISTDIR)/src/png | |
1398 | cp $(PNGDIR)/README $(DISTDIR)/src/png | |
1399 | cp $(ZLIBDIR)/*.h $(DISTDIR)/src/zlib | |
1400 | cp $(ZLIBDIR)/*.c $(DISTDIR)/src/zlib | |
1401 | cp $(ZLIBDIR)/README $(DISTDIR)/src/zlib | |
1402 | cp $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg | |
1403 | cp $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg | |
1404 | cp $(JPEGDIR)/README $(DISTDIR)/src/jpeg | |
a4aad961 RR |
1405 | |
1406 | GTK_DIST: | |
4cb122de | 1407 | cp $(WXDIR)/wxGTK.spec $(DISTDIR) |
a4aad961 | 1408 | cp $(INCDIR)/wx/gtk/*.h $(DISTDIR)/include/wx/gtk |
4cb122de RR |
1409 | cp $(INCDIR)/wx/gtk/*.xpm $(DISTDIR)/include/wx/gtk |
1410 | cp $(GTKDIR)/*.cpp $(DISTDIR)/src/gtk | |
1411 | cp $(GTKDIR)/*.c $(DISTDIR)/src/gtk | |
1412 | cp $(GTKDIR)/*.xbm $(DISTDIR)/src/gtk | |
a4aad961 RR |
1413 | |
1414 | MOTIF_DIST: | |
4cb122de | 1415 | cp $(WXDIR)/wxMOTIF.spec $(DISTDIR) |
a4aad961 | 1416 | cp $(INCDIR)/wx/motif/*.h $(DISTDIR)/include/wx/motif |
4cb122de RR |
1417 | cp $(MOTIFDIR)/*.cpp $(DISTDIR)/src/motif |
1418 | cp $(MOTIFDIR)/*.xbm $(DISTDIR)/src/motif | |
1419 | mkdir $(DISTDIR)/src/motif/xmcombo | |
1420 | cp $(MOTIFDIR)/xmcombo/*.c $(DISTDIR)/src/motif/xmcombo | |
1421 | cp $(MOTIFDIR)/xmcombo/*.h $(DISTDIR)/src/motif/xmcombo | |
1422 | cp $(MOTIFDIR)/xmcombo/copying.txt $(DISTDIR)/src/motif/xmcombo | |
a4aad961 RR |
1423 | |
1424 | MSW_DIST: | |
4cb122de | 1425 | cp $(WXDIR)/wxWINE.spec $(DISTDIR) |
a4aad961 RR |
1426 | cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw |
1427 | cp $(INCDIR)/wx/msw/*.cur $(DISTDIR)/include/wx/msw | |
1428 | cp $(INCDIR)/wx/msw/*.ico $(DISTDIR)/include/wx/msw | |
1429 | cp $(INCDIR)/wx/msw/*.bmp $(DISTDIR)/include/wx/msw | |
1430 | cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw | |
4cb122de RR |
1431 | cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw |
1432 | cp $(MSWDIR)/*.c $(DISTDIR)/src/msw | |
1433 | cp $(MSWDIR)/*.def $(DISTDIR)/src/msw | |
1434 | mkdir $(DISTDIR)/src/msw/ole | |
1435 | cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole | |
1436 | ||
1437 | SAMPLES_DIST: | |
1438 | mkdir $(DISTDIR)/samples | |
1439 | cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples | |
1440 | mkdir $(DISTDIR)/samples/bombs | |
1441 | cp $(SAMPDIR)/bombs/Makefile.in $(DISTDIR)/samples/bombs | |
1442 | cp $(SAMPDIR)/bombs/*.cpp $(DISTDIR)/samples/bombs | |
1443 | cp $(SAMPDIR)/bombs/*.h $(DISTDIR)/samples/bombs | |
1444 | cp $(SAMPDIR)/bombs/*.xpm $(DISTDIR)/samples/bombs | |
1445 | cp $(SAMPDIR)/bombs/readme.txt $(DISTDIR)/samples/bombs | |
1446 | mkdir $(DISTDIR)/samples/caret | |
1447 | cp $(SAMPDIR)/caret/Makefile.in $(DISTDIR)/samples/caret | |
1448 | cp $(SAMPDIR)/caret/*.cpp $(DISTDIR)/samples/caret | |
1449 | cp $(SAMPDIR)/caret/*.xpm $(DISTDIR)/samples/caret | |
1450 | mkdir $(DISTDIR)/samples/config | |
1451 | cp $(SAMPDIR)/config/Makefile.in $(DISTDIR)/samples/config | |
1452 | cp $(SAMPDIR)/config/*.cpp $(DISTDIR)/samples/config | |
1453 | mkdir $(DISTDIR)/samples/controls | |
1454 | mkdir $(DISTDIR)/samples/controls/icons | |
1455 | cp $(SAMPDIR)/controls/Makefile.in $(DISTDIR)/samples/controls | |
1456 | cp $(SAMPDIR)/controls/*.cpp $(DISTDIR)/samples/controls | |
1457 | cp $(SAMPDIR)/controls/*.xpm $(DISTDIR)/samples/controls | |
1458 | cp $(SAMPDIR)/controls/icons/*.??? $(DISTDIR)/samples/controls/icons | |
1459 | mkdir $(DISTDIR)/samples/checklst | |
1460 | cp $(SAMPDIR)/checklst/Makefile.in $(DISTDIR)/samples/checklst | |
1461 | cp $(SAMPDIR)/checklst/*.cpp $(DISTDIR)/samples/checklst | |
1462 | cp $(SAMPDIR)/checklst/*.xpm $(DISTDIR)/samples/checklst | |
27ea1d8a RR |
1463 | mkdir $(DISTDIR)/samples/checkls |
1464 | cp $(SAMPDIR)/printing/Makefile.in $(DISTDIR)/samples/printing | |
1465 | cp $(SAMPDIR)/printing/*.cpp $(DISTDIR)/samples/printing | |
1466 | cp $(SAMPDIR)/printing/*.h $(DISTDIR)/samples/printing | |
1467 | cp $(SAMPDIR)/printing/*.xpm $(DISTDIR)/samples/printing | |
1468 | cp $(SAMPDIR)/printing/*.xbm $(DISTDIR)/samples/printing | |
4cb122de RR |
1469 | |
1470 | dist: ALL_DIST @GUIDIST@ SAMPLES_DIST | |
a4aad961 RR |
1471 | cd _dist_dir; tar ch wx$(TOOLKIT) | gzip -f9 > $(WXARCHIVE); mv $(WXARCHIVE) .. |
1472 | rm -f -r _dist_dir | |
1473 | ||
ad9edf45 RR |
1474 | clean: |
1475 | rm -f ./src/msw/*.o | |
1476 | rm -f ./src/gtk/*.o | |
1477 | rm -f ./src/motif/*.o | |
1478 | rm -f ./src/html/*.o | |
1479 | rm -f ./src/common/*.o | |
1480 | rm -f ./src/unix/*.o | |
1481 | rm -f ./src/generic/*.o | |
1482 | rm -f ./src/png/*.o | |
1483 | rm -f ./src/jpeg/*.o | |
1484 | rm -f ./src/zlib/*.o | |
1485 | rm -f *.o | |
1486 | rm -f parser.c | |
1487 | rm -f lexer.c | |
1488 | rm -f ./lib/* | |
1489 | ||
1490 | cleanall: clean |