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

  1.   SYS_LIBRARIES = $(XTOOLLIB) $(XMULIB) $(XLIB)
  2. LOCAL_LIBRARIES = 
  3.            SRCS = clover.c
  4.            OBJS = clover.o
  5.  
  6. ComplexProgramTarget(clover)
  7. NormalLintTarget($(SRCS))
  8.  
  9.