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

  1.           SYS_LIBRARIES = -ll -lm $(XMULIB) $(XLIB)
  2.  
  3. SRCS=    bdf2gf.c dumpgf.c
  4. OBJS=    bdf2gf.o dumpgf.o
  5. PROGRAMS= bdftogf bdftovf
  6.  
  7. ComplexProgramTarget(bdftogf)
  8. ComplexProgramTarget(bdftovf)
  9. NormalLintTarget($(SRCS))
  10.  
  11.