home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / lib / gprim / comment / Makedefs < prev    next >
Encoding:
Text File  |  1993-01-16  |  245 b   |  16 lines

  1. NAME = comment
  2. INCS = comment.h commentP.h
  3. TARGETS = ${LIB} ${LIBDIR}/libcomment.a
  4.  
  5. SRCS = \
  6.     commentclass.c \
  7.     commentcreate.c \
  8.     commentsave.c \
  9.     commentstream.c
  10.  
  11. OBJS = \
  12.     commentclass.o \
  13.     commentcreate.o \
  14.     commentsave.o \
  15.     commentstream.o
  16.