# 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 = gameserv include ../Makefile.defs BASE_SRCS = \ $(SRCDIR)/main.C \ $(SRCDIR)/dice.C \ $(SRCDIR)/eightball.C \ $(SRCDIR)/help.C \ $(SRCDIR)/namegen.C \ $(SRCDIR)/rps.C MAINTAINERCLEANFILES = namegen_tab.h include ../Makefile.common $(SRCDIR)/namegen_tab.h: $(SRCDIR)/names/default $(SRCDIR)/gen_namegen_tab.pl @echo "Generating $@" @${PERL} gen_namegen_tab.pl > namegen_tab.h depend: ${SRCDIR}/namegen_tab.h