18 lines
170 B
Makefile
18 lines
170 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
msgen.c \
|
|
msghu852.c \
|
|
msghucwi.c \
|
|
msghuwin.c \
|
|
msgpt.c \
|
|
|
|
LIBNAME=lang
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|
|
|