# Generated automatically from Makefile.in by configure.
SRC = dboxpop3.C main.C
OBJ = dboxpop3.o main.o
# Include common include file, contains first target
include ../common
all: dkpop3
dkpop3: ${OBJ}
$(CPP) -o dkpop3 ${CFLAGS} ${CCLINKFLAGS} ${OBJ} ${LIBS} \
../unixlib/*.o ../libdbox/*.o ../spool/*.o
clean:
rm -f *.o dkpop3 .depend
distclean:
rm -f Makefile
rm -R CVS
#
# include a dependency file if one exists
#
ifeq (.depend,$(wildcard .depend))
include .depend
endif
syntax highlighted by Code2HTML, v. 0.9.1