home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume3 / xstatic / part01 / Imakefile < prev    next >
Encoding:
Makefile  |  1989-03-20  |  336 b   |  15 lines

  1. SYSLAST_LIBRARIES = $(XLIB)
  2.              SRCS1 = xstatic.c genbits.c
  3.              OBJS1 = xstatic.o genbits.o
  4.  
  5. AllTarget(xstatic xranmap)
  6. SingleProgramTarget(xstatic,$(OBJS1),,)
  7. NormalLintTarget($(SRCS))
  8.  
  9.              SRCS2 = xranmap.c
  10.              OBJS2 = xranmap.o
  11.  
  12. SingleProgramTarget(xranmap,$(OBJS2),,)
  13. NormalLintTarget($(SRCS2))
  14.  
  15.