home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xgrasp.zip / IMAKEFIL < prev    next >
Text File  |  1991-07-24  |  424b  |  16 lines

  1. # Imakefile for xgrasp
  2. # @(#)Imakefile    1.1 91/03/04
  3.  
  4. LOCAL_LIBRARIES = $(XLIB)
  5. SYS_LIBRARIES = -lm
  6. SRCS1 = xgrasp.c parser.c exec.c readfiles.c gif.c fades.c usleep.c strdup.c
  7. OBJS1 = xgrasp.o parser.o exec.o readfiles.o gif.o fades.o usleep.o strdup.c
  8.  
  9. SRCS2 = glib.c
  10. OBJS2 = glib.o
  11.  
  12. PROGRAMS = xgrasp glib
  13.  
  14. ComplexProgramTarget_1(xgrasp,$(LOCAL_LIBRARIES),)
  15. ComplexProgramTarget_2(glib,$(LOCAL_LIBRARIES),)
  16.