ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/modules/Makefile.defs.in
Revision: 1.2
Committed: Sat Jul 21 01:29:08 2007 UTC (16 years, 10 months ago) by pippijn
Branch: MAIN
Changes since 1.1: +2 -2 lines
Log Message:
- moved to new documentation system
- fixed small build error

File Contents

# User Rev Content
1 pippijn 1.1 # Copyright © 2005 Atheme Development Group.
2 pippijn 1.2 # Rights to this code are documented in doc/pod/license.pod.
3 pippijn 1.1 #
4     # This file contains common definitions.
5     #
6 pippijn 1.2 # $Id: Makefile.defs.in,v 1.1 2007-07-19 08:24:52 pippijn Exp $
7 pippijn 1.1 #
8    
9     CXX = @CXX@
10     RM = @RM@
11     MV = @MV@
12     CP = @CP@
13     MKDEP = @MKDEP@ -DPREFIX=\"@prefix@\" -I../../include
14     PERL = @PERL@
15     PERLFLAGS = @PERLFLAGS@
16     PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
17     PERLLIB = @PERLLIB@
18     INSTALL = @INSTALL@
19     prefix = @prefix@
20     exec_prefix = @exec_prefix@
21     datarootdir = @datarootdir@
22     bindir = @bindir@
23     datadir = @datadir@
24     sysconfdir = @sysconfdir@
25     libdir = @libdir@
26     sbindir = @sbindir@
27     localstatedir = @localstatedir@
28     DOCDIR = @DOCDIR@
29     MODDIR = @MODDIR@
30     SHAREDIR = @SHAREDIR@
31    
32     # Verbose makefiles or not
33     SILENT = @SILENT@
34    
35     # Want absolute paths?
36     SRCDIR = .
37     @ABSPATHS@SRCDIR= @SRCDIR@/modules/$(MODULE)
38    
39     BUILDDIR = @BUILDDIR@
40    
41     BIN = atheme@EXEEXT@
42    
43     PICFLAGS = @PICFLAGS@
44    
45     LIBS = @LIBS@
46     LDFLAGS = @LDFLAGS@
47     CPPFLAGS = @CPPFLAGS@
48     CXXFLAGS = @CXXFLAGS@ -I${SRCDIR}/../../include