22 lines
192 B
Makefile
22 lines
192 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
date.c \
|
|
dbf.c \
|
|
environ.c \
|
|
gauge.c \
|
|
num.c \
|
|
stack.c \
|
|
status.c \
|
|
time.c \
|
|
|
|
PRG_SOURCES=\
|
|
|
|
LIBNAME=samples
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|