source: trunk/Makefile.kmk@ 360

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
7DEPTH = .
8SUB_DEPTH = .
9include $(PATH_KBUILD)/subheader.kmk
10
11ifdef SDK_glib2_FROM_NOM
12 SUBDIRS = glib
13endif
14
15
16#
17# Include the sub-makefiles.
18#
19include gc6.8/Makefile.kmk
20include idl-compiler/Makefile.kmk
21include nom/Makefile.kmk
22include tests/Makefile.kmk
23
24#
25# Stuff that should be installed for the build to run.
26#
27INSTALLS += instbin
28instbin_TEMPLATE = nombin
29instbin_SOURCES =
30ifdef 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
34endif
35
36
37include $(PATH_KBUILD)/subfooter.kmk
38
Note: See TracBrowser for help on using the repository browser.