home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Tex / Dvi / dvieps.arc / MAKEFILE < prev    next >
Text File  |  1988-11-04  |  1KB  |  36 lines

  1.  
  2. CFLAGS = -O -v
  3.  
  4. HFILES = abortrun.h actfact.h alldone.h bitmap.h chargf.h charpk.h \
  5.  charpxl.h clrbmap.h clrrow.h commands.h dbgopen.h dispchar.h dumpchar.h \
  6.  dvifile.h dvihead.h dviinit.h dviterm.h f20open.h fatal.h fillrect.h \
  7.  findpost.h fixpos.h fontfile.h fontsub.h gblprocs.h gblvars.h gendefs.h \
  8.  getbmap.h getbytes.h getfntdf.h getpgtab.h inch.h initglob.h keydef.h \
  9.  loadchar.h machdefs.h main.h movedown.h moveover.h moveto.h nosignex.h \
  10.  openfont.h option.h outrow.h prtpage.h prxbmap.h readfont.h readgf.h \
  11.  readpk.h readpost.h readpxl.h reldfont.h rulepxl.h setchar.h \
  12.  setfntnm.h setrule.h signex.h skgfspec.h skipfont.h skpkspec.h \
  13.  special.h strchr.h strcm2.h strid2.h strrchr.h tctos.h typedefs.h \
  14.  usage.h warning.h
  15.  
  16. all : dvieps.ttp dvie72.ttp eps.ttp
  17.  
  18. dvieps.ttp : dvieps.o
  19.     cc -s -o dvieps.ttp dvieps.o
  20.  
  21. dvie72.ttp : dvie72.o
  22.     cc -s -o dvie72.ttp dvie72.o
  23.  
  24. dvieps.o : dvieps.c $(HFILES)
  25.  
  26. dvie72.o : dvie72.c $(HFILES)
  27.  
  28. eps.ttp : eps.c
  29.     cc -s -O -o eps.ttp eps.c
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.