# Emacs should use -*- Makefile -*- mode. # this is usually overridden TARGET_TO_MAKE = $(shell basename `pwd`) ifndef SRCDIR SRCDIR = . endif SRCTOPDIR = $(SRCDIR)/$(TOPDIR) host = i386-unknown-gnu host_cpu = i386 host_vendor = unknown host_os = gnu target = i386-unknown-gnu target_cpu = i386 target_vendor = unknown target_os = gnu LIBINT_VERSION = 1.1.2-stable LIBINT_SO_VERSION = 1:0:0 BUILDID = stable PDFLATEX = /usr/local/bin/pdflatex PSLATEX = /usr/local/bin/pslatex BIBTEX = /usr/local/bin/bibtex # The document suffix (pdf or ps) # Preferentially make pdf manuals, only revert to ps if necessary ifdef BIBTEX ifdef PSLATEX DOCSUF = ps LATEX = $(PSLATEX) endif ifdef PDFLATEX DOCSUF = pdf LATEX = $(PDFLATEX) endif endif TEXINPUTS = :$(SRCDIR):$(SRCDIR)/..: BIBINPUTS = $(TEXINPUTS) TEXGARBAGE = *.bbl *.blg *.aux *.log *.ps *.pdf INSTALL = /usr/bin/install -c -o root -g wheel INSTALLDIROPT = -d -m 0755 INSTALLDOCOPT = -m 0644 prefix= exec_prefix=${prefix} docdir=$(prefix)/doc includedir=${prefix}/include/