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
|
Line | |
---|
1 | ## @file
|
---|
2 | # Support libraries
|
---|
3 | #
|
---|
4 |
|
---|
5 | SUB_DEPTH = ..
|
---|
6 | include $(KBUILD_PATH)/subheader.kmk
|
---|
7 |
|
---|
8 | #
|
---|
9 | # Include sub-makefiles.
|
---|
10 | #
|
---|
11 | include $(PATH_SUB_CURRENT)/unicode/Makefile.kmk
|
---|
12 |
|
---|
13 | LIBRARIES += pmwinx wgss50 libconv libuls
|
---|
14 | LIBRARIES.profile += kProfile
|
---|
15 |
|
---|
16 | pmwinx_TOOL = GCC3OMF
|
---|
17 | pmwinx_SOURCES = pmwinx.def
|
---|
18 |
|
---|
19 | wgss50_TOOL = GCC3OMF
|
---|
20 | wgss50_SOURCES = wgss50.def
|
---|
21 |
|
---|
22 | libconv_TOOL = GCC3OMF
|
---|
23 | libconv_SOURCES = libconv.def
|
---|
24 |
|
---|
25 | libuls_TOOL = GCC3OMF
|
---|
26 | libuls_SOURCES = libuls.def
|
---|
27 |
|
---|
28 | kProfile_TOOL = GCC3OMF
|
---|
29 | kProfile_SOURCES = kProfile.def
|
---|
30 |
|
---|
31 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.