Mercurial > hg > octave-nkf
view make/tkpathsea.make @ 2061:098edb40c89b
[project @ 1996-04-07 21:56:15 by jwe]
author | jwe |
---|---|
date | Sun, 07 Apr 1996 22:02:43 +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.