# Makefile. Generated from Makefile.in by configure. ### Path settings prefix = /usr/local top_srcdir = . exec_prefix = ${prefix} bindir = ${exec_prefix}/bin mandir = ${prefix}/man libdir = ${exec_prefix}/lib includedir = ${prefix}/include PACKAGE_NAME = nph PACKAGE_VERSION = 1.2.3 ### Installation programs and flags INSTALL = /usr/bin/install -c -o root -g wheel INSTALL_PROGRAM = install -s -o root -g wheel -m 555 INSTALL_DATA = install -o root -g wheel -m 444 ### Makefile rules - no user-servicable parts below SUBDIRS = lib nph doc all: for n in ${SUBDIRS}; do \ ( cd $$n && ${MAKE} $@ ${MAKE_FLAGS} ) || exit 1; \ done .PHONY: install install-recurse postinstall-encap postinstall-no-encap clean distclean install: install-recurse postinstall-no-encap install-recurse: for n in ${SUBDIRS}; do \ ( cd $$n && ${MAKE} install ${MAKE_FLAGS} ) || exit 1; \ done postinstall-encap: ${INSTALL_DATA} ${top_srcdir}/nphrc ${ENCAP_SOURCE}/${ENCAP_PKGSPEC} ${INSTALL_PROGRAM} postinstall ${ENCAP_SOURCE}/${ENCAP_PKGSPEC} postinstall-no-encap: prefix="${prefix}" ENCAP_SOURCE="${top_srcdir}" ENCAP_PKGNAME="" sh postinstall clean: for n in ${SUBDIRS}; do \ ( cd $$n && ${MAKE} $@ ${MAKE_FLAGS} ) || exit 1; \ done distclean: for n in ${SUBDIRS}; do \ ( cd $$n && ${MAKE} $@ ${MAKE_FLAGS} ) || exit 1; \ done rm -f config.cache config.log config.status config.h Makefile rm -f postinstall