source: trunk/lib/Makefile.kmk@ 22015

Last change on this file since 22015 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

  • Property svn:eol-style set to native
File size: 604 bytes
RevLine 
[21691]1## @file
2# Support libraries
3#
4
5SUB_DEPTH = ..
6include $(KBUILD_PATH)/subheader.kmk
7
[21743]8#
9# Include sub-makefiles.
10#
11include $(PATH_SUB_CURRENT)/unicode/Makefile.kmk
12
[21691]13LIBRARIES += pmwinx wgss50 libconv libuls
14LIBRARIES.profile += kProfile
15
16pmwinx_TOOL = GCC3OMF
17pmwinx_SOURCES = pmwinx.def
18
19wgss50_TOOL = GCC3OMF
20wgss50_SOURCES = wgss50.def
21
22libconv_TOOL = GCC3OMF
23libconv_SOURCES = libconv.def
24
25libuls_TOOL = GCC3OMF
26libuls_SOURCES = libuls.def
27
28kProfile_TOOL = GCC3OMF
29kProfile_SOURCES = kProfile.def
30
31include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.