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

  1. NAME = inst
  2. COMMONNAME = not_used
  3. INCS = inst.h instP.h
  4. TARGETS = ${LIB}
  5. SRCS = \
  6.     instbound.c \
  7.     instsphere.c \
  8.     instclass.c \
  9.     instcreate.c \
  10.     instdraw.c \
  11.     instpick.c \
  12.     instmisc.c \
  13.     inststream.c
  14.  
  15. OBJS = \
  16.     instbound.o \
  17.     instsphere.o \
  18.     instclass.o \
  19.     instcreate.o \
  20.     instdraw.o \
  21.     instpick.o \
  22.     instmisc.o \
  23.     inststream.o
  24.