29 lines
377 B
Makefile
29 lines
377 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
cdpesdos.c \
|
|
cdpeswin.c \
|
|
cdpgedos.c \
|
|
cdpgewin.c \
|
|
cdppl852.c \
|
|
cdppliso.c \
|
|
cdpplmaz.c \
|
|
cdpplwin.c \
|
|
cdppt850.c \
|
|
cdpptiso.c \
|
|
cdpru866.c \
|
|
cdprukoi.c \
|
|
cdpruwin.c \
|
|
cdpsl437.c \
|
|
cdpsl852.c \
|
|
cdpsliso.c \
|
|
cdpslwin.c
|
|
|
|
LIBNAME=codepage
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|