home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / stex2-18.zip / SeeTeX / libtex / Imakefile < prev    next >
Makefile  |  1991-03-21  |  1KB  |  45 lines

  1. #include "../Imake.Config"
  2.  
  3.      DEFINES    =-DFONTDESC=\"$(FontDesc)\"
  4.  
  5. SRCS=\
  6.     bcopy.c  error.c  gffont.c rstfont.c split.c\
  7.     bzero.c  findpost.c gripes0.c scaletfm.c strsave.c\
  8.     conv.c  fio.c  gripes1.c scanpost.c tempfile.c\
  9.     dvi_draw.c font.c  magfactor.c sdecode.c tfm.c\
  10.     dviclass.c font_subr.c pkfont.c search.c tfmfont.c\
  11.     dvistate.c getopt.c pxlfont.c seek.c\
  12.     dvistuff.c gfclass.c rotate.c skip.c strtol.c
  13.  
  14. OBJS=\
  15.     bcopy.o  error.o  gffont.o rstfont.o split.o \
  16.     bzero.o  findpost.o gripes0.o scaletfm.o strsave.o \
  17.     conv.o  fio.o  gripes1.o scanpost.o tempfile.o \
  18.     dvi_draw.o font.o  magfactor.o sdecode.o tfm.o \
  19.     dviclass.o font_subr.o pkfont.o search.o tfmfont.o \
  20.     dvistate.o pxlfont.o seek.o \
  21.     dvistuff.o gfclass.o rotate.o skip.o $(GETOPT) $(STRTOL)
  22.  
  23. HDRS    =\
  24.     conv.h  dvistate.h font.h  num.h  seek.h \
  25.     convstruct.h dvistuff.h gfclass.h postamble.h tfm.h\
  26.     dviclass.h error.h  gfcodes.h sdecode.h types.h \
  27.     dvicodes.h fio.h  gripes.h search.h
  28.  
  29. FILES    =$(SRCS) $(HDRS) Imakefile Makefile
  30.  
  31. NormalLibraryObjectRule()
  32. NormalLibraryTarget(tex,$(OBJS))
  33. LintLibraryTarget(tex,$(SRCS))
  34. DependTarget()
  35. NormalLintTarget($(SRCS))
  36.  
  37. tar:
  38.     cd ../..;\
  39.     for file in $(FILES); \
  40.     do \
  41.       tar rf $(TARFILE) $(PRODUCT)/libtex/$$file; \
  42.     done
  43.  
  44. font.o: ../Imake.Config
  45.