home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume3 / xgif / part01 / Imakefile < prev    next >
Encoding:
Makefile  |  1989-02-21  |  119 b   |  13 lines

  1. LOCAL_LIBRARIES = $(XLIB)
  2.  
  3. OBJS = \
  4.     xgif.o \
  5.     xgifload.o
  6.  
  7. SRCS = \
  8.     xgif.c \
  9.     xgifload.c
  10.  
  11. ComplexProgramTarget(xgif)
  12.  
  13.