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 / Texx / Imakefile next >
Makefile  |  1991-02-19  |  345b  |  25 lines

  1. #include "../Imake.Config"
  2.  
  3.           FILES = Imakefile texx.man $(SRCS) 
  4.  
  5.        INCLUDES = -I$(LIBTEXROOT)
  6. LOCAL_LIBRARIES = $(LIBTEX) $(XLIB)
  7.         DEPLIBS = $(DEPLIBTEX) $(DEPXLIB)
  8.   SYS_LIBRARIES = -lm
  9.  
  10. SimpleProgramTarget(texx)
  11.  
  12. tar:
  13.     cd ../..;\
  14.     for file in $(FILES); \
  15.     do \
  16.       tar rf $(TARFILE) $(PRODUCT)/Texx/$$file; \
  17.     done
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.