Mercurial > hg > octave-lyh
view make/tkpathsea.make @ 1293:fd946f5926ce
[project @ 1995-05-01 17:50:00 by jwe]
author | jwe |
---|---|
date | Mon, 01 May 1995 17:50:00 +0000 |
parents | 99b98517b7ac |
children |
line wrap: on
line source
# tkpathsea.make -- remaking kpathsea. makeargs = $(MFLAGS) CC='$(CC)' CFLAGS='$(CFLAGS)' $(XMAKEARGS) $(kpathsea): $(kpathsea_srcdir)/*.c $(kpathsea_srcdir)/*.h \ $(kpathsea_srcdir)/texmf.cnf.in $(top_srcdir)/../make/paths.make cd $(kpathsea_dir); $(MAKE) $(makeargs) # End of tkpathsea.make.