source: trunk/tools/common/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: 471 bytes
Line 
1## @file
2# COMMON library makefile.
3#
4
5SUB_DEPTH = ../..
6include $(KBUILD_PATH)/subheader.kmk
7
8LIBRARIES += common
9common_TEMPLATE = OdinCxx
10
11common_INCS = .
12
13common_SOURCES = \
14 kFileDEF.cpp \
15 kFileLX.cpp \
16 kFilePE.cpp \
17 kFileSDF.cpp \
18 kFileFormatBase.cpp \
19 kFile.cpp \
20 kFileInterfaces.cpp \
21 kAssert.c \
22 kError.cpp
23
24common_LIBS += \
25 $(PATH_STAGE_LIB)/unicode.lib
26
27include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.