# Makefile. Generated from Makefile.in by configure. ### Path settings prefix = exec_prefix = ${prefix} bindir = ${exec_prefix}/bin mandir = ${prefix}/man libdir = ${exec_prefix}/lib includedir = ${prefix}/include srcdir = . top_srcdir = . PACKAGE_NAME = fget PACKAGE_VERSION = 1.3.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 MKDIR = mkdir -p -m 755 ### Makefile rules - no user-servicable parts below SUBDIRS = lib fget doc test all: for n in ${SUBDIRS}; do \ ( cd $$n && ${MAKE} $@ ${MAKE_FLAGS} ) || exit 1; \ done .PHONY: test install clean distclean test: cd test && ${MAKE} $@ ${MAKE_FLAGS} install: for n in ${SUBDIRS}; do \ ( cd $$n && ${MAKE} $@ ${MAKE_FLAGS} ) || exit 1; \ done 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