# Generated automatically from Makefile.in by configure. # Makefile for gone srcdir=. CC = cc 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 OSTYPE=Darwin VERSION=1.3.5 LIBS = -lcrypt prefix = /usr/local exec_prefix = ${prefix} bindir = ${exec_prefix}/bin binpath = ${bindir}/gone mandir = ${prefix}/man/man1 manext = 1 CFLAGS=-fno-common LDFLAGS= OBJS=gone.o all: gone gone.1 world: gone configure: configure.in cd ${srcdir} && autoconf cd ${srcdir} && autoheader gone: Makefile ${OBJS} ${CC} ${LDFLAGS} ${LIBS} -o gone ${OBJS} gone.1: sed -e s/_OS_/${OSTYPE}/g \ -e s/_VERSION_/${VERSION}/g \ -e s+_BINPATH_+${binpath}+g gone.man > gone.${manext} install: gone gone.1 strip ${srcdir}/gone ${INSTALL_PROGRAM} gone ${bindir}/gone -${INSTALL_DATA} ${srcdir}/gone.${manext} ${mandir}/gone.${manext} gone.o: gone.c config.h Makefile ${CC} -c ${CFLAGS} gone.c clean: /bin/rm -f *.o core *.core *.tmp* gone *~ #*# /bin/rm -f gone.1 spotless: clean /bin/rm -f config.status config.log config.cache config.h /bin/rm -f Makefile distclean: spotless