# Makefile.in: Common definitions used by all Makefiles. # # 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 © 2005 Atheme Development Group. # Rights to this code are documented in doc/pod/license.pod. # # $Id: Makefile.defs.in,v 1.5 2007/09/22 14:27:26 pippijn Exp $ # CXX = @CXX@ RM = @RM@ MV = @MV@ CP = @CP@ MKDEP = @MKDEP@ -DPREFIX=\"@prefix@\" -I../../include HAVE_PERL = @HAVE_PERL@ PERL = @PERL@ PERLFLAGS = @PERLFLAGS@ -Wno-unused -Wno-write-strings -Wno-redundant-decls PERLPRIVLIBEXP = @PERLPRIVLIBEXP@ PERLLIB = @PERLLIB@ INSTALL = @INSTALL@ prefix = @prefix@ exec_prefix = @exec_prefix@ datarootdir = @datarootdir@ bindir = @bindir@ datadir = @datadir@ sysconfdir = @sysconfdir@ libdir = @libdir@ sbindir = @sbindir@ localstatedir = @localstatedir@ DOCDIR = @DOCDIR@ MODDIR = @MODDIR@ SHAREDIR = @SHAREDIR@ # Verbose makefiles or not SILENT = @SILENT@ # Want absolute paths? SRCDIR = . @ABSPATHS@SRCDIR= @SRCDIR@/modules/$(MODULE) BIN = atheme@EXEEXT@ PICFLAGS = @PICFLAGS@ LIBS = @LIBS@ LDFLAGS = @LDFLAGS@ CPPFLAGS = @CPPFLAGS@ CXXFLAGS = @CXXFLAGS@ -I${SRCDIR}/../../include -I${SRCDIR}/../../libermyth/include