# 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.5 2007/09/22 14:27:27 pippijn Exp $ # MODULE = contrib include ../Makefile.defs BASE_SRCS = \ $(SRCDIR)/cs_kickdots.C \ $(SRCDIR)/cs_ping.C \ $(SRCDIR)/cs_sync.C \ $(SRCDIR)/cs_userinfo.C \ $(SRCDIR)/gen_echoserver.C \ $(SRCDIR)/gen_listenerdemo.C \ $(SRCDIR)/gen_regcheckemail.C \ $(SRCDIR)/gen_vhostonreg.C \ $(SRCDIR)/graphtastical.C \ $(SRCDIR)/ircd_alis.C \ $(SRCDIR)/ircd_catserv.C \ $(SRCDIR)/ircd_nohalfops.C \ $(SRCDIR)/ircd_noowner.C \ $(SRCDIR)/ircd_noprotect.C \ $(SRCDIR)/ns_fregister.C \ $(SRCDIR)/ns_generatepass.C \ $(SRCDIR)/ns_mxcheck.C \ $(SRCDIR)/ns_ratelimitreg.C \ $(SRCDIR)/os_logonnews.C \ $(SRCDIR)/os_logstream.C \ $(SRCDIR)/os_pingspam.C \ $(SRCDIR)/os_tabletest.C \ $(SRCDIR)/os_testcmd.C \ # $(SRCDIR)/ircd_loveserv.C \ # $(SRCDIR)/wumpus.C include ../Makefile.common