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