ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/libermyth/Makefile.defs.in
Revision: 1.1
Committed: Sat Sep 22 14:27:26 2007 UTC (16 years, 8 months ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Log Message:
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core

File Contents

# User Rev Content
1 pippijn 1.1 # Makefile.in: Common definitions used by all Makefiles.
2     #
3     # Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
4     # Rights to this code are as documented in COPYING.
5     #
6     #
7     # Portions of this file were derived from sources bearing the following license:
8     # Copyright © 2005 Atheme Development Group.
9     # Rights to this code are documented in doc/pod/license.pod.
10     #
11     # $Id: Makefile.defs.in,v 1.4 2007-09-09 20:05:51 pippijn Exp $
12     #
13    
14     CXX = @CXX@
15     RM = @RM@
16     MV = @MV@
17     CP = @CP@
18     MKDEP = @MKDEP@ -DPREFIX=\"@prefix@\" -I../../include
19     HAVE_PERL = @HAVE_PERL@
20     PERL = @PERL@
21     PERLFLAGS = @PERLFLAGS@ -Wno-unused -Wno-write-strings -Wno-redundant-decls
22     PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
23     PERLLIB = @PERLLIB@
24     INSTALL = @INSTALL@
25     prefix = @prefix@
26     exec_prefix = @exec_prefix@
27     datarootdir = @datarootdir@
28     bindir = @bindir@
29     datadir = @datadir@
30     sysconfdir = @sysconfdir@
31     libdir = @libdir@
32     sbindir = @sbindir@
33     localstatedir = @localstatedir@
34     DOCDIR = @DOCDIR@
35     MODDIR = @MODDIR@
36     SHAREDIR = @SHAREDIR@
37    
38     # Verbose makefiles or not
39     SILENT = @SILENT@
40    
41     # Want absolute paths?
42     SRCDIR = .
43     @ABSPATHS@SRCDIR= @SRCDIR@/libermyth/$(MODULE)
44    
45     PICFLAGS = @PICFLAGS@
46    
47     LIBS = @LIBS@
48     LDFLAGS = @LDFLAGS@
49     CPPFLAGS = @CPPFLAGS@
50     CXXFLAGS = @CXXFLAGS@ -I${SRCDIR}/../include -I${SRCDIR}/../../include