21 lines
242 B
Makefile
21 lines
242 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
cdpgedos.c \
|
|
cdpgewin.c \
|
|
cdpla850.c \
|
|
cdppl852.c \
|
|
cdppliso.c \
|
|
cdpplmaz.c \
|
|
cdpru866.c \
|
|
cdprukoi.c \
|
|
cdpruwin.c
|
|
|
|
LIBNAME=codepage
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|