| 1 | # |
| 2 | # This file was automatically generated by tmake at 19:00, 1999/12/14 |
| 3 | # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T! |
| 4 | |
| 5 | # |
| 6 | # File: makefile.unx |
| 7 | # Author: Julian Smart, Robert Roebling, Vadim Zeitlin |
| 8 | # Created: 1993 |
| 9 | # Updated: 1999 |
| 10 | # Copyright:(c) 1993, AIAI, University of Edinburgh, |
| 11 | # Copyright:(c) 1999, Vadim Zeitlin |
| 12 | # Copyright:(c) 1999, Robert Roebling |
| 13 | # |
| 14 | # Makefile for libwx_gtk.a, libwx_motif.a and libwx_msw.a |
| 15 | |
| 16 | ################################################################### |
| 17 | |
| 18 | include ./src/make.env |
| 19 | |
| 20 | ############## override make.env for PIC ########################## |
| 21 | |
| 22 | # Clears all default suffixes |
| 23 | .SUFFIXES: .o .cpp .c .cxx |
| 24 | |
| 25 | .c.o : |
| 26 | $(CCC) -c @DEP_INFO_FLAGS@ $(CFLAGS) $(PICFLAGS) -o $@ $< |
| 27 | |
| 28 | .cpp.o : |
| 29 | $(CC) -c @DEP_INFO_FLAGS@ $(CPPFLAGS) $(PICFLAGS) -o $@ $< |
| 30 | |
| 31 | .cxx.o : |
| 32 | $(CC) -c @DEP_INFO_FLAGS@ $(CPPFLAGS) $(PICFLAGS) -o $@ $< |
| 33 | |
| 34 | ########################### Paths ################################# |
| 35 | |
| 36 | srcdir = @srcdir@ |
| 37 | |
| 38 | VP1 = @top_srcdir@/src/common |
| 39 | VP2 = @top_srcdir@/src/@TOOLKIT_DIR@ |
| 40 | VP3 = @top_srcdir@/src/motif/xmcombo |
| 41 | VP4 = @top_srcdir@/src/generic |
| 42 | VP5 = @top_srcdir@/src/unix |
| 43 | VP6 = @top_srcdir@/src/html |
| 44 | VP7 = @top_srcdir@/src/png |
| 45 | VP8 = @top_srcdir@/src/jpeg |
| 46 | VP9 = @top_srcdir@/src/tiff |
| 47 | VP10 = @top_srcdir@/src/zlib |
| 48 | VP11 = @top_srcdir@/src/iodbc |
| 49 | |
| 50 | VPATH = $(VP1):$(VP2):$(VP3):$(VP4):$(VP5):$(VP6):$(VP7):$(VP8):$(VP9):$(VP10):$(VP11) |
| 51 | |
| 52 | top_srcdir = @top_srcdir@ |
| 53 | prefix = @prefix@ |
| 54 | exec_prefix = @exec_prefix@ |
| 55 | |
| 56 | bindir = @bindir@ |
| 57 | sbindir = @sbindir@ |
| 58 | libexecdir = @libexecdir@ |
| 59 | datadir = @datadir@ |
| 60 | sysconfdir = @sysconfdir@ |
| 61 | sharedstatedir = @sharedstatedir@ |
| 62 | localstatedir = @localstatedir@ |
| 63 | libdir = @libdir@ |
| 64 | infodir = @infodir@ |
| 65 | mandir = @mandir@ |
| 66 | includedir = @includedir@ |
| 67 | oldincludedir = /usr/include |
| 68 | |
| 69 | DESTDIR = |
| 70 | |
| 71 | pkgdatadir = $(datadir)/@PACKAGE@ |
| 72 | pkglibdir = $(libdir)/@PACKAGE@ |
| 73 | pkgincludedir = $(includedir)/@PACKAGE@ |
| 74 | |
| 75 | top_builddir = . |
| 76 | |
| 77 | INSTALL = @INSTALL@ |
| 78 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 79 | INSTALL_DATA = @INSTALL_DATA@ |
| 80 | # my autoconf doesn't set this |
| 81 | #INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 82 | # maybe do an additional chmod if needed? |
| 83 | INSTALL_SCRIPT = @INSTALL@ |
| 84 | transform = @program_transform_name@ |
| 85 | |
| 86 | NORMAL_INSTALL = : |
| 87 | PRE_INSTALL = : |
| 88 | POST_INSTALL = : |
| 89 | NORMAL_UNINSTALL = : |
| 90 | PRE_UNINSTALL = : |
| 91 | POST_UNINSTALL = : |
| 92 | build_alias = @build_alias@ |
| 93 | build_triplet = @build@ |
| 94 | host_alias = @host_alias@ |
| 95 | host_triplet = @host@ |
| 96 | target_alias = @target_alias@ |
| 97 | target_triplet = @target@ |
| 98 | |
| 99 | ############################# Dirs ################################# |
| 100 | |
| 101 | WXDIR = $(top_srcdir) |
| 102 | |
| 103 | # Subordinate library possibilities |
| 104 | |
| 105 | SRCDIR = $(WXDIR)/src |
| 106 | GENDIR = $(WXDIR)/src/generic |
| 107 | COMMDIR = $(WXDIR)/src/common |
| 108 | HTMLDIR = $(WXDIR)/src/html |
| 109 | UNIXDIR = $(WXDIR)/src/unix |
| 110 | PNGDIR = $(WXDIR)/src/png |
| 111 | JPEGDIR = $(WXDIR)/src/jpeg |
| 112 | TIFFDIR = $(WXDIR)/src/tiff |
| 113 | ZLIBDIR = $(WXDIR)/src/zlib |
| 114 | GTKDIR = $(WXDIR)/src/gtk |
| 115 | MOTIFDIR = $(WXDIR)/src/motif |
| 116 | MSWDIR = $(WXDIR)/src/msw |
| 117 | ODBCDIR = $(WXDIR)/src/iodbc |
| 118 | INCDIR = $(WXDIR)/include |
| 119 | SAMPDIR = $(WXDIR)/samples |
| 120 | UTILSDIR = $(WXDIR)/utils |
| 121 | MISCDIR = $(WXDIR)/misc |
| 122 | |
| 123 | DOCDIR = $(WXDIR)/docs |
| 124 | |
| 125 | ########################## Archive name ############################### |
| 126 | |
| 127 | WXARCHIVE = wx$(TOOLKIT)-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz |
| 128 | WXSAMPLES = wx$(TOOLKIT)-samples-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz |
| 129 | DISTDIR = ./_dist_dir/wx$(TOOLKIT) |
| 130 | |
| 131 | ############################## Files ################################## |
| 132 | |
| 133 | BASE_HEADERS = \ |
| 134 | app.h \ |
| 135 | date.h \ |
| 136 | datetime.h \ |
| 137 | debug.h \ |
| 138 | defs.h \ |
| 139 | dir.h \ |
| 140 | dynarray.h \ |
| 141 | dynlib.h \ |
| 142 | event.h \ |
| 143 | ffile.h \ |
| 144 | file.h \ |
| 145 | fileconf.h \ |
| 146 | hash.h \ |
| 147 | intl.h \ |
| 148 | list.h \ |
| 149 | log.h \ |
| 150 | longlong.h \ |
| 151 | mimetype.h \ |
| 152 | module.h \ |
| 153 | object.h \ |
| 154 | process.h \ |
| 155 | setup.h \ |
| 156 | strconv.h \ |
| 157 | stream.h \ |
| 158 | string.h \ |
| 159 | textfile.h \ |
| 160 | thread.h \ |
| 161 | time.h \ |
| 162 | timer.h \ |
| 163 | tokenzr.h \ |
| 164 | txtstrm.h \ |
| 165 | utils.h \ |
| 166 | variant.h \ |
| 167 | version.h \ |
| 168 | wx.h \ |
| 169 | wxchar.h \ |
| 170 | wxprec.h |
| 171 | |
| 172 | WX_HEADERS = \ |
| 173 | accel.h \ |
| 174 | app.h \ |
| 175 | arrimpl.cpp \ |
| 176 | bitmap.h \ |
| 177 | bmpbuttn.h \ |
| 178 | brush.h \ |
| 179 | buffer.h \ |
| 180 | busyinfo.h \ |
| 181 | button.h \ |
| 182 | caret.h \ |
| 183 | checkbox.h \ |
| 184 | checklst.h \ |
| 185 | choicdlg.h \ |
| 186 | choice.h \ |
| 187 | clipbrd.h \ |
| 188 | cmndata.h \ |
| 189 | colordlg.h \ |
| 190 | colour.h \ |
| 191 | combobox.h \ |
| 192 | confbase.h \ |
| 193 | config.h \ |
| 194 | control.h \ |
| 195 | ctrlsub.h \ |
| 196 | cursor.h \ |
| 197 | dataobj.h \ |
| 198 | date.h \ |
| 199 | datetime.h \ |
| 200 | datstrm.h \ |
| 201 | db.h \ |
| 202 | dbtable.h \ |
| 203 | dc.h \ |
| 204 | dcclient.h \ |
| 205 | dcmemory.h \ |
| 206 | dcprint.h \ |
| 207 | dcps.h \ |
| 208 | dcscreen.h \ |
| 209 | dde.h \ |
| 210 | debug.h \ |
| 211 | defs.h \ |
| 212 | dialog.h \ |
| 213 | dialup.h \ |
| 214 | dir.h \ |
| 215 | dirdlg.h \ |
| 216 | dnd.h \ |
| 217 | docmdi.h \ |
| 218 | docview.h \ |
| 219 | dragimag.h \ |
| 220 | dynarray.h \ |
| 221 | dynlib.h \ |
| 222 | event.h \ |
| 223 | expr.h \ |
| 224 | ffile.h \ |
| 225 | file.h \ |
| 226 | fileconf.h \ |
| 227 | filedlg.h \ |
| 228 | filefn.h \ |
| 229 | filesys.h \ |
| 230 | font.h \ |
| 231 | fontdlg.h \ |
| 232 | fontenum.h \ |
| 233 | fontmap.h \ |
| 234 | fontutil.h \ |
| 235 | frame.h \ |
| 236 | fs_inet.h \ |
| 237 | fs_zip.h \ |
| 238 | gauge.h \ |
| 239 | gdicmn.h \ |
| 240 | gdiobj.h \ |
| 241 | gifdecod.h \ |
| 242 | grid.h \ |
| 243 | gsocket.h \ |
| 244 | hash.h \ |
| 245 | help.h \ |
| 246 | helpbase.h \ |
| 247 | helphtml.h \ |
| 248 | helpwin.h \ |
| 249 | helpxlp.h \ |
| 250 | icon.h \ |
| 251 | image.h \ |
| 252 | imaglist.h \ |
| 253 | intl.h \ |
| 254 | ioswrap.h \ |
| 255 | ipcbase.h \ |
| 256 | joystick.h \ |
| 257 | layout.h \ |
| 258 | laywin.h \ |
| 259 | list.h \ |
| 260 | listbox.h \ |
| 261 | listctrl.h \ |
| 262 | listimpl.cpp \ |
| 263 | log.h \ |
| 264 | longlong.h \ |
| 265 | matrix.h \ |
| 266 | mdi.h \ |
| 267 | memory.h \ |
| 268 | menu.h \ |
| 269 | menuitem.h \ |
| 270 | metafile.h \ |
| 271 | mimetype.h \ |
| 272 | minifram.h \ |
| 273 | module.h \ |
| 274 | msgdlg.h \ |
| 275 | mstream.h \ |
| 276 | notebook.h \ |
| 277 | object.h \ |
| 278 | objstrm.h \ |
| 279 | odbc.h \ |
| 280 | ownerdrw.h \ |
| 281 | palette.h \ |
| 282 | panel.h \ |
| 283 | paper.h \ |
| 284 | pen.h \ |
| 285 | print.h \ |
| 286 | printdlg.h \ |
| 287 | prntbase.h \ |
| 288 | process.h \ |
| 289 | progdlg.h \ |
| 290 | prop.h \ |
| 291 | propform.h \ |
| 292 | proplist.h \ |
| 293 | radiobox.h \ |
| 294 | radiobut.h \ |
| 295 | region.h \ |
| 296 | resource.h \ |
| 297 | sashwin.h \ |
| 298 | sckaddr.h \ |
| 299 | sckipc.h \ |
| 300 | sckstrm.h \ |
| 301 | scrolbar.h \ |
| 302 | scrolwin.h \ |
| 303 | serbase.h \ |
| 304 | settings.h \ |
| 305 | setup.h \ |
| 306 | sizer.h \ |
| 307 | slider.h \ |
| 308 | socket.h \ |
| 309 | spinbutt.h \ |
| 310 | spinctrl.h \ |
| 311 | splitter.h \ |
| 312 | statbmp.h \ |
| 313 | statbox.h \ |
| 314 | statline.h \ |
| 315 | stattext.h \ |
| 316 | statusbr.h \ |
| 317 | strconv.h \ |
| 318 | stream.h \ |
| 319 | string.h \ |
| 320 | tab.h \ |
| 321 | tabctrl.h \ |
| 322 | taskbar.h \ |
| 323 | tbar95.h \ |
| 324 | tbarbase.h \ |
| 325 | tbarmsw.h \ |
| 326 | tbarsmpl.h \ |
| 327 | textctrl.h \ |
| 328 | textdlg.h \ |
| 329 | textfile.h \ |
| 330 | thread.h \ |
| 331 | time.h \ |
| 332 | timer.h \ |
| 333 | tipdlg.h \ |
| 334 | tokenzr.h \ |
| 335 | toolbar.h \ |
| 336 | tooltip.h \ |
| 337 | treectrl.h \ |
| 338 | txtstrm.h \ |
| 339 | types.h \ |
| 340 | url.h \ |
| 341 | utils.h \ |
| 342 | valgen.h \ |
| 343 | validate.h \ |
| 344 | valtext.h \ |
| 345 | variant.h \ |
| 346 | version.h \ |
| 347 | wave.h \ |
| 348 | wfstream.h \ |
| 349 | window.h \ |
| 350 | wizard.h \ |
| 351 | wx.h \ |
| 352 | wx_cw.h \ |
| 353 | wx_cw_cm.h \ |
| 354 | wx_cw_d.h \ |
| 355 | wxchar.h \ |
| 356 | wxexpr.h \ |
| 357 | wxhtml.h \ |
| 358 | wxprec.h \ |
| 359 | xpmhand.h \ |
| 360 | zipstrm.h \ |
| 361 | zstream.h |
| 362 | |
| 363 | GTK_HEADERS = \ |
| 364 | gtk/accel.h \ |
| 365 | gtk/app.h \ |
| 366 | gtk/bitmap.h \ |
| 367 | gtk/bmpbuttn.h \ |
| 368 | gtk/brush.h \ |
| 369 | gtk/button.h \ |
| 370 | gtk/checkbox.h \ |
| 371 | gtk/checklst.h \ |
| 372 | gtk/choice.h \ |
| 373 | gtk/clipbrd.h \ |
| 374 | gtk/colour.h \ |
| 375 | gtk/combobox.h \ |
| 376 | gtk/control.h \ |
| 377 | gtk/cursor.h \ |
| 378 | gtk/dataform.h \ |
| 379 | gtk/dataobj.h \ |
| 380 | gtk/dataobj2.h \ |
| 381 | gtk/dc.h \ |
| 382 | gtk/dcclient.h \ |
| 383 | gtk/dcmemory.h \ |
| 384 | gtk/dcscreen.h \ |
| 385 | gtk/dialog.h \ |
| 386 | gtk/dnd.h \ |
| 387 | gtk/filedlg.h \ |
| 388 | gtk/font.h \ |
| 389 | gtk/fontdlg.h \ |
| 390 | gtk/frame.h \ |
| 391 | gtk/gauge.h \ |
| 392 | gtk/gdiobj.h \ |
| 393 | gtk/icon.h \ |
| 394 | gtk/joystick.h \ |
| 395 | gtk/listbox.h \ |
| 396 | gtk/mdi.h \ |
| 397 | gtk/menu.h \ |
| 398 | gtk/menuitem.h \ |
| 399 | gtk/minifram.h \ |
| 400 | gtk/notebook.h \ |
| 401 | gtk/palette.h \ |
| 402 | gtk/pen.h \ |
| 403 | gtk/radiobox.h \ |
| 404 | gtk/radiobut.h \ |
| 405 | gtk/region.h \ |
| 406 | gtk/scrolbar.h \ |
| 407 | gtk/settings.h \ |
| 408 | gtk/slider.h \ |
| 409 | gtk/spinbutt.h \ |
| 410 | gtk/spinctrl.h \ |
| 411 | gtk/statbmp.h \ |
| 412 | gtk/statbox.h \ |
| 413 | gtk/statline.h \ |
| 414 | gtk/stattext.h \ |
| 415 | gtk/tbargtk.h \ |
| 416 | gtk/textctrl.h \ |
| 417 | gtk/timer.h \ |
| 418 | gtk/tooltip.h \ |
| 419 | gtk/treectrl.h \ |
| 420 | gtk/wave.h \ |
| 421 | gtk/win_gtk.h \ |
| 422 | gtk/window.h |
| 423 | |
| 424 | MOTIF_HEADERS = \ |
| 425 | motif/accel.h \ |
| 426 | motif/app.h \ |
| 427 | motif/bitmap.h \ |
| 428 | motif/bmpbuttn.h \ |
| 429 | motif/brush.h \ |
| 430 | motif/button.h \ |
| 431 | motif/checkbox.h \ |
| 432 | motif/checklst.h \ |
| 433 | motif/choice.h \ |
| 434 | motif/clipbrd.h \ |
| 435 | motif/colordlg.h \ |
| 436 | motif/colour.h \ |
| 437 | motif/combobox.h \ |
| 438 | motif/control.h \ |
| 439 | motif/cursor.h \ |
| 440 | motif/dataform.h \ |
| 441 | motif/dataobj.h \ |
| 442 | motif/dataobj2.h \ |
| 443 | motif/dc.h \ |
| 444 | motif/dcclient.h \ |
| 445 | motif/dcmemory.h \ |
| 446 | motif/dcprint.h \ |
| 447 | motif/dcscreen.h \ |
| 448 | motif/dialog.h \ |
| 449 | motif/dnd.h \ |
| 450 | motif/filedlg.h \ |
| 451 | motif/font.h \ |
| 452 | motif/fontdlg.h \ |
| 453 | motif/frame.h \ |
| 454 | motif/gauge.h \ |
| 455 | motif/gdiobj.h \ |
| 456 | motif/icon.h \ |
| 457 | motif/joystick.h \ |
| 458 | motif/listbox.h \ |
| 459 | motif/mdi.h \ |
| 460 | motif/menu.h \ |
| 461 | motif/menuitem.h \ |
| 462 | motif/metafile.h \ |
| 463 | motif/minifram.h \ |
| 464 | motif/msgdlg.h \ |
| 465 | motif/palette.h \ |
| 466 | motif/pen.h \ |
| 467 | motif/print.h \ |
| 468 | motif/printdlg.h \ |
| 469 | motif/private.h \ |
| 470 | motif/radiobox.h \ |
| 471 | motif/radiobut.h \ |
| 472 | motif/region.h \ |
| 473 | motif/scrolbar.h \ |
| 474 | motif/settings.h \ |
| 475 | motif/slider.h \ |
| 476 | motif/spinbutt.h \ |
| 477 | motif/statbmp.h \ |
| 478 | motif/statbox.h \ |
| 479 | motif/stattext.h \ |
| 480 | motif/textctrl.h \ |
| 481 | motif/timer.h \ |
| 482 | motif/toolbar.h \ |
| 483 | motif/window.h |
| 484 | |
| 485 | MSW_HEADERS = \ |
| 486 | msw/accel.h \ |
| 487 | msw/app.h \ |
| 488 | msw/bitmap.h \ |
| 489 | msw/bmpbuttn.h \ |
| 490 | msw/brush.h \ |
| 491 | msw/button.h \ |
| 492 | msw/caret.h \ |
| 493 | msw/checkbox.h \ |
| 494 | msw/checklst.h \ |
| 495 | msw/choice.h \ |
| 496 | msw/clipbrd.h \ |
| 497 | msw/colordlg.h \ |
| 498 | msw/colour.h \ |
| 499 | msw/combobox.h \ |
| 500 | msw/control.h \ |
| 501 | msw/curico.h \ |
| 502 | msw/curicop.h \ |
| 503 | msw/cursor.h \ |
| 504 | msw/dc.h \ |
| 505 | msw/dcclient.h \ |
| 506 | msw/dcmemory.h \ |
| 507 | msw/dcprint.h \ |
| 508 | msw/dcscreen.h \ |
| 509 | msw/dde.h \ |
| 510 | msw/dialog.h \ |
| 511 | msw/dib.h \ |
| 512 | msw/dibutils.h \ |
| 513 | msw/dirdlg.h \ |
| 514 | msw/dragimag.h \ |
| 515 | msw/filedlg.h \ |
| 516 | msw/font.h \ |
| 517 | msw/fontdlg.h \ |
| 518 | msw/frame.h \ |
| 519 | msw/gauge.h \ |
| 520 | msw/gauge95.h \ |
| 521 | msw/gaugemsw.h \ |
| 522 | msw/gdiimage.h \ |
| 523 | msw/gdiobj.h \ |
| 524 | msw/helpwin.h \ |
| 525 | msw/icon.h \ |
| 526 | msw/imaglist.h \ |
| 527 | msw/iniconf.h \ |
| 528 | msw/joystick.h \ |
| 529 | msw/listbox.h \ |
| 530 | msw/listctrl.h \ |
| 531 | msw/mdi.h \ |
| 532 | msw/menu.h \ |
| 533 | msw/menuitem.h \ |
| 534 | msw/metafile.h \ |
| 535 | msw/minifram.h \ |
| 536 | msw/msgdlg.h \ |
| 537 | msw/msvcrt.h \ |
| 538 | msw/notebook.h \ |
| 539 | msw/palette.h \ |
| 540 | msw/pen.h \ |
| 541 | msw/printdlg.h \ |
| 542 | msw/printwin.h \ |
| 543 | msw/private.h \ |
| 544 | msw/radiobox.h \ |
| 545 | msw/radiobut.h \ |
| 546 | msw/regconf.h \ |
| 547 | msw/region.h \ |
| 548 | msw/registry.h \ |
| 549 | msw/scrolbar.h \ |
| 550 | msw/settings.h \ |
| 551 | msw/setup0.h \ |
| 552 | msw/slider.h \ |
| 553 | msw/slider95.h \ |
| 554 | msw/slidrmsw.h \ |
| 555 | msw/spinbutt.h \ |
| 556 | msw/statbmp.h \ |
| 557 | msw/statbox.h \ |
| 558 | msw/statbr95.h \ |
| 559 | msw/statline.h \ |
| 560 | msw/stattext.h \ |
| 561 | msw/tabctrl.h \ |
| 562 | msw/taskbar.h \ |
| 563 | msw/tbar95.h \ |
| 564 | msw/tbarmsw.h \ |
| 565 | msw/textctrl.h \ |
| 566 | msw/timer.h \ |
| 567 | msw/tooltip.h \ |
| 568 | msw/treectrl.h \ |
| 569 | msw/wave.h \ |
| 570 | msw/window.h \ |
| 571 | msw/winundef.h \ |
| 572 | msw/xpmhand.h |
| 573 | |
| 574 | UNIX_HEADERS = \ |
| 575 | unix/execute.h \ |
| 576 | unix/fontutil.h |
| 577 | |
| 578 | GENERIC_HEADERS = \ |
| 579 | generic/caret.h \ |
| 580 | generic/choicdgg.h \ |
| 581 | generic/colrdlgg.h \ |
| 582 | generic/dcpsg.h \ |
| 583 | generic/dirdlgg.h \ |
| 584 | generic/filedlgg.h \ |
| 585 | generic/fontdlgg.h \ |
| 586 | generic/grid.h \ |
| 587 | generic/gridg.h \ |
| 588 | generic/helpext.h \ |
| 589 | generic/helphtml.h \ |
| 590 | generic/helpwxht.h \ |
| 591 | generic/helpxlp.h \ |
| 592 | generic/imaglist.h \ |
| 593 | generic/laywin.h \ |
| 594 | generic/listctrl.h \ |
| 595 | generic/msgdlgg.h \ |
| 596 | generic/notebook.h \ |
| 597 | generic/panelg.h \ |
| 598 | generic/printps.h \ |
| 599 | generic/prntdlgg.h \ |
| 600 | generic/progdlgg.h \ |
| 601 | generic/sashwin.h \ |
| 602 | generic/scrolwin.h \ |
| 603 | generic/splitter.h \ |
| 604 | generic/statusbr.h \ |
| 605 | generic/tabg.h \ |
| 606 | generic/textdlgg.h \ |
| 607 | generic/treectrl.h \ |
| 608 | generic/wizard.h |
| 609 | |
| 610 | PROTOCOL_HEADERS = \ |
| 611 | protocol/file.h \ |
| 612 | protocol/ftp.h \ |
| 613 | protocol/http.h \ |
| 614 | protocol/protocol.h |
| 615 | |
| 616 | HTML_HEADERS = \ |
| 617 | html/forcelnk.h \ |
| 618 | html/helpctrl.h \ |
| 619 | html/helpdata.h \ |
| 620 | html/helpfrm.h \ |
| 621 | html/htmlcell.h \ |
| 622 | html/htmldefs.h \ |
| 623 | html/htmlfilt.h \ |
| 624 | html/htmlpars.h \ |
| 625 | html/htmltag.h \ |
| 626 | html/htmlwin.h \ |
| 627 | html/htmprint.h \ |
| 628 | html/m_templ.h \ |
| 629 | html/winpars.h |
| 630 | |
| 631 | GTK_GENERICOBJS = \ |
| 632 | busyinfo.o \ |
| 633 | caret.o \ |
| 634 | choicdgg.o \ |
| 635 | colrdlgg.o \ |
| 636 | dcpsg.o \ |
| 637 | dirdlgg.o \ |
| 638 | filedlgg.o \ |
| 639 | grid.o \ |
| 640 | helpext.o \ |
| 641 | helphtml.o \ |
| 642 | helpwxht.o \ |
| 643 | imaglist.o \ |
| 644 | laywin.o \ |
| 645 | listctrl.o \ |
| 646 | logg.o \ |
| 647 | msgdlgg.o \ |
| 648 | numdlgg.o \ |
| 649 | panelg.o \ |
| 650 | printps.o \ |
| 651 | prntdlgg.o \ |
| 652 | progdlgg.o \ |
| 653 | prop.o \ |
| 654 | propform.o \ |
| 655 | proplist.o \ |
| 656 | sashwin.o \ |
| 657 | scrolwin.o \ |
| 658 | splitter.o \ |
| 659 | statusbr.o \ |
| 660 | tabg.o \ |
| 661 | tbarsmpl.o \ |
| 662 | textdlgg.o \ |
| 663 | tipdlg.o \ |
| 664 | treectrl.o \ |
| 665 | wizard.o |
| 666 | |
| 667 | GTK_GENERICDEPS = \ |
| 668 | busyinfo.d \ |
| 669 | caret.d \ |
| 670 | choicdgg.d \ |
| 671 | colrdlgg.d \ |
| 672 | dcpsg.d \ |
| 673 | dirdlgg.d \ |
| 674 | filedlgg.d \ |
| 675 | grid.d \ |
| 676 | helpext.d \ |
| 677 | helphtml.d \ |
| 678 | helpwxht.d \ |
| 679 | imaglist.d \ |
| 680 | laywin.d \ |
| 681 | listctrl.d \ |
| 682 | logg.d \ |
| 683 | msgdlgg.d \ |
| 684 | numdlgg.d \ |
| 685 | panelg.d \ |
| 686 | printps.d \ |
| 687 | prntdlgg.d \ |
| 688 | progdlgg.d \ |
| 689 | prop.d \ |
| 690 | propform.d \ |
| 691 | proplist.d \ |
| 692 | sashwin.d \ |
| 693 | scrolwin.d \ |
| 694 | splitter.d \ |
| 695 | statusbr.d \ |
| 696 | tabg.d \ |
| 697 | tbarsmpl.d \ |
| 698 | textdlgg.d \ |
| 699 | tipdlg.d \ |
| 700 | treectrl.d \ |
| 701 | wizard.d |
| 702 | |
| 703 | GTK_COMMONOBJS = \ |
| 704 | parser.o \ |
| 705 | appcmn.o \ |
| 706 | choiccmn.o \ |
| 707 | clipcmn.o \ |
| 708 | cmndata.o \ |
| 709 | config.o \ |
| 710 | ctrlcmn.o \ |
| 711 | ctrlsub.o \ |
| 712 | date.o \ |
| 713 | datetime.o \ |
| 714 | datstrm.o \ |
| 715 | db.o \ |
| 716 | dbtable.o \ |
| 717 | dcbase.o \ |
| 718 | dlgcmn.o \ |
| 719 | dobjcmn.o \ |
| 720 | docmdi.o \ |
| 721 | docview.o \ |
| 722 | dynarray.o \ |
| 723 | dynlib.o \ |
| 724 | event.o \ |
| 725 | extended.o \ |
| 726 | ffile.o \ |
| 727 | file.o \ |
| 728 | fileconf.o \ |
| 729 | filefn.o \ |
| 730 | filesys.o \ |
| 731 | fontcmn.o \ |
| 732 | fontmap.o \ |
| 733 | framecmn.o \ |
| 734 | fs_inet.o \ |
| 735 | fs_zip.o \ |
| 736 | ftp.o \ |
| 737 | gdicmn.o \ |
| 738 | gifdecod.o \ |
| 739 | hash.o \ |
| 740 | helpbase.o \ |
| 741 | http.o \ |
| 742 | imagall.o \ |
| 743 | imagbmp.o \ |
| 744 | image.o \ |
| 745 | imaggif.o \ |
| 746 | imagjpeg.o \ |
| 747 | imagpcx.o \ |
| 748 | imagpng.o \ |
| 749 | imagpnm.o \ |
| 750 | imagtiff.o \ |
| 751 | intl.o \ |
| 752 | ipcbase.o \ |
| 753 | layout.o \ |
| 754 | lboxcmn.o \ |
| 755 | list.o \ |
| 756 | log.o \ |
| 757 | longlong.o \ |
| 758 | memory.o \ |
| 759 | menucmn.o \ |
| 760 | mimetype.o \ |
| 761 | module.o \ |
| 762 | mstream.o \ |
| 763 | object.o \ |
| 764 | objstrm.o \ |
| 765 | paper.o \ |
| 766 | prntbase.o \ |
| 767 | process.o \ |
| 768 | protocol.o \ |
| 769 | resource.o \ |
| 770 | sckaddr.o \ |
| 771 | sckfile.o \ |
| 772 | sckipc.o \ |
| 773 | sckstrm.o \ |
| 774 | serbase.o \ |
| 775 | sizer.o \ |
| 776 | socket.o \ |
| 777 | strconv.o \ |
| 778 | stream.o \ |
| 779 | string.o \ |
| 780 | tbarbase.o \ |
| 781 | textcmn.o \ |
| 782 | textfile.o \ |
| 783 | time.o \ |
| 784 | timercmn.o \ |
| 785 | tokenzr.o \ |
| 786 | txtstrm.o \ |
| 787 | unzip.o \ |
| 788 | url.o \ |
| 789 | utilscmn.o \ |
| 790 | valgen.o \ |
| 791 | validate.o \ |
| 792 | valtext.o \ |
| 793 | variant.o \ |
| 794 | wfstream.o \ |
| 795 | wincmn.o \ |
| 796 | wxchar.o \ |
| 797 | wxexpr.o \ |
| 798 | zipstrm.o \ |
| 799 | zstream.o |
| 800 | |
| 801 | GTK_COMMONDEPS = \ |
| 802 | parser.d \ |
| 803 | appcmn.d \ |
| 804 | choiccmn.d \ |
| 805 | clipcmn.d \ |
| 806 | cmndata.d \ |
| 807 | config.d \ |
| 808 | ctrlcmn.d \ |
| 809 | ctrlsub.d \ |
| 810 | date.d \ |
| 811 | datetime.d \ |
| 812 | datstrm.d \ |
| 813 | db.d \ |
| 814 | dbtable.d \ |
| 815 | dcbase.d \ |
| 816 | dlgcmn.d \ |
| 817 | dobjcmn.d \ |
| 818 | docmdi.d \ |
| 819 | docview.d \ |
| 820 | dynarray.d \ |
| 821 | dynlib.d \ |
| 822 | event.d \ |
| 823 | extended.d \ |
| 824 | ffile.d \ |
| 825 | file.d \ |
| 826 | fileconf.d \ |
| 827 | filefn.d \ |
| 828 | filesys.d \ |
| 829 | fontcmn.d \ |
| 830 | fontmap.d \ |
| 831 | framecmn.d \ |
| 832 | fs_inet.d \ |
| 833 | fs_zip.d \ |
| 834 | ftp.d \ |
| 835 | gdicmn.d \ |
| 836 | gifdecod.d \ |
| 837 | hash.d \ |
| 838 | helpbase.d \ |
| 839 | http.d \ |
| 840 | imagall.d \ |
| 841 | imagbmp.d \ |
| 842 | image.d \ |
| 843 | imaggif.d \ |
| 844 | imagjpeg.d \ |
| 845 | imagpcx.d \ |
| 846 | imagpng.d \ |
| 847 | imagpnm.d \ |
| 848 | imagtiff.d \ |
| 849 | intl.d \ |
| 850 | ipcbase.d \ |
| 851 | layout.d \ |
| 852 | lboxcmn.d \ |
| 853 | list.d \ |
| 854 | log.d \ |
| 855 | longlong.d \ |
| 856 | memory.d \ |
| 857 | menucmn.d \ |
| 858 | mimetype.d \ |
| 859 | module.d \ |
| 860 | mstream.d \ |
| 861 | object.d \ |
| 862 | objstrm.d \ |
| 863 | paper.d \ |
| 864 | prntbase.d \ |
| 865 | process.d \ |
| 866 | protocol.d \ |
| 867 | resource.d \ |
| 868 | sckaddr.d \ |
| 869 | sckfile.d \ |
| 870 | sckipc.d \ |
| 871 | sckstrm.d \ |
| 872 | serbase.d \ |
| 873 | sizer.d \ |
| 874 | socket.d \ |
| 875 | strconv.d \ |
| 876 | stream.d \ |
| 877 | string.d \ |
| 878 | tbarbase.d \ |
| 879 | textcmn.d \ |
| 880 | textfile.d \ |
| 881 | time.d \ |
| 882 | timercmn.d \ |
| 883 | tokenzr.d \ |
| 884 | txtstrm.d \ |
| 885 | unzip.d \ |
| 886 | url.d \ |
| 887 | utilscmn.d \ |
| 888 | valgen.d \ |
| 889 | validate.d \ |
| 890 | valtext.d \ |
| 891 | variant.d \ |
| 892 | wfstream.d \ |
| 893 | wincmn.d \ |
| 894 | wxchar.d \ |
| 895 | wxexpr.d \ |
| 896 | zipstrm.d \ |
| 897 | zstream.d |
| 898 | |
| 899 | GTK_GUIOBJS = \ |
| 900 | accel.o \ |
| 901 | app.o \ |
| 902 | bitmap.o \ |
| 903 | bmpbuttn.o \ |
| 904 | brush.o \ |
| 905 | button.o \ |
| 906 | checkbox.o \ |
| 907 | checklst.o \ |
| 908 | choice.o \ |
| 909 | clipbrd.o \ |
| 910 | colour.o \ |
| 911 | combobox.o \ |
| 912 | control.o \ |
| 913 | cursor.o \ |
| 914 | data.o \ |
| 915 | dataobj.o \ |
| 916 | dc.o \ |
| 917 | dcclient.o \ |
| 918 | dcmemory.o \ |
| 919 | dcscreen.o \ |
| 920 | dialog.o \ |
| 921 | dnd.o \ |
| 922 | font.o \ |
| 923 | fontdlg.o \ |
| 924 | frame.o \ |
| 925 | gauge.o \ |
| 926 | gdiobj.o \ |
| 927 | gsockgtk.o \ |
| 928 | icon.o \ |
| 929 | listbox.o \ |
| 930 | main.o \ |
| 931 | mdi.o \ |
| 932 | menu.o \ |
| 933 | minifram.o \ |
| 934 | notebook.o \ |
| 935 | palette.o \ |
| 936 | pen.o \ |
| 937 | radiobox.o \ |
| 938 | radiobut.o \ |
| 939 | region.o \ |
| 940 | scrolbar.o \ |
| 941 | settings.o \ |
| 942 | slider.o \ |
| 943 | spinbutt.o \ |
| 944 | spinctrl.o \ |
| 945 | statbmp.o \ |
| 946 | statbox.o \ |
| 947 | statline.o \ |
| 948 | stattext.o \ |
| 949 | tbargtk.o \ |
| 950 | textctrl.o \ |
| 951 | timer.o \ |
| 952 | tooltip.o \ |
| 953 | utilsgtk.o \ |
| 954 | utilsres.o \ |
| 955 | wave.o \ |
| 956 | win_gtk.o \ |
| 957 | window.o |
| 958 | |
| 959 | GTK_GUIDEPS = \ |
| 960 | accel.d \ |
| 961 | app.d \ |
| 962 | bitmap.d \ |
| 963 | bmpbuttn.d \ |
| 964 | brush.d \ |
| 965 | button.d \ |
| 966 | checkbox.d \ |
| 967 | checklst.d \ |
| 968 | choice.d \ |
| 969 | clipbrd.d \ |
| 970 | colour.d \ |
| 971 | combobox.d \ |
| 972 | control.d \ |
| 973 | cursor.d \ |
| 974 | data.d \ |
| 975 | dataobj.d \ |
| 976 | dc.d \ |
| 977 | dcclient.d \ |
| 978 | dcmemory.d \ |
| 979 | dcscreen.d \ |
| 980 | dialog.d \ |
| 981 | dnd.d \ |
| 982 | font.d \ |
| 983 | fontdlg.d \ |
| 984 | frame.d \ |
| 985 | gauge.d \ |
| 986 | gdiobj.d \ |
| 987 | gsockgtk.d \ |
| 988 | icon.d \ |
| 989 | listbox.d \ |
| 990 | main.d \ |
| 991 | mdi.d \ |
| 992 | menu.d \ |
| 993 | minifram.d \ |
| 994 | notebook.d \ |
| 995 | palette.d \ |
| 996 | pen.d \ |
| 997 | radiobox.d \ |
| 998 | radiobut.d \ |
| 999 | region.d \ |
| 1000 | scrolbar.d \ |
| 1001 | settings.d \ |
| 1002 | slider.d \ |
| 1003 | spinbutt.d \ |
| 1004 | spinctrl.d \ |
| 1005 | statbmp.d \ |
| 1006 | statbox.d \ |
| 1007 | statline.d \ |
| 1008 | stattext.d \ |
| 1009 | tbargtk.d \ |
| 1010 | textctrl.d \ |
| 1011 | timer.d \ |
| 1012 | tooltip.d \ |
| 1013 | utilsgtk.d \ |
| 1014 | utilsres.d \ |
| 1015 | wave.d \ |
| 1016 | win_gtk.d \ |
| 1017 | window.d |
| 1018 | |
| 1019 | MOTIF_GENERICOBJS = \ |
| 1020 | busyinfo.o \ |
| 1021 | caret.o \ |
| 1022 | choicdgg.o \ |
| 1023 | colrdlgg.o \ |
| 1024 | dcpsg.o \ |
| 1025 | dirdlgg.o \ |
| 1026 | fontdlgg.o \ |
| 1027 | grid.o \ |
| 1028 | helpext.o \ |
| 1029 | helphtml.o \ |
| 1030 | helpwxht.o \ |
| 1031 | helpxlp.o \ |
| 1032 | imaglist.o \ |
| 1033 | laywin.o \ |
| 1034 | listctrl.o \ |
| 1035 | logg.o \ |
| 1036 | msgdlgg.o \ |
| 1037 | notebook.o \ |
| 1038 | numdlgg.o \ |
| 1039 | panelg.o \ |
| 1040 | printps.o \ |
| 1041 | prntdlgg.o \ |
| 1042 | progdlgg.o \ |
| 1043 | prop.o \ |
| 1044 | propform.o \ |
| 1045 | proplist.o \ |
| 1046 | sashwin.o \ |
| 1047 | scrolwin.o \ |
| 1048 | splitter.o \ |
| 1049 | statline.o \ |
| 1050 | statusbr.o \ |
| 1051 | tabg.o \ |
| 1052 | tbarsmpl.o \ |
| 1053 | textdlgg.o \ |
| 1054 | tipdlg.o \ |
| 1055 | treectrl.o \ |
| 1056 | wizard.o |
| 1057 | |
| 1058 | MOTIF_GENERICDEPS = \ |
| 1059 | busyinfo.d \ |
| 1060 | caret.d \ |
| 1061 | choicdgg.d \ |
| 1062 | colrdlgg.d \ |
| 1063 | dcpsg.d \ |
| 1064 | dirdlgg.d \ |
| 1065 | fontdlgg.d \ |
| 1066 | grid.d \ |
| 1067 | helpext.d \ |
| 1068 | helphtml.d \ |
| 1069 | helpwxht.d \ |
| 1070 | helpxlp.d \ |
| 1071 | imaglist.d \ |
| 1072 | laywin.d \ |
| 1073 | listctrl.d \ |
| 1074 | logg.d \ |
| 1075 | msgdlgg.d \ |
| 1076 | notebook.d \ |
| 1077 | numdlgg.d \ |
| 1078 | panelg.d \ |
| 1079 | printps.d \ |
| 1080 | prntdlgg.d \ |
| 1081 | progdlgg.d \ |
| 1082 | prop.d \ |
| 1083 | propform.d \ |
| 1084 | proplist.d \ |
| 1085 | sashwin.d \ |
| 1086 | scrolwin.d \ |
| 1087 | splitter.d \ |
| 1088 | statline.d \ |
| 1089 | statusbr.d \ |
| 1090 | tabg.d \ |
| 1091 | tbarsmpl.d \ |
| 1092 | textdlgg.d \ |
| 1093 | tipdlg.d \ |
| 1094 | treectrl.d \ |
| 1095 | wizard.d |
| 1096 | |
| 1097 | MOTIF_COMMONOBJS = \ |
| 1098 | parser.o \ |
| 1099 | appcmn.o \ |
| 1100 | choiccmn.o \ |
| 1101 | clipcmn.o \ |
| 1102 | cmndata.o \ |
| 1103 | config.o \ |
| 1104 | ctrlcmn.o \ |
| 1105 | ctrlsub.o \ |
| 1106 | date.o \ |
| 1107 | datetime.o \ |
| 1108 | datstrm.o \ |
| 1109 | db.o \ |
| 1110 | dbtable.o \ |
| 1111 | dcbase.o \ |
| 1112 | dlgcmn.o \ |
| 1113 | dobjcmn.o \ |
| 1114 | docmdi.o \ |
| 1115 | docview.o \ |
| 1116 | dynarray.o \ |
| 1117 | dynlib.o \ |
| 1118 | event.o \ |
| 1119 | extended.o \ |
| 1120 | ffile.o \ |
| 1121 | file.o \ |
| 1122 | fileconf.o \ |
| 1123 | filefn.o \ |
| 1124 | filesys.o \ |
| 1125 | fontcmn.o \ |
| 1126 | fontmap.o \ |
| 1127 | framecmn.o \ |
| 1128 | fs_inet.o \ |
| 1129 | fs_zip.o \ |
| 1130 | ftp.o \ |
| 1131 | gdicmn.o \ |
| 1132 | gifdecod.o \ |
| 1133 | hash.o \ |
| 1134 | helpbase.o \ |
| 1135 | http.o \ |
| 1136 | imagall.o \ |
| 1137 | imagbmp.o \ |
| 1138 | image.o \ |
| 1139 | imaggif.o \ |
| 1140 | imagjpeg.o \ |
| 1141 | imagpcx.o \ |
| 1142 | imagpng.o \ |
| 1143 | imagpnm.o \ |
| 1144 | imagtiff.o \ |
| 1145 | intl.o \ |
| 1146 | ipcbase.o \ |
| 1147 | layout.o \ |
| 1148 | lboxcmn.o \ |
| 1149 | list.o \ |
| 1150 | log.o \ |
| 1151 | longlong.o \ |
| 1152 | memory.o \ |
| 1153 | menucmn.o \ |
| 1154 | mimetype.o \ |
| 1155 | module.o \ |
| 1156 | mstream.o \ |
| 1157 | object.o \ |
| 1158 | objstrm.o \ |
| 1159 | paper.o \ |
| 1160 | prntbase.o \ |
| 1161 | process.o \ |
| 1162 | protocol.o \ |
| 1163 | resource.o \ |
| 1164 | sckaddr.o \ |
| 1165 | sckfile.o \ |
| 1166 | sckipc.o \ |
| 1167 | sckstrm.o \ |
| 1168 | serbase.o \ |
| 1169 | sizer.o \ |
| 1170 | socket.o \ |
| 1171 | strconv.o \ |
| 1172 | stream.o \ |
| 1173 | string.o \ |
| 1174 | tbarbase.o \ |
| 1175 | textcmn.o \ |
| 1176 | textfile.o \ |
| 1177 | time.o \ |
| 1178 | timercmn.o \ |
| 1179 | tokenzr.o \ |
| 1180 | txtstrm.o \ |
| 1181 | unzip.o \ |
| 1182 | url.o \ |
| 1183 | utilscmn.o \ |
| 1184 | valgen.o \ |
| 1185 | validate.o \ |
| 1186 | valtext.o \ |
| 1187 | variant.o \ |
| 1188 | wfstream.o \ |
| 1189 | wincmn.o \ |
| 1190 | wxchar.o \ |
| 1191 | wxexpr.o \ |
| 1192 | zipstrm.o \ |
| 1193 | zstream.o |
| 1194 | |
| 1195 | MOTIF_COMMONDEPS = \ |
| 1196 | parser.d \ |
| 1197 | appcmn.d \ |
| 1198 | choiccmn.d \ |
| 1199 | clipcmn.d \ |
| 1200 | cmndata.d \ |
| 1201 | config.d \ |
| 1202 | ctrlcmn.d \ |
| 1203 | ctrlsub.d \ |
| 1204 | date.d \ |
| 1205 | datetime.d \ |
| 1206 | datstrm.d \ |
| 1207 | db.d \ |
| 1208 | dbtable.d \ |
| 1209 | dcbase.d \ |
| 1210 | dlgcmn.d \ |
| 1211 | dobjcmn.d \ |
| 1212 | docmdi.d \ |
| 1213 | docview.d \ |
| 1214 | dynarray.d \ |
| 1215 | dynlib.d \ |
| 1216 | event.d \ |
| 1217 | extended.d \ |
| 1218 | ffile.d \ |
| 1219 | file.d \ |
| 1220 | fileconf.d \ |
| 1221 | filefn.d \ |
| 1222 | filesys.d \ |
| 1223 | fontcmn.d \ |
| 1224 | fontmap.d \ |
| 1225 | framecmn.d \ |
| 1226 | fs_inet.d \ |
| 1227 | fs_zip.d \ |
| 1228 | ftp.d \ |
| 1229 | gdicmn.d \ |
| 1230 | gifdecod.d \ |
| 1231 | hash.d \ |
| 1232 | helpbase.d \ |
| 1233 | http.d \ |
| 1234 | imagall.d \ |
| 1235 | imagbmp.d \ |
| 1236 | image.d \ |
| 1237 | imaggif.d \ |
| 1238 | imagjpeg.d \ |
| 1239 | imagpcx.d \ |
| 1240 | imagpng.d \ |
| 1241 | imagpnm.d \ |
| 1242 | imagtiff.d \ |
| 1243 | intl.d \ |
| 1244 | ipcbase.d \ |
| 1245 | layout.d \ |
| 1246 | lboxcmn.d \ |
| 1247 | list.d \ |
| 1248 | log.d \ |
| 1249 | longlong.d \ |
| 1250 | memory.d \ |
| 1251 | menucmn.d \ |
| 1252 | mimetype.d \ |
| 1253 | module.d \ |
| 1254 | mstream.d \ |
| 1255 | object.d \ |
| 1256 | objstrm.d \ |
| 1257 | paper.d \ |
| 1258 | prntbase.d \ |
| 1259 | process.d \ |
| 1260 | protocol.d \ |
| 1261 | resource.d \ |
| 1262 | sckaddr.d \ |
| 1263 | sckfile.d \ |
| 1264 | sckipc.d \ |
| 1265 | sckstrm.d \ |
| 1266 | serbase.d \ |
| 1267 | sizer.d \ |
| 1268 | socket.d \ |
| 1269 | strconv.d \ |
| 1270 | stream.d \ |
| 1271 | string.d \ |
| 1272 | tbarbase.d \ |
| 1273 | textcmn.d \ |
| 1274 | textfile.d \ |
| 1275 | time.d \ |
| 1276 | timercmn.d \ |
| 1277 | tokenzr.d \ |
| 1278 | txtstrm.d \ |
| 1279 | unzip.d \ |
| 1280 | url.d \ |
| 1281 | utilscmn.d \ |
| 1282 | valgen.d \ |
| 1283 | validate.d \ |
| 1284 | valtext.d \ |
| 1285 | variant.d \ |
| 1286 | wfstream.d \ |
| 1287 | wincmn.d \ |
| 1288 | wxchar.d \ |
| 1289 | wxexpr.d \ |
| 1290 | zipstrm.d \ |
| 1291 | zstream.d |
| 1292 | |
| 1293 | MOTIF_GUIOBJS = \ |
| 1294 | xmcombo.o \ |
| 1295 | accel.o \ |
| 1296 | app.o \ |
| 1297 | bitmap.o \ |
| 1298 | bmpbuttn.o \ |
| 1299 | brush.o \ |
| 1300 | button.o \ |
| 1301 | checkbox.o \ |
| 1302 | checklst.o \ |
| 1303 | choice.o \ |
| 1304 | clipbrd.o \ |
| 1305 | colour.o \ |
| 1306 | combobox.o \ |
| 1307 | control.o \ |
| 1308 | cursor.o \ |
| 1309 | data.o \ |
| 1310 | dataobj.o \ |
| 1311 | dc.o \ |
| 1312 | dcclient.o \ |
| 1313 | dcmemory.o \ |
| 1314 | dcscreen.o \ |
| 1315 | dialog.o \ |
| 1316 | filedlg.o \ |
| 1317 | font.o \ |
| 1318 | frame.o \ |
| 1319 | gauge.o \ |
| 1320 | gdiobj.o \ |
| 1321 | gsockmot.o \ |
| 1322 | icon.o \ |
| 1323 | listbox.o \ |
| 1324 | main.o \ |
| 1325 | mdi.o \ |
| 1326 | menu.o \ |
| 1327 | menuitem.o \ |
| 1328 | minifram.o \ |
| 1329 | msgdlg.o \ |
| 1330 | palette.o \ |
| 1331 | pen.o \ |
| 1332 | radiobox.o \ |
| 1333 | radiobut.o \ |
| 1334 | region.o \ |
| 1335 | scrolbar.o \ |
| 1336 | settings.o \ |
| 1337 | slider.o \ |
| 1338 | spinbutt.o \ |
| 1339 | statbmp.o \ |
| 1340 | statbox.o \ |
| 1341 | stattext.o \ |
| 1342 | textctrl.o \ |
| 1343 | timer.o \ |
| 1344 | toolbar.o \ |
| 1345 | utils.o \ |
| 1346 | window.o |
| 1347 | |
| 1348 | MOTIF_GUIDEPS = \ |
| 1349 | xmcombo.d \ |
| 1350 | accel.d \ |
| 1351 | app.d \ |
| 1352 | bitmap.d \ |
| 1353 | bmpbuttn.d \ |
| 1354 | brush.d \ |
| 1355 | button.d \ |
| 1356 | checkbox.d \ |
| 1357 | checklst.d \ |
| 1358 | choice.d \ |
| 1359 | clipbrd.d \ |
| 1360 | colour.d \ |
| 1361 | combobox.d \ |
| 1362 | control.d \ |
| 1363 | cursor.d \ |
| 1364 | data.d \ |
| 1365 | dataobj.d \ |
| 1366 | dc.d \ |
| 1367 | dcclient.d \ |
| 1368 | dcmemory.d \ |
| 1369 | dcscreen.d \ |
| 1370 | dialog.d \ |
| 1371 | filedlg.d \ |
| 1372 | font.d \ |
| 1373 | frame.d \ |
| 1374 | gauge.d \ |
| 1375 | gdiobj.d \ |
| 1376 | gsockmot.d \ |
| 1377 | icon.d \ |
| 1378 | listbox.d \ |
| 1379 | main.d \ |
| 1380 | mdi.d \ |
| 1381 | menu.d \ |
| 1382 | menuitem.d \ |
| 1383 | minifram.d \ |
| 1384 | msgdlg.d \ |
| 1385 | palette.d \ |
| 1386 | pen.d \ |
| 1387 | radiobox.d \ |
| 1388 | radiobut.d \ |
| 1389 | region.d \ |
| 1390 | scrolbar.d \ |
| 1391 | settings.d \ |
| 1392 | slider.d \ |
| 1393 | spinbutt.d \ |
| 1394 | statbmp.d \ |
| 1395 | statbox.d \ |
| 1396 | stattext.d \ |
| 1397 | textctrl.d \ |
| 1398 | timer.d \ |
| 1399 | toolbar.d \ |
| 1400 | utils.d \ |
| 1401 | window.d |
| 1402 | |
| 1403 | MSW_GENERICOBJS = \ |
| 1404 | busyinfo.o \ |
| 1405 | choicdgg.o \ |
| 1406 | dirdlgg.o \ |
| 1407 | grid.o \ |
| 1408 | laywin.o \ |
| 1409 | logg.o \ |
| 1410 | numdlgg.o \ |
| 1411 | panelg.o \ |
| 1412 | progdlgg.o \ |
| 1413 | prop.o \ |
| 1414 | propform.o \ |
| 1415 | proplist.o \ |
| 1416 | sashwin.o \ |
| 1417 | scrolwin.o \ |
| 1418 | splitter.o \ |
| 1419 | statusbr.o \ |
| 1420 | tbarsmpl.o \ |
| 1421 | textdlgg.o \ |
| 1422 | tipdlg.o \ |
| 1423 | wizard.o |
| 1424 | |
| 1425 | MSW_GENERICDEPS = \ |
| 1426 | busyinfo.d \ |
| 1427 | choicdgg.d \ |
| 1428 | dirdlgg.d \ |
| 1429 | grid.d \ |
| 1430 | laywin.d \ |
| 1431 | logg.d \ |
| 1432 | numdlgg.d \ |
| 1433 | panelg.d \ |
| 1434 | progdlgg.d \ |
| 1435 | prop.d \ |
| 1436 | propform.d \ |
| 1437 | proplist.d \ |
| 1438 | sashwin.d \ |
| 1439 | scrolwin.d \ |
| 1440 | splitter.d \ |
| 1441 | statusbr.d \ |
| 1442 | tbarsmpl.d \ |
| 1443 | textdlgg.d \ |
| 1444 | tipdlg.d \ |
| 1445 | wizard.d |
| 1446 | |
| 1447 | MSW_COMMONOBJS = \ |
| 1448 | parser.o \ |
| 1449 | appcmn.o \ |
| 1450 | choiccmn.o \ |
| 1451 | clipcmn.o \ |
| 1452 | cmndata.o \ |
| 1453 | config.o \ |
| 1454 | ctrlcmn.o \ |
| 1455 | ctrlsub.o \ |
| 1456 | date.o \ |
| 1457 | datetime.o \ |
| 1458 | datstrm.o \ |
| 1459 | db.o \ |
| 1460 | dbtable.o \ |
| 1461 | dcbase.o \ |
| 1462 | dlgcmn.o \ |
| 1463 | dobjcmn.o \ |
| 1464 | docmdi.o \ |
| 1465 | docview.o \ |
| 1466 | dynarray.o \ |
| 1467 | dynlib.o \ |
| 1468 | event.o \ |
| 1469 | extended.o \ |
| 1470 | ffile.o \ |
| 1471 | file.o \ |
| 1472 | fileconf.o \ |
| 1473 | filefn.o \ |
| 1474 | filesys.o \ |
| 1475 | fontcmn.o \ |
| 1476 | fontmap.o \ |
| 1477 | framecmn.o \ |
| 1478 | fs_inet.o \ |
| 1479 | fs_zip.o \ |
| 1480 | ftp.o \ |
| 1481 | gdicmn.o \ |
| 1482 | gifdecod.o \ |
| 1483 | hash.o \ |
| 1484 | helpbase.o \ |
| 1485 | http.o \ |
| 1486 | imagall.o \ |
| 1487 | imagbmp.o \ |
| 1488 | image.o \ |
| 1489 | imaggif.o \ |
| 1490 | imagjpeg.o \ |
| 1491 | imagpcx.o \ |
| 1492 | imagpng.o \ |
| 1493 | imagpnm.o \ |
| 1494 | imagtiff.o \ |
| 1495 | intl.o \ |
| 1496 | ipcbase.o \ |
| 1497 | layout.o \ |
| 1498 | lboxcmn.o \ |
| 1499 | list.o \ |
| 1500 | log.o \ |
| 1501 | longlong.o \ |
| 1502 | memory.o \ |
| 1503 | menucmn.o \ |
| 1504 | mimetype.o \ |
| 1505 | module.o \ |
| 1506 | mstream.o \ |
| 1507 | object.o \ |
| 1508 | objstrm.o \ |
| 1509 | odbc.o \ |
| 1510 | paper.o \ |
| 1511 | prntbase.o \ |
| 1512 | process.o \ |
| 1513 | protocol.o \ |
| 1514 | resource.o \ |
| 1515 | sckaddr.o \ |
| 1516 | sckfile.o \ |
| 1517 | sckipc.o \ |
| 1518 | sckstrm.o \ |
| 1519 | serbase.o \ |
| 1520 | sizer.o \ |
| 1521 | socket.o \ |
| 1522 | strconv.o \ |
| 1523 | stream.o \ |
| 1524 | string.o \ |
| 1525 | tbarbase.o \ |
| 1526 | textcmn.o \ |
| 1527 | textfile.o \ |
| 1528 | time.o \ |
| 1529 | timercmn.o \ |
| 1530 | tokenzr.o \ |
| 1531 | txtstrm.o \ |
| 1532 | unzip.o \ |
| 1533 | url.o \ |
| 1534 | utilscmn.o \ |
| 1535 | valgen.o \ |
| 1536 | validate.o \ |
| 1537 | valtext.o \ |
| 1538 | variant.o \ |
| 1539 | wfstream.o \ |
| 1540 | wincmn.o \ |
| 1541 | wxchar.o \ |
| 1542 | wxexpr.o \ |
| 1543 | zipstrm.o \ |
| 1544 | zstream.o |
| 1545 | |
| 1546 | MSW_COMMONDEPS = \ |
| 1547 | parser.d \ |
| 1548 | appcmn.d \ |
| 1549 | choiccmn.d \ |
| 1550 | clipcmn.d \ |
| 1551 | cmndata.d \ |
| 1552 | config.d \ |
| 1553 | ctrlcmn.d \ |
| 1554 | ctrlsub.d \ |
| 1555 | date.d \ |
| 1556 | datetime.d \ |
| 1557 | datstrm.d \ |
| 1558 | db.d \ |
| 1559 | dbtable.d \ |
| 1560 | dcbase.d \ |
| 1561 | dlgcmn.d \ |
| 1562 | dobjcmn.d \ |
| 1563 | docmdi.d \ |
| 1564 | docview.d \ |
| 1565 | dynarray.d \ |
| 1566 | dynlib.d \ |
| 1567 | event.d \ |
| 1568 | extended.d \ |
| 1569 | ffile.d \ |
| 1570 | file.d \ |
| 1571 | fileconf.d \ |
| 1572 | filefn.d \ |
| 1573 | filesys.d \ |
| 1574 | fontcmn.d \ |
| 1575 | fontmap.d \ |
| 1576 | framecmn.d \ |
| 1577 | fs_inet.d \ |
| 1578 | fs_zip.d \ |
| 1579 | ftp.d \ |
| 1580 | gdicmn.d \ |
| 1581 | gifdecod.d \ |
| 1582 | hash.d \ |
| 1583 | helpbase.d \ |
| 1584 | http.d \ |
| 1585 | imagall.d \ |
| 1586 | imagbmp.d \ |
| 1587 | image.d \ |
| 1588 | imaggif.d \ |
| 1589 | imagjpeg.d \ |
| 1590 | imagpcx.d \ |
| 1591 | imagpng.d \ |
| 1592 | imagpnm.d \ |
| 1593 | imagtiff.d \ |
| 1594 | intl.d \ |
| 1595 | ipcbase.d \ |
| 1596 | layout.d \ |
| 1597 | lboxcmn.d \ |
| 1598 | list.d \ |
| 1599 | log.d \ |
| 1600 | longlong.d \ |
| 1601 | memory.d \ |
| 1602 | menucmn.d \ |
| 1603 | mimetype.d \ |
| 1604 | module.d \ |
| 1605 | mstream.d \ |
| 1606 | object.d \ |
| 1607 | objstrm.d \ |
| 1608 | odbc.d \ |
| 1609 | paper.d \ |
| 1610 | prntbase.d \ |
| 1611 | process.d \ |
| 1612 | protocol.d \ |
| 1613 | resource.d \ |
| 1614 | sckaddr.d \ |
| 1615 | sckfile.d \ |
| 1616 | sckipc.d \ |
| 1617 | sckstrm.d \ |
| 1618 | serbase.d \ |
| 1619 | sizer.d \ |
| 1620 | socket.d \ |
| 1621 | strconv.d \ |
| 1622 | stream.d \ |
| 1623 | string.d \ |
| 1624 | tbarbase.d \ |
| 1625 | textcmn.d \ |
| 1626 | textfile.d \ |
| 1627 | time.d \ |
| 1628 | timercmn.d \ |
| 1629 | tokenzr.d \ |
| 1630 | txtstrm.d \ |
| 1631 | unzip.d \ |
| 1632 | url.d \ |
| 1633 | utilscmn.d \ |
| 1634 | valgen.d \ |
| 1635 | validate.d \ |
| 1636 | valtext.d \ |
| 1637 | variant.d \ |
| 1638 | wfstream.d \ |
| 1639 | wincmn.d \ |
| 1640 | wxchar.d \ |
| 1641 | wxexpr.d \ |
| 1642 | zipstrm.d \ |
| 1643 | zstream.d |
| 1644 | |
| 1645 | MSW_GUIOBJS = \ |
| 1646 | accel.o \ |
| 1647 | app.o \ |
| 1648 | bitmap.o \ |
| 1649 | bmpbuttn.o \ |
| 1650 | brush.o \ |
| 1651 | button.o \ |
| 1652 | caret.o \ |
| 1653 | checkbox.o \ |
| 1654 | checklst.o \ |
| 1655 | choice.o \ |
| 1656 | clipbrd.o \ |
| 1657 | colordlg.o \ |
| 1658 | colour.o \ |
| 1659 | combobox.o \ |
| 1660 | control.o \ |
| 1661 | curico.o \ |
| 1662 | cursor.o \ |
| 1663 | data.o \ |
| 1664 | dc.o \ |
| 1665 | dcclient.o \ |
| 1666 | dcmemory.o \ |
| 1667 | dcprint.o \ |
| 1668 | dcscreen.o \ |
| 1669 | dde.o \ |
| 1670 | dialog.o \ |
| 1671 | dialup.o \ |
| 1672 | dib.o \ |
| 1673 | dibutils.o \ |
| 1674 | dir.o \ |
| 1675 | dragimag.o \ |
| 1676 | filedlg.o \ |
| 1677 | font.o \ |
| 1678 | fontdlg.o \ |
| 1679 | fontenum.o \ |
| 1680 | fontutil.o \ |
| 1681 | frame.o \ |
| 1682 | gauge95.o \ |
| 1683 | gdiimage.o \ |
| 1684 | gdiobj.o \ |
| 1685 | gsocket.o \ |
| 1686 | helpwin.o \ |
| 1687 | icon.o \ |
| 1688 | imaglist.o \ |
| 1689 | joystick.o \ |
| 1690 | listbox.o \ |
| 1691 | listctrl.o \ |
| 1692 | main.o \ |
| 1693 | mdi.o \ |
| 1694 | menu.o \ |
| 1695 | menuitem.o \ |
| 1696 | metafile.o \ |
| 1697 | minifram.o \ |
| 1698 | msgdlg.o \ |
| 1699 | nativdlg.o \ |
| 1700 | notebook.o \ |
| 1701 | ownerdrw.o \ |
| 1702 | palette.o \ |
| 1703 | pen.o \ |
| 1704 | penwin.o \ |
| 1705 | printdlg.o \ |
| 1706 | printwin.o \ |
| 1707 | radiobox.o \ |
| 1708 | radiobut.o \ |
| 1709 | regconf.o \ |
| 1710 | region.o \ |
| 1711 | registry.o \ |
| 1712 | scrolbar.o \ |
| 1713 | settings.o \ |
| 1714 | slider95.o \ |
| 1715 | spinbutt.o \ |
| 1716 | spinctrl.o \ |
| 1717 | statbmp.o \ |
| 1718 | statbox.o \ |
| 1719 | statbr95.o \ |
| 1720 | statline.o \ |
| 1721 | stattext.o \ |
| 1722 | tabctrl.o \ |
| 1723 | taskbar.o \ |
| 1724 | tbar95.o \ |
| 1725 | textctrl.o \ |
| 1726 | thread.o \ |
| 1727 | timer.o \ |
| 1728 | tooltip.o \ |
| 1729 | treectrl.o \ |
| 1730 | utils.o \ |
| 1731 | utilsexc.o \ |
| 1732 | wave.o \ |
| 1733 | window.o \ |
| 1734 | xpmhand.o |
| 1735 | |
| 1736 | MSW_GUIDEPS = \ |
| 1737 | accel.d \ |
| 1738 | app.d \ |
| 1739 | bitmap.d \ |
| 1740 | bmpbuttn.d \ |
| 1741 | brush.d \ |
| 1742 | button.d \ |
| 1743 | caret.d \ |
| 1744 | checkbox.d \ |
| 1745 | checklst.d \ |
| 1746 | choice.d \ |
| 1747 | clipbrd.d \ |
| 1748 | colordlg.d \ |
| 1749 | colour.d \ |
| 1750 | combobox.d \ |
| 1751 | control.d \ |
| 1752 | curico.d \ |
| 1753 | cursor.d \ |
| 1754 | data.d \ |
| 1755 | dc.d \ |
| 1756 | dcclient.d \ |
| 1757 | dcmemory.d \ |
| 1758 | dcprint.d \ |
| 1759 | dcscreen.d \ |
| 1760 | dde.d \ |
| 1761 | dialog.d \ |
| 1762 | dialup.d \ |
| 1763 | dib.d \ |
| 1764 | dibutils.d \ |
| 1765 | dir.d \ |
| 1766 | dragimag.d \ |
| 1767 | filedlg.d \ |
| 1768 | font.d \ |
| 1769 | fontdlg.d \ |
| 1770 | fontenum.d \ |
| 1771 | fontutil.d \ |
| 1772 | frame.d \ |
| 1773 | gauge95.d \ |
| 1774 | gdiimage.d \ |
| 1775 | gdiobj.d \ |
| 1776 | gsocket.d \ |
| 1777 | helpwin.d \ |
| 1778 | icon.d \ |
| 1779 | imaglist.d \ |
| 1780 | joystick.d \ |
| 1781 | listbox.d \ |
| 1782 | listctrl.d \ |
| 1783 | main.d \ |
| 1784 | mdi.d \ |
| 1785 | menu.d \ |
| 1786 | menuitem.d \ |
| 1787 | metafile.d \ |
| 1788 | minifram.d \ |
| 1789 | msgdlg.d \ |
| 1790 | nativdlg.d \ |
| 1791 | notebook.d \ |
| 1792 | ownerdrw.d \ |
| 1793 | palette.d \ |
| 1794 | pen.d \ |
| 1795 | penwin.d \ |
| 1796 | printdlg.d \ |
| 1797 | printwin.d \ |
| 1798 | radiobox.d \ |
| 1799 | radiobut.d \ |
| 1800 | regconf.d \ |
| 1801 | region.d \ |
| 1802 | registry.d \ |
| 1803 | scrolbar.d \ |
| 1804 | settings.d \ |
| 1805 | slider95.d \ |
| 1806 | spinbutt.d \ |
| 1807 | spinctrl.d \ |
| 1808 | statbmp.d \ |
| 1809 | statbox.d \ |
| 1810 | statbr95.d \ |
| 1811 | statline.d \ |
| 1812 | stattext.d \ |
| 1813 | tabctrl.d \ |
| 1814 | taskbar.d \ |
| 1815 | tbar95.d \ |
| 1816 | textctrl.d \ |
| 1817 | thread.d \ |
| 1818 | timer.d \ |
| 1819 | tooltip.d \ |
| 1820 | treectrl.d \ |
| 1821 | utils.d \ |
| 1822 | utilsexc.d \ |
| 1823 | wave.d \ |
| 1824 | window.d \ |
| 1825 | xpmhand.d |
| 1826 | |
| 1827 | BASE_OBJS = \ |
| 1828 | init.o \ |
| 1829 | appcmn.o \ |
| 1830 | config.o \ |
| 1831 | date.o \ |
| 1832 | datetime.o \ |
| 1833 | dynarray.o \ |
| 1834 | dynlib.o \ |
| 1835 | event.o \ |
| 1836 | extended.o \ |
| 1837 | ffile.o \ |
| 1838 | file.o \ |
| 1839 | fileconf.o \ |
| 1840 | filefn.o \ |
| 1841 | filesys.o \ |
| 1842 | hash.o \ |
| 1843 | intl.o \ |
| 1844 | list.o \ |
| 1845 | log.o \ |
| 1846 | longlong.o \ |
| 1847 | mimetype.o \ |
| 1848 | module.o \ |
| 1849 | object.o \ |
| 1850 | process.o \ |
| 1851 | strconv.o \ |
| 1852 | stream.o \ |
| 1853 | string.o \ |
| 1854 | textfile.o \ |
| 1855 | time.o \ |
| 1856 | timercmn.o \ |
| 1857 | tokenzr.o \ |
| 1858 | txtstrm.o \ |
| 1859 | utilscmn.o \ |
| 1860 | variant.o \ |
| 1861 | wxchar.o \ |
| 1862 | dir.o \ |
| 1863 | threadpsx.o \ |
| 1864 | utilsunx.o |
| 1865 | |
| 1866 | BASE_DEPS = \ |
| 1867 | init.d \ |
| 1868 | appcmn.d \ |
| 1869 | config.d \ |
| 1870 | date.d \ |
| 1871 | datetime.d \ |
| 1872 | dynarray.d \ |
| 1873 | dynlib.d \ |
| 1874 | event.d \ |
| 1875 | extended.d \ |
| 1876 | ffile.d \ |
| 1877 | file.d \ |
| 1878 | fileconf.d \ |
| 1879 | filefn.d \ |
| 1880 | filesys.d \ |
| 1881 | hash.d \ |
| 1882 | intl.d \ |
| 1883 | list.d \ |
| 1884 | log.d \ |
| 1885 | longlong.d \ |
| 1886 | mimetype.d \ |
| 1887 | module.d \ |
| 1888 | object.d \ |
| 1889 | process.d \ |
| 1890 | strconv.d \ |
| 1891 | stream.d \ |
| 1892 | string.d \ |
| 1893 | textfile.d \ |
| 1894 | time.d \ |
| 1895 | timercmn.d \ |
| 1896 | tokenzr.d \ |
| 1897 | txtstrm.d \ |
| 1898 | utilscmn.d \ |
| 1899 | variant.d \ |
| 1900 | wxchar.d \ |
| 1901 | dir.d \ |
| 1902 | threadpsx.d \ |
| 1903 | utilsunx.d |
| 1904 | |
| 1905 | HTMLOBJS = \ |
| 1906 | helpctrl.o \ |
| 1907 | helpdata.o \ |
| 1908 | helpfrm.o \ |
| 1909 | htmlcell.o \ |
| 1910 | htmlfilt.o \ |
| 1911 | htmlpars.o \ |
| 1912 | htmltag.o \ |
| 1913 | htmlwin.o \ |
| 1914 | htmprint.o \ |
| 1915 | m_fonts.o \ |
| 1916 | m_hline.o \ |
| 1917 | m_image.o \ |
| 1918 | m_layout.o \ |
| 1919 | m_links.o \ |
| 1920 | m_list.o \ |
| 1921 | m_pre.o \ |
| 1922 | m_tables.o \ |
| 1923 | winpars.o |
| 1924 | |
| 1925 | HTMLDEPS = \ |
| 1926 | helpctrl.d \ |
| 1927 | helpdata.d \ |
| 1928 | helpfrm.d \ |
| 1929 | htmlcell.d \ |
| 1930 | htmlfilt.d \ |
| 1931 | htmlpars.d \ |
| 1932 | htmltag.d \ |
| 1933 | htmlwin.d \ |
| 1934 | htmprint.d \ |
| 1935 | m_fonts.d \ |
| 1936 | m_hline.d \ |
| 1937 | m_image.d \ |
| 1938 | m_layout.d \ |
| 1939 | m_links.d \ |
| 1940 | m_list.d \ |
| 1941 | m_pre.d \ |
| 1942 | m_tables.d \ |
| 1943 | winpars.d |
| 1944 | |
| 1945 | UNIX_OBJS = \ |
| 1946 | dialup.o \ |
| 1947 | dir.o \ |
| 1948 | fontenum.o \ |
| 1949 | fontutil.o \ |
| 1950 | gsocket.o \ |
| 1951 | threadpsx.o \ |
| 1952 | utilsunx.o |
| 1953 | |
| 1954 | UNIX_DEPS = \ |
| 1955 | dialup.d \ |
| 1956 | dir.d \ |
| 1957 | fontenum.d \ |
| 1958 | fontutil.d \ |
| 1959 | gsocket.d \ |
| 1960 | threadpsx.d \ |
| 1961 | utilsunx.d |
| 1962 | |
| 1963 | ZLIBOBJS = \ |
| 1964 | adler32.o \ |
| 1965 | compress.o \ |
| 1966 | crc32.o \ |
| 1967 | gzio.o \ |
| 1968 | uncompr.o \ |
| 1969 | deflate.o \ |
| 1970 | trees.o \ |
| 1971 | zutil.o \ |
| 1972 | inflate.o \ |
| 1973 | infblock.o \ |
| 1974 | inftrees.o \ |
| 1975 | infcodes.o \ |
| 1976 | infutil.o \ |
| 1977 | inffast.o |
| 1978 | |
| 1979 | PNGOBJS = \ |
| 1980 | png.o \ |
| 1981 | pngread.o \ |
| 1982 | pngrtran.o \ |
| 1983 | pngrutil.o \ |
| 1984 | pngpread.o \ |
| 1985 | pngtrans.o \ |
| 1986 | pngwrite.o \ |
| 1987 | pngwtran.o \ |
| 1988 | pngwutil.o \ |
| 1989 | pngerror.o \ |
| 1990 | pngmem.o \ |
| 1991 | pngwio.o \ |
| 1992 | pngrio.o \ |
| 1993 | pngget.o \ |
| 1994 | pngset.o |
| 1995 | |
| 1996 | |
| 1997 | JPEGOBJS = \ |
| 1998 | jcomapi.o \ |
| 1999 | jutils.o \ |
| 2000 | jerror.o \ |
| 2001 | jmemmgr.o \ |
| 2002 | jmemnobs.o \ |
| 2003 | jcapimin.o \ |
| 2004 | jcapistd.o \ |
| 2005 | jctrans.o \ |
| 2006 | jcparam.o \ |
| 2007 | jdatadst.o \ |
| 2008 | jcinit.o \ |
| 2009 | jcmaster.o \ |
| 2010 | jcmarker.o \ |
| 2011 | jcmainct.o \ |
| 2012 | jcprepct.o \ |
| 2013 | jccoefct.o \ |
| 2014 | jccolor.o \ |
| 2015 | jcsample.o \ |
| 2016 | jchuff.o \ |
| 2017 | jcphuff.o \ |
| 2018 | jcdctmgr.o \ |
| 2019 | jfdctfst.o \ |
| 2020 | jfdctflt.o \ |
| 2021 | jfdctint.o \ |
| 2022 | jdapimin.o \ |
| 2023 | jdapistd.o \ |
| 2024 | jdtrans.o \ |
| 2025 | jdatasrc.o \ |
| 2026 | jdmaster.o \ |
| 2027 | jdinput.o \ |
| 2028 | jdmarker.o \ |
| 2029 | jdhuff.o \ |
| 2030 | jdphuff.o \ |
| 2031 | jdmainct.o \ |
| 2032 | jdcoefct.o \ |
| 2033 | jdpostct.o \ |
| 2034 | jddctmgr.o \ |
| 2035 | jidctfst.o \ |
| 2036 | jidctflt.o \ |
| 2037 | jidctint.o \ |
| 2038 | jidctred.o \ |
| 2039 | jdsample.o \ |
| 2040 | jdcolor.o \ |
| 2041 | jquant1.o \ |
| 2042 | jquant2.o \ |
| 2043 | jdmerge.o |
| 2044 | |
| 2045 | TIFFOBJS = \ |
| 2046 | tif_aux.o \ |
| 2047 | tif_close.o \ |
| 2048 | tif_codec.o \ |
| 2049 | tif_compress.o \ |
| 2050 | tif_dir.o \ |
| 2051 | tif_dirinfo.o \ |
| 2052 | tif_dirread.o \ |
| 2053 | tif_dirwrite.o \ |
| 2054 | tif_dumpmode.o \ |
| 2055 | tif_error.o \ |
| 2056 | tif_fax3.o \ |
| 2057 | tif_fax3sm.o \ |
| 2058 | tif_getimage.o \ |
| 2059 | tif_jpeg.o \ |
| 2060 | tif_flush.o \ |
| 2061 | tif_lzw.o \ |
| 2062 | tif_luv.o \ |
| 2063 | tif_next.o \ |
| 2064 | tif_open.o \ |
| 2065 | tif_packbits.o \ |
| 2066 | tif_pixarlog.o \ |
| 2067 | tif_predict.o \ |
| 2068 | tif_print.o \ |
| 2069 | tif_read.o \ |
| 2070 | tif_swab.o \ |
| 2071 | tif_strip.o \ |
| 2072 | tif_thunder.o \ |
| 2073 | tif_tile.o \ |
| 2074 | tif_unix.o \ |
| 2075 | tif_version.o \ |
| 2076 | tif_warning.o \ |
| 2077 | tif_write.o \ |
| 2078 | tif_zip.o |
| 2079 | |
| 2080 | IODBC_OBJS = \ |
| 2081 | catalog.o \ |
| 2082 | connect.o \ |
| 2083 | dlf.o \ |
| 2084 | dlproc.o \ |
| 2085 | execute.o \ |
| 2086 | fetch.o \ |
| 2087 | hdbc.o \ |
| 2088 | henv.o \ |
| 2089 | herr.o \ |
| 2090 | hstmt.o \ |
| 2091 | info.o \ |
| 2092 | itrace.o \ |
| 2093 | misc.o \ |
| 2094 | prepare.o \ |
| 2095 | result.o |
| 2096 | |
| 2097 | GUIOBJS = @GUIOBJS@ |
| 2098 | GUIDEPS = @GUIDEPS@ |
| 2099 | GUIHEADERS = @GUIHEADERS@ |
| 2100 | COMMONOBJS = @COMMONOBJS@ |
| 2101 | COMMONDEPS = @COMMONDEPS@ |
| 2102 | GENERICOBJS = @GENERICOBJS@ |
| 2103 | GENERICDEPS = @GENERICDEPS@ |
| 2104 | UNIXOBJS = @UNIXOBJS@ |
| 2105 | UNIXDEPS = @UNIXDEPS@ |
| 2106 | IODBCOBJS = @IODBCOBJS@ |
| 2107 | |
| 2108 | OBJECTS = @ALL_OBJECTS@ |
| 2109 | |
| 2110 | DEPFILES = @ALL_DEPFILES@ |
| 2111 | |
| 2112 | HEADERS = @ALL_HEADERS@ |
| 2113 | |
| 2114 | BURNT_LIBRARY_NAME = @BURNT_LIBRARY_NAME@ |
| 2115 | |
| 2116 | all: @WX_ALL@ |
| 2117 | |
| 2118 | @WX_LIBRARY_NAME_STATIC@: $(OBJECTS) |
| 2119 | @$(INSTALL) -d ./lib |
| 2120 | $(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS) |
| 2121 | $(RANLIB) ./lib/$@ |
| 2122 | |
| 2123 | @WX_LIBRARY_NAME_SHARED@: $(OBJECTS) |
| 2124 | @$(INSTALL) -d ./lib |
| 2125 | $(SHARED_LD) ./lib/$@ $(BURNT_LIBRARY_NAME) $(OBJECTS) $(EXTRALIBS) |
| 2126 | |
| 2127 | CREATE_LINKS: @WX_LIBRARY_NAME_SHARED@ |
| 2128 | @$(RM) ./lib/@WX_LIBRARY_LINK1@ |
| 2129 | @$(RM) ./lib/@WX_LIBRARY_LINK2@ |
| 2130 | @$(RM) ./lib/@WX_LIBRARY_LINK3@ |
| 2131 | $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@ |
| 2132 | $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@ |
| 2133 | $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@ |
| 2134 | |
| 2135 | CREATE_INSTALLED_LINKS: $(libdir)/@WX_LIBRARY_NAME_SHARED@ |
| 2136 | $(RM) $(libdir)/@WX_LIBRARY_LINK1@ |
| 2137 | $(RM) $(libdir)/@WX_LIBRARY_LINK2@ |
| 2138 | $(RM) $(libdir)/@WX_LIBRARY_LINK3@ |
| 2139 | $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK1@ |
| 2140 | $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK2@ |
| 2141 | $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK3@ |
| 2142 | |
| 2143 | $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h |
| 2144 | |
| 2145 | parser.o: parser.c lexer.c |
| 2146 | $(CCLEX) -c $(CFLAGS) $(PICFLAGS) -o $@ parser.c |
| 2147 | |
| 2148 | parser.c: $(COMMDIR)/parser.y lexer.c |
| 2149 | $(YACC) $(COMMDIR)/parser.y |
| 2150 | @sed -e "s;$(COMMDIR)/y.tab.c;parser.y;g" < y.tab.c | \ |
| 2151 | sed -e "s/BUFSIZ/5000/g" | \ |
| 2152 | sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \ |
| 2153 | sed -e "s/yy/PROIO_yy/g" | \ |
| 2154 | sed -e "s/input/PROIO_input/g" | \ |
| 2155 | sed -e "s/unput/PROIO_unput/g" > parser.c |
| 2156 | @$(RM) y.tab.c |
| 2157 | |
| 2158 | lexer.c: $(COMMDIR)/lexer.l |
| 2159 | $(LEX) $(COMMDIR)/lexer.l |
| 2160 | @sed -e "s;$(COMMDIR)/lex.yy.c;lexer.l;g" < lex.yy.c | \ |
| 2161 | sed -e "s/yy/PROIO_yy/g" | \ |
| 2162 | sed -e "s/input/PROIO_input/g" | \ |
| 2163 | sed -e "s/unput/PROIO_unput/g" > lexer.c |
| 2164 | @$(RM) lex.yy.c |
| 2165 | |
| 2166 | -include $(DEPFILES) |
| 2167 | |
| 2168 | preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config |
| 2169 | @echo " " |
| 2170 | @echo " Installing wxWindows..." |
| 2171 | @echo " " |
| 2172 | |
| 2173 | $(INSTALL) -d $(prefix) |
| 2174 | $(INSTALL) -d $(bindir) |
| 2175 | $(INSTALL) -d $(libdir) |
| 2176 | $(INSTALL) -d $(datadir) |
| 2177 | |
| 2178 | $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config |
| 2179 | $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@ |
| 2180 | |
| 2181 | $(INSTALL) -d $(libdir)/wx |
| 2182 | $(INSTALL) -d $(libdir)/wx/include |
| 2183 | $(INSTALL) -d $(libdir)/wx/include/wx |
| 2184 | $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@ |
| 2185 | $(INSTALL_DATA) $(top_builddir)/include/wx/@TOOLKIT_DIR@/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h |
| 2186 | |
| 2187 | $(INSTALL) -d $(datadir)/wx |
| 2188 | $(INSTALL) -d $(datadir)/wx/afm |
| 2189 | $(INSTALL) -d $(datadir)/wx/gs_afm |
| 2190 | $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm |
| 2191 | $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm |
| 2192 | |
| 2193 | $(INSTALL) -d $(includedir)/wx |
| 2194 | $(INSTALL) -d $(includedir)/wx/msw |
| 2195 | $(INSTALL) -d $(includedir)/wx/gtk |
| 2196 | $(INSTALL) -d $(includedir)/wx/motif |
| 2197 | $(INSTALL) -d $(includedir)/wx/html |
| 2198 | $(INSTALL) -d $(includedir)/wx/protocol |
| 2199 | $(INSTALL) -d $(includedir)/wx/unix |
| 2200 | $(INSTALL) -d $(includedir)/wx/generic |
| 2201 | @list='$(HEADERS)'; for p in $$list; do \ |
| 2202 | $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \ |
| 2203 | echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \ |
| 2204 | done |
| 2205 | |
| 2206 | write_message: |
| 2207 | @echo " " |
| 2208 | @echo " The installation of wxWindows is finished. On certain" |
| 2209 | @echo " platforms (e.g. Linux) you'll now have to run ldconfig" |
| 2210 | @echo " if you installed a shared library." |
| 2211 | @echo " " |
| 2212 | @echo " wxWindows comes with no guarantees and doesn't claim" |
| 2213 | @echo " to be suitable for any purpose." |
| 2214 | @echo " " |
| 2215 | @echo " Read the wxWindows Licence on licencing conditions." |
| 2216 | @echo " " |
| 2217 | |
| 2218 | install: preinstall @WX_ALL_INSTALLED@ write_message |
| 2219 | |
| 2220 | uninstall: |
| 2221 | @echo " " |
| 2222 | @echo " Uninstalling wxWindows..." |
| 2223 | @echo " " |
| 2224 | @echo " Removing library..." |
| 2225 | @$(RM) $(libdir)/@WX_TARGET_LIBRARY@ |
| 2226 | @$(RM) $(libdir)/@WX_LIBRARY_LINK1@ |
| 2227 | @$(RM) $(libdir)/@WX_LIBRARY_LINK2@ |
| 2228 | @$(RM) $(libdir)/@WX_LIBRARY_LINK3@ |
| 2229 | @echo " Removing helper files..." |
| 2230 | @$(RM) $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h |
| 2231 | @$(RM) $(bindir)/wx-config |
| 2232 | @$(RM) $(datadir)/wx/afm/* |
| 2233 | @$(RM) $(datadir)/wx/gs_afm/* |
| 2234 | @rmdir $(datadir)/wx/gs_afm |
| 2235 | @rmdir $(datadir)/wx/afm |
| 2236 | @rmdir $(datadir)/wx |
| 2237 | @echo " Removing headers..." |
| 2238 | @list='$(HEADERS)'; for p in $$list; do \ |
| 2239 | $(RM) $(includedir)/wx/$$p; \ |
| 2240 | done |
| 2241 | @echo " Removing directories..." |
| 2242 | @if test -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@; then rmdir $(libdir)/wx/include/wx/@TOOLKIT_DIR@; fi |
| 2243 | @if test -d $(libdir)/wx/include/wx; then rmdir $(libdir)/wx/include/wx; fi |
| 2244 | @if test -d $(libdir)/wx/include; then rmdir $(libdir)/wx/include; fi |
| 2245 | @if test -d $(libdir)/wx; then rmdir $(libdir)/wx; fi |
| 2246 | @if test -d $(includedir)/wx/gtk; then rmdir $(includedir)/wx/gtk; fi |
| 2247 | @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/motif; fi |
| 2248 | @if test -d $(includedir)/wx/msw; then rmdir $(includedir)/wx/msw; fi |
| 2249 | @if test -d $(includedir)/wx/html; then rmdir $(includedir)/wx/html; fi |
| 2250 | @if test -d $(includedir)/wx/unix; then rmdir $(includedir)/wx/unix; fi |
| 2251 | @if test -d $(includedir)/wx/generic; then rmdir $(includedir)/wx/generic; fi |
| 2252 | @if test -d $(includedir)/wx/protocol; then rmdir $(includedir)/wx/protocol; fi |
| 2253 | @if test -d $(includedir)/wx; then rmdir $(includedir)/wx; fi |
| 2254 | |
| 2255 | ALL_DIST: |
| 2256 | mkdir _dist_dir |
| 2257 | mkdir $(DISTDIR) |
| 2258 | cp $(WXDIR)/wx$(TOOLKIT).spec $(DISTDIR) |
| 2259 | cp $(WXDIR)/configure.in $(DISTDIR) |
| 2260 | cp $(WXDIR)/configure $(DISTDIR) |
| 2261 | cp $(WXDIR)/config.sub $(DISTDIR) |
| 2262 | cp $(WXDIR)/config.guess $(DISTDIR) |
| 2263 | cp $(WXDIR)/install-sh $(DISTDIR) |
| 2264 | cp $(WXDIR)/mkinstalldirs $(DISTDIR) |
| 2265 | cp $(WXDIR)/wx-config.in $(DISTDIR) |
| 2266 | cp $(WXDIR)/setup.h.in $(DISTDIR) |
| 2267 | cp $(WXDIR)/Makefile.in $(DISTDIR) |
| 2268 | cp $(DOCDIR)/lgpl.txt $(DISTDIR)/COPYING.LIB |
| 2269 | cp $(DOCDIR)/licence.txt $(DISTDIR)/LICENCE.txt |
| 2270 | cp $(DOCDIR)/symbols.txt $(DISTDIR)/SYMBOLS.txt |
| 2271 | cp $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt |
| 2272 | cp $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES.txt |
| 2273 | cp $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README.txt |
| 2274 | cp $(DOCDIR)/$(TOOLKITDIR)/todo.txt $(DISTDIR)/TODO.txt |
| 2275 | mkdir $(DISTDIR)/include |
| 2276 | mkdir $(DISTDIR)/include/wx |
| 2277 | mkdir $(DISTDIR)/include/wx/$(TOOLKITDIR) |
| 2278 | mkdir $(DISTDIR)/include/wx/generic |
| 2279 | mkdir $(DISTDIR)/include/wx/html |
| 2280 | mkdir $(DISTDIR)/include/wx/unix |
| 2281 | mkdir $(DISTDIR)/include/wx/protocol |
| 2282 | cp $(INCDIR)/wx/*.h $(DISTDIR)/include/wx |
| 2283 | cp $(INCDIR)/wx/*.cpp $(DISTDIR)/include/wx |
| 2284 | cp $(INCDIR)/wx/generic/*.h $(DISTDIR)/include/wx/generic |
| 2285 | cp $(INCDIR)/wx/generic/*.xpm $(DISTDIR)/include/wx/generic |
| 2286 | cp $(INCDIR)/wx/html/*.h $(DISTDIR)/include/wx/html |
| 2287 | cp $(INCDIR)/wx/unix/*.h $(DISTDIR)/include/wx/unix |
| 2288 | cp $(INCDIR)/wx/protocol/*.h $(DISTDIR)/include/wx/protocol |
| 2289 | mkdir $(DISTDIR)/src |
| 2290 | mkdir $(DISTDIR)/src/common |
| 2291 | mkdir $(DISTDIR)/src/generic |
| 2292 | mkdir $(DISTDIR)/src/html |
| 2293 | mkdir $(DISTDIR)/src/html/bitmaps |
| 2294 | mkdir $(DISTDIR)/src/$(TOOLKITDIR) |
| 2295 | mkdir $(DISTDIR)/src/unix |
| 2296 | mkdir $(DISTDIR)/src/png |
| 2297 | mkdir $(DISTDIR)/src/jpeg |
| 2298 | mkdir $(DISTDIR)/src/tiff |
| 2299 | mkdir $(DISTDIR)/src/zlib |
| 2300 | mkdir $(DISTDIR)/src/iodbc |
| 2301 | cp $(SRCDIR)/*.in $(DISTDIR)/src |
| 2302 | cp $(COMMDIR)/*.cpp $(DISTDIR)/src/common |
| 2303 | cp $(COMMDIR)/*.c $(DISTDIR)/src/common |
| 2304 | cp $(COMMDIR)/*.inc $(DISTDIR)/src/common |
| 2305 | cp $(COMMDIR)/*.l $(DISTDIR)/src/common |
| 2306 | cp $(COMMDIR)/*.h $(DISTDIR)/src/common |
| 2307 | cp $(COMMDIR)/*.y $(DISTDIR)/src/common |
| 2308 | cp $(GENDIR)/*.cpp $(DISTDIR)/src/generic |
| 2309 | cp $(HTMLDIR)/*.cpp $(DISTDIR)/src/html |
| 2310 | cp $(HTMLDIR)/bitmaps/*.xpm $(DISTDIR)/src/html/bitmaps |
| 2311 | cp $(UNIXDIR)/*.c $(DISTDIR)/src/unix |
| 2312 | cp $(UNIXDIR)/*.cpp $(DISTDIR)/src/unix |
| 2313 | cp $(PNGDIR)/*.h $(DISTDIR)/src/png |
| 2314 | cp $(PNGDIR)/*.c $(DISTDIR)/src/png |
| 2315 | cp $(PNGDIR)/README $(DISTDIR)/src/png |
| 2316 | cp $(ZLIBDIR)/*.h $(DISTDIR)/src/zlib |
| 2317 | cp $(ZLIBDIR)/*.c $(DISTDIR)/src/zlib |
| 2318 | cp $(ZLIBDIR)/README $(DISTDIR)/src/zlib |
| 2319 | cp $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg |
| 2320 | cp $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg |
| 2321 | cp $(JPEGDIR)/README $(DISTDIR)/src/jpeg |
| 2322 | cp $(TIFFDIR)/*.h $(DISTDIR)/src/tiff |
| 2323 | cp $(TIFFDIR)/*.c $(DISTDIR)/src/tiff |
| 2324 | cp $(TIFFDIR)/README $(DISTDIR)/src/tiff |
| 2325 | cp $(ODBCDIR)/*.h $(DISTDIR)/src/iodbc |
| 2326 | cp $(ODBCDIR)/*.c $(DISTDIR)/src/iodbc |
| 2327 | cp $(ODBCDIR)/*.ci $(DISTDIR)/src/iodbc |
| 2328 | cp $(ODBCDIR)/*.exp $(DISTDIR)/src/iodbc |
| 2329 | cp $(ODBCDIR)/README $(DISTDIR)/src/iodbc |
| 2330 | cp $(ODBCDIR)/NEWS $(DISTDIR)/src/iodbc |
| 2331 | cp $(ODBCDIR)/Changes.log $(DISTDIR)/src/iodbc |
| 2332 | |
| 2333 | GTK_DIST: |
| 2334 | cp $(WXDIR)/wxGTK.spec $(DISTDIR) |
| 2335 | cp $(INCDIR)/wx/gtk/*.h $(DISTDIR)/include/wx/gtk |
| 2336 | cp $(INCDIR)/wx/gtk/*.xpm $(DISTDIR)/include/wx/gtk |
| 2337 | cp $(GTKDIR)/*.cpp $(DISTDIR)/src/gtk |
| 2338 | cp $(GTKDIR)/*.c $(DISTDIR)/src/gtk |
| 2339 | cp $(GTKDIR)/*.xbm $(DISTDIR)/src/gtk |
| 2340 | |
| 2341 | MOTIF_DIST: |
| 2342 | cp $(WXDIR)/wxMOTIF.spec $(DISTDIR) |
| 2343 | cp $(INCDIR)/wx/motif/*.h $(DISTDIR)/include/wx/motif |
| 2344 | cp $(MOTIFDIR)/*.cpp $(DISTDIR)/src/motif |
| 2345 | cp $(MOTIFDIR)/*.xbm $(DISTDIR)/src/motif |
| 2346 | mkdir $(DISTDIR)/src/motif/xmcombo |
| 2347 | cp $(MOTIFDIR)/xmcombo/*.c $(DISTDIR)/src/motif/xmcombo |
| 2348 | cp $(MOTIFDIR)/xmcombo/*.h $(DISTDIR)/src/motif/xmcombo |
| 2349 | cp $(MOTIFDIR)/xmcombo/copying.txt $(DISTDIR)/src/motif/xmcombo |
| 2350 | |
| 2351 | MSW_DIST: |
| 2352 | cp $(WXDIR)/wxWINE.spec $(DISTDIR) |
| 2353 | cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw |
| 2354 | cp $(INCDIR)/wx/msw/*.cur $(DISTDIR)/include/wx/msw |
| 2355 | cp $(INCDIR)/wx/msw/*.ico $(DISTDIR)/include/wx/msw |
| 2356 | cp $(INCDIR)/wx/msw/*.bmp $(DISTDIR)/include/wx/msw |
| 2357 | cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw |
| 2358 | cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw |
| 2359 | cp $(MSWDIR)/*.c $(DISTDIR)/src/msw |
| 2360 | cp $(MSWDIR)/*.def $(DISTDIR)/src/msw |
| 2361 | mkdir $(DISTDIR)/src/msw/ole |
| 2362 | cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole |
| 2363 | |
| 2364 | SAMPLES_DIST: |
| 2365 | mkdir $(DISTDIR)/samples |
| 2366 | cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples |
| 2367 | |
| 2368 | mkdir $(DISTDIR)/samples/bombs |
| 2369 | cp $(SAMPDIR)/bombs/Makefile.in $(DISTDIR)/samples/bombs |
| 2370 | cp $(SAMPDIR)/bombs/makefile.unx $(DISTDIR)/samples/bombs |
| 2371 | cp $(SAMPDIR)/bombs/*.cpp $(DISTDIR)/samples/bombs |
| 2372 | cp $(SAMPDIR)/bombs/*.h $(DISTDIR)/samples/bombs |
| 2373 | cp $(SAMPDIR)/bombs/*.xpm $(DISTDIR)/samples/bombs |
| 2374 | cp $(SAMPDIR)/bombs/readme.txt $(DISTDIR)/samples/bombs |
| 2375 | |
| 2376 | mkdir $(DISTDIR)/samples/caret |
| 2377 | cp $(SAMPDIR)/caret/Makefile.in $(DISTDIR)/samples/caret |
| 2378 | cp $(SAMPDIR)/caret/makefile.unx $(DISTDIR)/samples/caret |
| 2379 | cp $(SAMPDIR)/caret/*.cpp $(DISTDIR)/samples/caret |
| 2380 | cp $(SAMPDIR)/caret/*.xpm $(DISTDIR)/samples/caret |
| 2381 | |
| 2382 | mkdir $(DISTDIR)/samples/config |
| 2383 | cp $(SAMPDIR)/config/Makefile.in $(DISTDIR)/samples/config |
| 2384 | cp $(SAMPDIR)/config/makefile.unx $(DISTDIR)/samples/config |
| 2385 | cp $(SAMPDIR)/config/*.cpp $(DISTDIR)/samples/config |
| 2386 | |
| 2387 | mkdir $(DISTDIR)/samples/controls |
| 2388 | mkdir $(DISTDIR)/samples/controls/icons |
| 2389 | cp $(SAMPDIR)/controls/Makefile.in $(DISTDIR)/samples/controls |
| 2390 | cp $(SAMPDIR)/controls/makefile.unx $(DISTDIR)/samples/controls |
| 2391 | cp $(SAMPDIR)/controls/*.cpp $(DISTDIR)/samples/controls |
| 2392 | cp $(SAMPDIR)/controls/*.xpm $(DISTDIR)/samples/controls |
| 2393 | cp $(SAMPDIR)/controls/icons/*.??? $(DISTDIR)/samples/controls/icons |
| 2394 | |
| 2395 | mkdir $(DISTDIR)/samples/checklst |
| 2396 | cp $(SAMPDIR)/checklst/Makefile.in $(DISTDIR)/samples/checklst |
| 2397 | cp $(SAMPDIR)/checklst/makefile.unx $(DISTDIR)/samples/checklst |
| 2398 | cp $(SAMPDIR)/checklst/*.cpp $(DISTDIR)/samples/checklst |
| 2399 | cp $(SAMPDIR)/checklst/*.xpm $(DISTDIR)/samples/checklst |
| 2400 | |
| 2401 | mkdir $(DISTDIR)/samples/printing |
| 2402 | cp $(SAMPDIR)/printing/Makefile.in $(DISTDIR)/samples/printing |
| 2403 | cp $(SAMPDIR)/printing/makefile.unx $(DISTDIR)/samples/printing |
| 2404 | cp $(SAMPDIR)/printing/*.cpp $(DISTDIR)/samples/printing |
| 2405 | cp $(SAMPDIR)/printing/*.h $(DISTDIR)/samples/printing |
| 2406 | cp $(SAMPDIR)/printing/*.xpm $(DISTDIR)/samples/printing |
| 2407 | cp $(SAMPDIR)/printing/*.xbm $(DISTDIR)/samples/printing |
| 2408 | |
| 2409 | mkdir $(DISTDIR)/samples/db |
| 2410 | cp $(SAMPDIR)/db/Makefile.in $(DISTDIR)/samples/db |
| 2411 | cp $(SAMPDIR)/db/makefile.unx $(DISTDIR)/samples/db |
| 2412 | cp $(SAMPDIR)/db/*.cpp $(DISTDIR)/samples/db |
| 2413 | cp $(SAMPDIR)/db/*.h $(DISTDIR)/samples/db |
| 2414 | cp $(SAMPDIR)/db/*.xpm $(DISTDIR)/samples/db |
| 2415 | |
| 2416 | mkdir $(DISTDIR)/samples/dialogs |
| 2417 | cp $(SAMPDIR)/dialogs/Makefile.in $(DISTDIR)/samples/dialogs |
| 2418 | cp $(SAMPDIR)/dialogs/makefile.unx $(DISTDIR)/samples/dialogs |
| 2419 | cp $(SAMPDIR)/dialogs/*.cpp $(DISTDIR)/samples/dialogs |
| 2420 | cp $(SAMPDIR)/dialogs/*.h $(DISTDIR)/samples/dialogs |
| 2421 | cp $(SAMPDIR)/dialogs/*.txt $(DISTDIR)/samples/dialogs |
| 2422 | |
| 2423 | mkdir $(DISTDIR)/samples/dnd |
| 2424 | cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd |
| 2425 | cp $(SAMPDIR)/dnd/makefile.unx $(DISTDIR)/samples/dnd |
| 2426 | cp $(SAMPDIR)/dnd/*.wxr $(DISTDIR)/samples/dnd |
| 2427 | cp $(SAMPDIR)/dnd/*.cpp $(DISTDIR)/samples/dnd |
| 2428 | cp $(SAMPDIR)/dnd/*.xpm $(DISTDIR)/samples/dnd |
| 2429 | cp $(SAMPDIR)/dnd/*.txt $(DISTDIR)/samples/dnd |
| 2430 | cp $(SAMPDIR)/dnd/*.png $(DISTDIR)/samples/dnd |
| 2431 | |
| 2432 | mkdir $(DISTDIR)/samples/docview |
| 2433 | cp $(SAMPDIR)/docview/Makefile.in $(DISTDIR)/samples/docview |
| 2434 | cp $(SAMPDIR)/docview/makefile.unx $(DISTDIR)/samples/docview |
| 2435 | cp $(SAMPDIR)/docview/*.cpp $(DISTDIR)/samples/docview |
| 2436 | cp $(SAMPDIR)/docview/*.h $(DISTDIR)/samples/docview |
| 2437 | cp $(SAMPDIR)/docview/*.xpm $(DISTDIR)/samples/docview |
| 2438 | |
| 2439 | mkdir $(DISTDIR)/samples/docvwmdi |
| 2440 | cp $(SAMPDIR)/docvwmdi/Makefile.in $(DISTDIR)/samples/docvwmdi |
| 2441 | cp $(SAMPDIR)/docvwmdi/makefile.unx $(DISTDIR)/samples/docvwmdi |
| 2442 | cp $(SAMPDIR)/docvwmdi/*.cpp $(DISTDIR)/samples/docvwmdi |
| 2443 | cp $(SAMPDIR)/docvwmdi/*.h $(DISTDIR)/samples/docvwmdi |
| 2444 | |
| 2445 | mkdir $(DISTDIR)/samples/drawing |
| 2446 | cp $(SAMPDIR)/drawing/Makefile.in $(DISTDIR)/samples/drawing |
| 2447 | cp $(SAMPDIR)/drawing/makefile.unx $(DISTDIR)/samples/drawing |
| 2448 | cp $(SAMPDIR)/drawing/*.cpp $(DISTDIR)/samples/drawing |
| 2449 | cp $(SAMPDIR)/drawing/*.xpm $(DISTDIR)/samples/drawing |
| 2450 | |
| 2451 | mkdir $(DISTDIR)/samples/dynamic |
| 2452 | cp $(SAMPDIR)/dynamic/Makefile.in $(DISTDIR)/samples/dynamic |
| 2453 | cp $(SAMPDIR)/dynamic/makefile.unx $(DISTDIR)/samples/dynamic |
| 2454 | cp $(SAMPDIR)/dynamic/*.cpp $(DISTDIR)/samples/dynamic |
| 2455 | cp $(SAMPDIR)/dynamic/*.xpm $(DISTDIR)/samples/dynamic |
| 2456 | |
| 2457 | mkdir $(DISTDIR)/samples/forty |
| 2458 | cp $(SAMPDIR)/forty/Makefile.in $(DISTDIR)/samples/forty |
| 2459 | cp $(SAMPDIR)/forty/makefile.unx $(DISTDIR)/samples/forty |
| 2460 | cp $(SAMPDIR)/forty/*.h $(DISTDIR)/samples/forty |
| 2461 | cp $(SAMPDIR)/forty/*.cpp $(DISTDIR)/samples/forty |
| 2462 | cp $(SAMPDIR)/forty/*.xpm $(DISTDIR)/samples/forty |
| 2463 | cp $(SAMPDIR)/forty/*.xbm $(DISTDIR)/samples/forty |
| 2464 | |
| 2465 | mkdir $(DISTDIR)/samples/fractal |
| 2466 | cp $(SAMPDIR)/fractal/Makefile.in $(DISTDIR)/samples/fractal |
| 2467 | cp $(SAMPDIR)/fractal/makefile.unx $(DISTDIR)/samples/fractal |
| 2468 | cp $(SAMPDIR)/fractal/*.cpp $(DISTDIR)/samples/fractal |
| 2469 | |
| 2470 | mkdir $(DISTDIR)/samples/help |
| 2471 | mkdir $(DISTDIR)/samples/help/doc |
| 2472 | cp $(SAMPDIR)/help/Makefile.in $(DISTDIR)/samples/help |
| 2473 | cp $(SAMPDIR)/help/makefile.unx $(DISTDIR)/samples/help |
| 2474 | cp $(SAMPDIR)/help/*.cpp $(DISTDIR)/samples/help |
| 2475 | cp $(SAMPDIR)/help/*.xpm $(DISTDIR)/samples/help |
| 2476 | cp $(SAMPDIR)/help/doc/*.* $(DISTDIR)/samples/help/doc |
| 2477 | |
| 2478 | mkdir $(DISTDIR)/samples/html |
| 2479 | cp $(SAMPDIR)/html/Makefile.in $(DISTDIR)/samples/html |
| 2480 | mkdir $(DISTDIR)/samples/html/about |
| 2481 | cp $(SAMPDIR)/html/about/Makefile.in $(DISTDIR)/samples/html/about |
| 2482 | cp $(SAMPDIR)/html/about/*.cpp $(DISTDIR)/samples/html/about |
| 2483 | mkdir $(DISTDIR)/samples/html/about/data |
| 2484 | cp $(SAMPDIR)/html/about/data/*.htm $(DISTDIR)/samples/html/about/data |
| 2485 | cp $(SAMPDIR)/html/about/data/*.png $(DISTDIR)/samples/html/about/data |
| 2486 | mkdir $(DISTDIR)/samples/html/help |
| 2487 | cp $(SAMPDIR)/html/help/Makefile.in $(DISTDIR)/samples/html/help |
| 2488 | cp $(SAMPDIR)/html/help/*.cpp $(DISTDIR)/samples/html/help |
| 2489 | mkdir $(DISTDIR)/samples/html/help/helpfiles |
| 2490 | cp $(SAMPDIR)/html/help/helpfiles/*.??? $(DISTDIR)/samples/html/help/helpfiles |
| 2491 | mkdir $(DISTDIR)/samples/html/helpview |
| 2492 | cp $(SAMPDIR)/html/helpview/Makefile.in $(DISTDIR)/samples/html/helpview |
| 2493 | cp $(SAMPDIR)/html/helpview/*.cpp $(DISTDIR)/samples/html/helpview |
| 2494 | cp $(SAMPDIR)/html/helpview/*.zip $(DISTDIR)/samples/html/helpview |
| 2495 | mkdir $(DISTDIR)/samples/html/printing |
| 2496 | cp $(SAMPDIR)/html/printing/Makefile.in $(DISTDIR)/samples/html/printing |
| 2497 | cp $(SAMPDIR)/html/printing/*.cpp $(DISTDIR)/samples/html/printing |
| 2498 | cp $(SAMPDIR)/html/printing/*.htm $(DISTDIR)/samples/html/printing |
| 2499 | mkdir $(DISTDIR)/samples/html/test |
| 2500 | cp $(SAMPDIR)/html/test/Makefile.in $(DISTDIR)/samples/html/test |
| 2501 | cp $(SAMPDIR)/html/test/*.cpp $(DISTDIR)/samples/html/test |
| 2502 | cp $(SAMPDIR)/html/test/*.bmp $(DISTDIR)/samples/html/test |
| 2503 | cp $(SAMPDIR)/html/test/*.png $(DISTDIR)/samples/html/test |
| 2504 | cp $(SAMPDIR)/html/test/*.htm $(DISTDIR)/samples/html/test |
| 2505 | cp $(SAMPDIR)/html/test/*.html $(DISTDIR)/samples/html/test |
| 2506 | mkdir $(DISTDIR)/samples/html/virtual |
| 2507 | cp $(SAMPDIR)/html/virtual/Makefile.in $(DISTDIR)/samples/html/virtual |
| 2508 | cp $(SAMPDIR)/html/virtual/*.cpp $(DISTDIR)/samples/html/virtual |
| 2509 | cp $(SAMPDIR)/html/virtual/*.htm $(DISTDIR)/samples/html/virtual |
| 2510 | mkdir $(DISTDIR)/samples/html/widget |
| 2511 | cp $(SAMPDIR)/html/widget/Makefile.in $(DISTDIR)/samples/html/widget |
| 2512 | cp $(SAMPDIR)/html/widget/*.cpp $(DISTDIR)/samples/html/widget |
| 2513 | cp $(SAMPDIR)/html/widget/*.htm $(DISTDIR)/samples/html/widget |
| 2514 | mkdir $(DISTDIR)/samples/html/zip |
| 2515 | cp $(SAMPDIR)/html/zip/Makefile.in $(DISTDIR)/samples/html/zip |
| 2516 | cp $(SAMPDIR)/html/zip/*.cpp $(DISTDIR)/samples/html/zip |
| 2517 | cp $(SAMPDIR)/html/zip/*.htm $(DISTDIR)/samples/html/zip |
| 2518 | cp $(SAMPDIR)/html/zip/*.zip $(DISTDIR)/samples/html/zip |
| 2519 | |
| 2520 | mkdir $(DISTDIR)/samples/image |
| 2521 | cp $(SAMPDIR)/image/Makefile.in $(DISTDIR)/samples/image |
| 2522 | cp $(SAMPDIR)/image/makefile.unx $(DISTDIR)/samples/image |
| 2523 | cp $(SAMPDIR)/image/*.cpp $(DISTDIR)/samples/image |
| 2524 | cp $(SAMPDIR)/image/horse.* $(DISTDIR)/samples/image |
| 2525 | |
| 2526 | mkdir $(DISTDIR)/samples/internat |
| 2527 | mkdir $(DISTDIR)/samples/internat/de |
| 2528 | mkdir $(DISTDIR)/samples/internat/fr |
| 2529 | cp $(SAMPDIR)/internat/Makefile.in $(DISTDIR)/samples/internat |
| 2530 | cp $(SAMPDIR)/internat/makefile.unx $(DISTDIR)/samples/internat |
| 2531 | cp $(SAMPDIR)/internat/*.cpp $(DISTDIR)/samples/internat |
| 2532 | cp $(SAMPDIR)/internat/*.xpm $(DISTDIR)/samples/internat |
| 2533 | cp $(SAMPDIR)/internat/*.txt $(DISTDIR)/samples/internat |
| 2534 | cp $(SAMPDIR)/internat/*.po $(DISTDIR)/samples/internat |
| 2535 | cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr |
| 2536 | cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de |
| 2537 | cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr |
| 2538 | cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de |
| 2539 | |
| 2540 | mkdir $(DISTDIR)/samples/layout |
| 2541 | cp $(SAMPDIR)/layout/Makefile.in $(DISTDIR)/samples/layout |
| 2542 | cp $(SAMPDIR)/layout/makefile.unx $(DISTDIR)/samples/layout |
| 2543 | cp $(SAMPDIR)/layout/*.cpp $(DISTDIR)/samples/layout |
| 2544 | cp $(SAMPDIR)/layout/*.h $(DISTDIR)/samples/layout |
| 2545 | |
| 2546 | mkdir $(DISTDIR)/samples/listctrl |
| 2547 | mkdir $(DISTDIR)/samples/listctrl/bitmaps |
| 2548 | cp $(SAMPDIR)/listctrl/Makefile.in $(DISTDIR)/samples/listctrl |
| 2549 | cp $(SAMPDIR)/listctrl/makefile.unx $(DISTDIR)/samples/listctrl |
| 2550 | cp $(SAMPDIR)/listctrl/*.cpp $(DISTDIR)/samples/listctrl |
| 2551 | cp $(SAMPDIR)/listctrl/*.h $(DISTDIR)/samples/listctrl |
| 2552 | cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl |
| 2553 | cp $(SAMPDIR)/listctrl/bitmaps/*.xpm $(DISTDIR)/samples/listctrl/bitmaps |
| 2554 | |
| 2555 | mkdir $(DISTDIR)/samples/mdi |
| 2556 | mkdir $(DISTDIR)/samples/mdi/bitmaps |
| 2557 | cp $(SAMPDIR)/mdi/Makefile.in $(DISTDIR)/samples/mdi |
| 2558 | cp $(SAMPDIR)/mdi/makefile.unx $(DISTDIR)/samples/mdi |
| 2559 | cp $(SAMPDIR)/mdi/*.cpp $(DISTDIR)/samples/mdi |
| 2560 | cp $(SAMPDIR)/mdi/*.h $(DISTDIR)/samples/mdi |
| 2561 | cp $(SAMPDIR)/mdi/*.xpm $(DISTDIR)/samples/mdi |
| 2562 | cp $(SAMPDIR)/mdi/bitmaps/*.xpm $(DISTDIR)/samples/mdi/bitmaps |
| 2563 | |
| 2564 | mkdir $(DISTDIR)/samples/memcheck |
| 2565 | cp $(SAMPDIR)/memcheck/Makefile.in $(DISTDIR)/samples/memcheck |
| 2566 | cp $(SAMPDIR)/memcheck/makefile.unx $(DISTDIR)/samples/memcheck |
| 2567 | cp $(SAMPDIR)/memcheck/*.cpp $(DISTDIR)/samples/memcheck |
| 2568 | cp $(SAMPDIR)/memcheck/*.xpm $(DISTDIR)/samples/memcheck |
| 2569 | |
| 2570 | mkdir $(DISTDIR)/samples/menu |
| 2571 | cp $(SAMPDIR)/menu/Makefile.in $(DISTDIR)/samples/menu |
| 2572 | cp $(SAMPDIR)/menu/makefile.unx $(DISTDIR)/samples/menu |
| 2573 | cp $(SAMPDIR)/menu/*.cpp $(DISTDIR)/samples/menu |
| 2574 | |
| 2575 | mkdir $(DISTDIR)/samples/minifram |
| 2576 | mkdir $(DISTDIR)/samples/minifram/bitmaps |
| 2577 | cp $(SAMPDIR)/minifram/Makefile.in $(DISTDIR)/samples/minifram |
| 2578 | cp $(SAMPDIR)/minifram/makefile.unx $(DISTDIR)/samples/minifram |
| 2579 | cp $(SAMPDIR)/minifram/*.cpp $(DISTDIR)/samples/minifram |
| 2580 | cp $(SAMPDIR)/minifram/*.h $(DISTDIR)/samples/minifram |
| 2581 | cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram |
| 2582 | cp $(SAMPDIR)/minifram/bitmaps/*.xpm $(DISTDIR)/samples/minifram/bitmaps |
| 2583 | |
| 2584 | mkdir $(DISTDIR)/samples/minimal |
| 2585 | cp $(SAMPDIR)/minimal/Makefile.in $(DISTDIR)/samples/minimal |
| 2586 | cp $(SAMPDIR)/minimal/makefile.unx $(DISTDIR)/samples/minimal |
| 2587 | cp $(SAMPDIR)/minimal/*.cpp $(DISTDIR)/samples/minimal |
| 2588 | cp $(SAMPDIR)/minimal/*.xpm $(DISTDIR)/samples/minimal |
| 2589 | |
| 2590 | mkdir $(DISTDIR)/samples/nettest |
| 2591 | cp $(SAMPDIR)/nettest/Makefile.in $(DISTDIR)/samples/nettest |
| 2592 | cp $(SAMPDIR)/nettest/*.cpp $(DISTDIR)/samples/nettest |
| 2593 | |
| 2594 | mkdir $(DISTDIR)/samples/newgrid |
| 2595 | cp $(SAMPDIR)/newgrid/Makefile.in $(DISTDIR)/samples/newgrid |
| 2596 | cp $(SAMPDIR)/newgrid/*.cpp $(DISTDIR)/samples/newgrid |
| 2597 | cp $(SAMPDIR)/newgrid/*.h $(DISTDIR)/samples/newgrid |
| 2598 | |
| 2599 | mkdir $(DISTDIR)/samples/notebook |
| 2600 | cp $(SAMPDIR)/notebook/Makefile.in $(DISTDIR)/samples/notebook |
| 2601 | cp $(SAMPDIR)/notebook/*.cpp $(DISTDIR)/samples/notebook |
| 2602 | cp $(SAMPDIR)/notebook/*.h $(DISTDIR)/samples/notebook |
| 2603 | |
| 2604 | mkdir $(DISTDIR)/samples/png |
| 2605 | cp $(SAMPDIR)/png/Makefile.in $(DISTDIR)/samples/png |
| 2606 | cp $(SAMPDIR)/png/*.cpp $(DISTDIR)/samples/png |
| 2607 | cp $(SAMPDIR)/png/*.h $(DISTDIR)/samples/png |
| 2608 | cp $(SAMPDIR)/png/*.png $(DISTDIR)/samples/png |
| 2609 | |
| 2610 | mkdir $(DISTDIR)/samples/resource |
| 2611 | cp $(SAMPDIR)/resource/Makefile.in $(DISTDIR)/samples/resource |
| 2612 | cp $(SAMPDIR)/resource/*.cpp $(DISTDIR)/samples/resource |
| 2613 | cp $(SAMPDIR)/resource/*.h $(DISTDIR)/samples/resource |
| 2614 | cp $(SAMPDIR)/resource/*.wxr $(DISTDIR)/samples/resource |
| 2615 | |
| 2616 | mkdir $(DISTDIR)/samples/richedit |
| 2617 | cp $(SAMPDIR)/richedit/Makefile.in $(DISTDIR)/samples/richedit |
| 2618 | cp $(SAMPDIR)/richedit/*.cpp $(DISTDIR)/samples/richedit |
| 2619 | cp $(SAMPDIR)/richedit/*.h $(DISTDIR)/samples/richedit |
| 2620 | cp $(SAMPDIR)/richedit/*.xpm $(DISTDIR)/samples/richedit |
| 2621 | cp $(SAMPDIR)/richedit/README $(DISTDIR)/samples/richedit |
| 2622 | cp $(SAMPDIR)/richedit/TODO $(DISTDIR)/samples/richedit |
| 2623 | mkdir $(DISTDIR)/samples/proplist |
| 2624 | cp $(SAMPDIR)/proplist/Makefile.in $(DISTDIR)/samples/proplist |
| 2625 | cp $(SAMPDIR)/proplist/*.cpp $(DISTDIR)/samples/proplist |
| 2626 | cp $(SAMPDIR)/proplist/*.h $(DISTDIR)/samples/proplist |
| 2627 | mkdir $(DISTDIR)/samples/propsize |
| 2628 | cp $(SAMPDIR)/propsize/Makefile.in $(DISTDIR)/samples/propsize |
| 2629 | cp $(SAMPDIR)/propsize/*.cpp $(DISTDIR)/samples/propsize |
| 2630 | cp $(SAMPDIR)/propsize/*.xpm $(DISTDIR)/samples/propsize |
| 2631 | mkdir $(DISTDIR)/samples/sashtest |
| 2632 | cp $(SAMPDIR)/sashtest/Makefile.in $(DISTDIR)/samples/sashtest |
| 2633 | cp $(SAMPDIR)/sashtest/*.cpp $(DISTDIR)/samples/sashtest |
| 2634 | cp $(SAMPDIR)/sashtest/*.h $(DISTDIR)/samples/sashtest |
| 2635 | mkdir $(DISTDIR)/samples/scroll |
| 2636 | cp $(SAMPDIR)/scroll/Makefile.in $(DISTDIR)/samples/scroll |
| 2637 | cp $(SAMPDIR)/scroll/*.cpp $(DISTDIR)/samples/scroll |
| 2638 | mkdir $(DISTDIR)/samples/scrollsub |
| 2639 | cp $(SAMPDIR)/scrollsub/Makefile.in $(DISTDIR)/samples/scrollsub |
| 2640 | cp $(SAMPDIR)/scrollsub/*.cpp $(DISTDIR)/samples/scrollsub |
| 2641 | mkdir $(DISTDIR)/samples/splitter |
| 2642 | cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter |
| 2643 | cp $(SAMPDIR)/splitter/*.cpp $(DISTDIR)/samples/splitter |
| 2644 | mkdir $(DISTDIR)/samples/text |
| 2645 | cp $(SAMPDIR)/text/Makefile.in $(DISTDIR)/samples/text |
| 2646 | cp $(SAMPDIR)/text/*.cpp $(DISTDIR)/samples/text |
| 2647 | cp $(SAMPDIR)/text/*.xpm $(DISTDIR)/samples/text |
| 2648 | mkdir $(DISTDIR)/samples/thread |
| 2649 | cp $(SAMPDIR)/thread/Makefile.in $(DISTDIR)/samples/thread |
| 2650 | cp $(SAMPDIR)/thread/*.cpp $(DISTDIR)/samples/thread |
| 2651 | mkdir $(DISTDIR)/samples/toolbar |
| 2652 | cp $(SAMPDIR)/toolbar/Makefile.in $(DISTDIR)/samples/toolbar |
| 2653 | cp $(SAMPDIR)/toolbar/*.cpp $(DISTDIR)/samples/toolbar |
| 2654 | cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar |
| 2655 | mkdir $(DISTDIR)/samples/toolbar/bitmaps |
| 2656 | cp $(SAMPDIR)/toolbar/bitmaps/*.xpm $(DISTDIR)/samples/toolbar/bitmaps |
| 2657 | mkdir $(DISTDIR)/samples/treectrl |
| 2658 | cp $(SAMPDIR)/treectrl/Makefile.in $(DISTDIR)/samples/treectrl |
| 2659 | cp $(SAMPDIR)/treectrl/*.cpp $(DISTDIR)/samples/treectrl |
| 2660 | cp $(SAMPDIR)/treectrl/*.h $(DISTDIR)/samples/treectrl |
| 2661 | cp $(SAMPDIR)/treectrl/*.xpm $(DISTDIR)/samples/treectrl |
| 2662 | mkdir $(DISTDIR)/samples/typetest |
| 2663 | cp $(SAMPDIR)/typetest/Makefile.in $(DISTDIR)/samples/typetest |
| 2664 | cp $(SAMPDIR)/typetest/*.cpp $(DISTDIR)/samples/typetest |
| 2665 | cp $(SAMPDIR)/typetest/*.h $(DISTDIR)/samples/typetest |
| 2666 | cp $(SAMPDIR)/typetest/*.xpm $(DISTDIR)/samples/typetest |
| 2667 | mkdir $(DISTDIR)/samples/validate |
| 2668 | cp $(SAMPDIR)/validate/Makefile.in $(DISTDIR)/samples/validate |
| 2669 | cp $(SAMPDIR)/validate/*.cpp $(DISTDIR)/samples/validate |
| 2670 | cp $(SAMPDIR)/validate/*.h $(DISTDIR)/samples/validate |
| 2671 | cp $(SAMPDIR)/validate/*.xpm $(DISTDIR)/samples/validate |
| 2672 | mkdir $(DISTDIR)/samples/wizard |
| 2673 | cp $(SAMPDIR)/wizard/Makefile.in $(DISTDIR)/samples/wizard |
| 2674 | cp $(SAMPDIR)/wizard/*.cpp $(DISTDIR)/samples/wizard |
| 2675 | cp $(SAMPDIR)/wizard/*.xpm $(DISTDIR)/samples/wizard |
| 2676 | mkdir $(DISTDIR)/samples/wxpoem |
| 2677 | cp $(SAMPDIR)/wxpoem/Makefile.in $(DISTDIR)/samples/wxpoem |
| 2678 | cp $(SAMPDIR)/wxpoem/*.cpp $(DISTDIR)/samples/wxpoem |
| 2679 | cp $(SAMPDIR)/wxpoem/*.xpm $(DISTDIR)/samples/wxpoem |
| 2680 | cp $(SAMPDIR)/wxpoem/*.dat $(DISTDIR)/samples/wxpoem |
| 2681 | cp $(SAMPDIR)/wxpoem/*.txt $(DISTDIR)/samples/wxpoem |
| 2682 | mkdir $(DISTDIR)/samples/wxsocket |
| 2683 | cp $(SAMPDIR)/wxsocket/Makefile.in $(DISTDIR)/samples/wxsocket |
| 2684 | cp $(SAMPDIR)/wxsocket/*.cpp $(DISTDIR)/samples/wxsocket |
| 2685 | cp $(SAMPDIR)/wxsocket/*.xpm $(DISTDIR)/samples/wxsocket |
| 2686 | |
| 2687 | UTILS_DIST: |
| 2688 | mkdir $(DISTDIR)/utils |
| 2689 | cp $(UTILSDIR)/Makefile.in $(DISTDIR)/utils |
| 2690 | |
| 2691 | mkdir $(DISTDIR)/utils/wxMMedia2 |
| 2692 | mkdir $(DISTDIR)/utils/wxMMedia2/lib |
| 2693 | mkdir $(DISTDIR)/utils/wxMMedia2/sample |
| 2694 | cp $(UTILSDIR)/wxMMedia2/Makefile.in $(DISTDIR)/utils/wxMMedia2 |
| 2695 | cp $(UTILSDIR)/wxMMedia2/lib/Makefile.in $(DISTDIR)/utils/wxMMedia2/lib |
| 2696 | cp $(UTILSDIR)/wxMMedia2/lib/*.h $(DISTDIR)/utils/wxMMedia2/lib |
| 2697 | cp $(UTILSDIR)/wxMMedia2/lib/*.cpp $(DISTDIR)/utils/wxMMedia2/lib |
| 2698 | cp $(UTILSDIR)/wxMMedia2/lib/*.def $(DISTDIR)/utils/wxMMedia2/lib |
| 2699 | cp $(UTILSDIR)/wxMMedia2/sample/Makefile.in $(DISTDIR)/utils/wxMMedia2/sample |
| 2700 | cp $(UTILSDIR)/wxMMedia2/sample/*.cpp $(DISTDIR)/utils/wxMMedia2/sample |
| 2701 | |
| 2702 | mkdir $(DISTDIR)/utils/glcanvas |
| 2703 | mkdir $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR) |
| 2704 | cp $(UTILSDIR)/glcanvas/Makefile.in $(DISTDIR)/utils/glcanvas |
| 2705 | cp $(UTILSDIR)/glcanvas/docs/notes.txt $(DISTDIR)/utils/glcanvas/NOTES.txt |
| 2706 | cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/Makefile.in $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR) |
| 2707 | cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.h $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR) |
| 2708 | cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.cpp $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR) |
| 2709 | |
| 2710 | mkdir $(DISTDIR)/utils/ogl |
| 2711 | mkdir $(DISTDIR)/utils/ogl/src |
| 2712 | cp $(UTILSDIR)/ogl/Makefile.in $(DISTDIR)/utils/ogl |
| 2713 | cp $(UTILSDIR)/ogl/src/Makefile.in $(DISTDIR)/utils/ogl/src |
| 2714 | cp $(UTILSDIR)/ogl/src/*.h $(DISTDIR)/utils/ogl/src |
| 2715 | cp $(UTILSDIR)/ogl/src/*.cpp $(DISTDIR)/utils/ogl/src |
| 2716 | |
| 2717 | MISC_DIST: |
| 2718 | mkdir $(DISTDIR)/misc |
| 2719 | mkdir $(DISTDIR)/misc/afm |
| 2720 | cp $(MISCDIR)/afm/*.afm $(DISTDIR)/misc/afm |
| 2721 | mkdir $(DISTDIR)/misc/gs_afm |
| 2722 | cp $(MISCDIR)/gs_afm/*.afm $(DISTDIR)/misc/gs_afm |
| 2723 | |
| 2724 | dist: ALL_DIST @GUIDIST@ SAMPLES_DIST UTILS_DIST MISC_DIST |
| 2725 | cd _dist_dir; tar ch wx$(TOOLKIT) | gzip -f9 > $(WXARCHIVE); mv $(WXARCHIVE) .. |
| 2726 | mv _dist_dir/wx$(TOOLKIT)/samples _dist_dir/wx$(TOOLKIT)/wxSamples |
| 2727 | cd _dist_dir/wx$(TOOLKIT); tar ch wxSamples | gzip -f9 > $(WXSAMPLES); mv $(WXSAMPLES) ../.. |
| 2728 | $(RM) -r _dist_dir |
| 2729 | |
| 2730 | clean: |
| 2731 | $(RM) *.o |
| 2732 | $(RM) *.d |
| 2733 | $(RM) parser.c |
| 2734 | $(RM) lexer.c |
| 2735 | $(RM) ./lib/* |
| 2736 | |
| 2737 | cleanall: clean |