# 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:28 pippijn Exp $ # MODULE = protocol include ../Makefile.defs BASE_SRCS = \ $(SRCDIR)/asuka.C \ $(SRCDIR)/bahamut.C \ $(SRCDIR)/bircd.C \ $(SRCDIR)/charybdis.C \ $(SRCDIR)/dreamforge.C \ $(SRCDIR)/hybrid.C \ $(SRCDIR)/hyperion.C \ $(SRCDIR)/inspircd11.C \ $(SRCDIR)/inspircd12.C \ $(SRCDIR)/ircnet.C \ $(SRCDIR)/nefarious.C \ $(SRCDIR)/officeirc.C \ $(SRCDIR)/plexus.C \ $(SRCDIR)/ptlink.C \ $(SRCDIR)/ratbox.C \ $(SRCDIR)/shadowircd.C \ $(SRCDIR)/solidircd.C \ $(SRCDIR)/sorcery.C \ $(SRCDIR)/ultimate3.C \ $(SRCDIR)/undernet.C \ $(SRCDIR)/unreal.C include ../Makefile.common