home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / unixtex-6.1b-src.lha / unixtex-6.1b / make / tkpathsea.make < prev   
Encoding:
Text File  |  1995-01-08  |  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.