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 / Mftobdf / Imakefile < prev    next >
Makefile  |  1991-02-19  |  779b  |  31 lines

  1. #include "../Imake.Config"
  2.  
  3. /***************************************************************************/
  4. /*    You shouldn't have to change anything below this line           */
  5. /***************************************************************************/
  6.  
  7.          FILES = Imakefile build-initial-fonts buildfonts.script \
  8.          mftobdf.man $(SRCS) dpi.c 
  9.  
  10.        INCLUDES = -I$(LIBTEXROOT)
  11. LOCAL_LIBRARIES = $(LIBTEX)
  12.         DEPLIBS = $(DEPLIBTEX) 
  13.   SYS_LIBRARIES = -lm
  14.  
  15.        PROGRAMS = mftobdf buildfonts # BDFZtoSNFZ BDFZtoPCFZ
  16.  
  17. SimpleProgramTarget(mftobdf)
  18.  
  19. InstallScript(buildfonts, $(BINDIR))
  20. /*
  21. InstallScript(BDFZtoSNFZ, $(BINDIR))
  22. InstallScript(BDFZtoPCFZ, $(BINDIR))
  23.  */
  24.  
  25. tar:
  26.     cd ../..;\
  27.     for file in $(FILES); \
  28.     do \
  29.       tar rf $(TARFILE) $(PRODUCT)/Mftobdf/$$file; \
  30.     done
  31.