File: tkpathsea.make

package info (click to toggle)
texfam 1.1-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 13,628 kB
  • ctags: 3,925
  • sloc: ansic: 26,423; sh: 3,909; perl: 2,928; makefile: 1,990; yacc: 1,252; pascal: 772; lex: 213; asm: 139; awk: 35; sed: 34
file content (9 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# 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.