view kpathsea/make/tkpathsea.make @ 3171:c925de13bb22

[project @ 1998-04-24 04:20:36 by jwe]
author jwe
date Fri, 24 Apr 1998 04:20:36 +0000
parents faa5d0421460
children
line wrap: on
line source

# tkpathsea.make -- target for remaking kpathsea.
makeargs = $(MFLAGS) CC='$(CC)' CFLAGS='$(CFLAGS)' $(XMAKEARGS)

# This is wrong: the library doesn't depend on kpsewhich.c or
# acconfig.h.  But what to do?
$(kpathsea): $(kpathsea_srcdir)/*.c $(kpathsea_srcdir)/*.h \
	     $(kpathsea_srcdir)/texmf.in $(top_srcdir)/make/paths.make
	cd $(kpathsea_dir) && $(MAKE) $(makeargs)
# End of tkpathsea.make.