# 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:26 pippijn Exp $ # MODULE = chanserv include ../Makefile.defs BASE_SRCS = \ $(SRCDIR)/main.C \ $(SRCDIR)/akick.C \ $(SRCDIR)/ban.C \ $(SRCDIR)/clear.C \ $(SRCDIR)/clear_bans.C \ $(SRCDIR)/clear_users.C \ $(SRCDIR)/close.C \ $(SRCDIR)/count.C \ $(SRCDIR)/drop.C \ $(SRCDIR)/fflags.C \ $(SRCDIR)/flags.C \ $(SRCDIR)/ftransfer.C \ $(SRCDIR)/getkey.C \ $(SRCDIR)/halfop.C \ $(SRCDIR)/help.C \ $(SRCDIR)/hold.C \ $(SRCDIR)/info.C \ $(SRCDIR)/invite.C \ $(SRCDIR)/kick.C \ $(SRCDIR)/list.C \ $(SRCDIR)/mark.C \ $(SRCDIR)/op.C \ $(SRCDIR)/quiet.C \ $(SRCDIR)/recover.C \ $(SRCDIR)/register.C \ $(SRCDIR)/set.C \ $(SRCDIR)/status.C \ $(SRCDIR)/taxonomy.C \ $(SRCDIR)/template.C \ $(SRCDIR)/topic.C \ $(SRCDIR)/unban_self.C \ $(SRCDIR)/version.C \ $(SRCDIR)/voice.C \ $(SRCDIR)/why.C \ $(SRCDIR)/xop.C include ../Makefile.common