home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / unixtex-6.1b-src.tgz / tar.out / contrib / unixtex / make / tkpathsea.make < prev   
Encoding:
Text File  |  1996-09-28  |  304 b   |  10 lines

  1. # tkpathsea.make -- remaking kpathsea.
  2.  
  3. makeargs = $(MFLAGS) CC='$(CC)' CFLAGS='$(CFLAGS)' $(XMAKEARGS)
  4.  
  5. $(kpathsea): $(kpathsea_srcdir)/*.c $(kpathsea_srcdir)/*.h \
  6.          $(kpathsea_srcdir)/texmf.cnf.in $(top_srcdir)/../make/paths.make
  7.     cd $(kpathsea_dir); $(MAKE) $(makeargs)
  8.  
  9. # End of tkpathsea.make.
  10.