NAME = comment
INCS = comment.h commentP.h
TARGETS = ${LIB}

SRCS = \
	commentclass.c \
	commentcreate.c \
	commentsave.c \
	commentstream.c

OBJS = \
	commentclass.o \
	commentcreate.o \
	commentsave.o \
	commentstream.o
