18 lines
170 B
Makefile
18 lines
170 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES= \
|
|
ads1.c \
|
|
adsfunc.c \
|
|
adsmgmnt.c \
|
|
|
|
PRG_SOURCES=\
|
|
ads0.prg \
|
|
|
|
LIBNAME=rddads
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|