ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/modules/Makefile.defs.in
(Generate patch)

Comparing ermyth/modules/Makefile.defs.in (file contents):
Revision 1.2 by pippijn, Sat Jul 21 01:29:08 2007 UTC vs.
Revision 1.3 by pippijn, Tue Aug 28 17:08:07 2007 UTC

1# Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
1# Copyright © 2005 Atheme Development Group. 2# Copyright © 2005 Atheme Development Group.
2# Rights to this code are documented in doc/pod/license.pod. 3# Rights to this code are documented in doc/pod/license.pod.
3# 4#
4# This file contains common definitions. 5# This file contains common definitions.
5# 6#
6# $Id: Makefile.defs.in,v 1.2 2007/07/21 01:29:08 pippijn Exp $ 7# $Id: Makefile.defs.in,v 1.3 2007/08/28 17:08:07 pippijn Exp $
7# 8#
8 9
9CXX = @CXX@ 10CXX = @CXX@
10RM = @RM@ 11RM = @RM@
11MV = @MV@ 12MV = @MV@
12CP = @CP@ 13CP = @CP@
13MKDEP = @MKDEP@ -DPREFIX=\"@prefix@\" -I../../include 14MKDEP = @MKDEP@ -DPREFIX=\"@prefix@\" -I../../include
15HAVE_PERL = @HAVE_PERL@
14PERL = @PERL@ 16PERL = @PERL@
15PERLFLAGS = @PERLFLAGS@ 17PERLFLAGS = @PERLFLAGS@
16PERLPRIVLIBEXP = @PERLPRIVLIBEXP@ 18PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
17PERLLIB = @PERLLIB@ 19PERLLIB = @PERLLIB@
18INSTALL = @INSTALL@ 20INSTALL = @INSTALL@
34 36
35# Want absolute paths? 37# Want absolute paths?
36SRCDIR = . 38SRCDIR = .
37@ABSPATHS@SRCDIR= @SRCDIR@/modules/$(MODULE) 39@ABSPATHS@SRCDIR= @SRCDIR@/modules/$(MODULE)
38 40
39BUILDDIR = @BUILDDIR@
40
41BIN = atheme@EXEEXT@ 41BIN = atheme@EXEEXT@
42 42
43PICFLAGS = @PICFLAGS@ 43PICFLAGS = @PICFLAGS@
44 44
45LIBS = @LIBS@ 45LIBS = @LIBS@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines