|
Last change
on this file since 360 was 326, checked in by cinc, 18 years ago |
|
Portability patches for Windows, Linux, Darwin by Bird.
|
|
File size:
645 bytes
|
| Line | |
|---|
| 1 | # $Id: $
|
|---|
| 2 | ## @file
|
|---|
| 3 | # Top level sub-makefile.
|
|---|
| 4 | #
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 | DEPTH = .
|
|---|
| 8 | SUB_DEPTH = .
|
|---|
| 9 | include $(PATH_KBUILD)/subheader.kmk
|
|---|
| 10 |
|
|---|
| 11 | ifdef SDK_glib2_FROM_NOM
|
|---|
| 12 | SUBDIRS = glib
|
|---|
| 13 | endif
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | #
|
|---|
| 17 | # Include the sub-makefiles.
|
|---|
| 18 | #
|
|---|
| 19 | include gc6.8/Makefile.kmk
|
|---|
| 20 | include idl-compiler/Makefile.kmk
|
|---|
| 21 | include nom/Makefile.kmk
|
|---|
| 22 | include tests/Makefile.kmk
|
|---|
| 23 |
|
|---|
| 24 | #
|
|---|
| 25 | # Stuff that should be installed for the build to run.
|
|---|
| 26 | #
|
|---|
| 27 | INSTALLS += instbin
|
|---|
| 28 | instbin_TEMPLATE = nombin
|
|---|
| 29 | instbin_SOURCES =
|
|---|
| 30 | ifdef SDK_glib2_FROM_SITE
|
|---|
| 31 | instbin_SOURCES.win.x86 = \
|
|---|
| 32 | $(PATH_SDK_glib2)/bin/intl.dll \
|
|---|
| 33 | $(PATH_SDK_glib2)/bin/libglib-2.0-0.dll
|
|---|
| 34 | endif
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 | include $(PATH_KBUILD)/subfooter.kmk
|
|---|
| 38 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.