home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / groff / libXdvi / Imakefile.mit < prev    next >
Encoding:
Text File  |  1991-04-30  |  482 b   |  35 lines

  1.        INCLUDES = -I. -I$(TOOLKITSRC) -I$(TOP) -I$(TOP)/X11
  2.        LINTLIBS = $(LINTXLIB) $(LINTXTOOL)
  3. #ifdef RtArchitecture
  4.              CC = pcc
  5. #endif
  6.  
  7. SRCS = \
  8.     Dvi.c \
  9.     draw.c \
  10.     font.c \
  11.     lex.c \
  12.     page.c \
  13.     parse.c \
  14.     XFontName.c \
  15.     DviChar.c 
  16.  
  17. OBJS = \
  18.     Dvi.o \
  19.     draw.o \
  20.     font.o \
  21.     lex.o \
  22.     page.o \
  23.     parse.o \
  24.     XFontName.o \
  25.     DviChar.o
  26.  
  27. NormalLibraryObjectRule()
  28.  
  29. NormalLibraryTarget(Xdvi,$(OBJS))
  30. LintLibraryTarget(Xdvi,$(SRCS))
  31.  
  32. DependTarget()
  33.  
  34. NormalLintTarget($(SRCS))
  35.