# Makefile.in: This file contains build instructions. # # Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team # Rights to this code are as documented in COPYING. # # # Portions of this file were derived from sources bearing the following license: # Copyright © 2003-2004 E. Will et al. # Rights to this code are documented in doc/pod/license.pod. # # $Id: Makefile.in,v 1.4 2007/09/22 14:27:27 pippijn Exp $ # MODULE = memoserv include ../Makefile.defs BASE_SRCS = \ $(SRCDIR)/main.C \ $(SRCDIR)/help.C \ $(SRCDIR)/send.C \ $(SRCDIR)/sendops.C \ $(SRCDIR)/list.C \ $(SRCDIR)/delete.C \ $(SRCDIR)/forward.C \ $(SRCDIR)/read.C \ $(SRCDIR)/ignore.C include ../Makefile.common