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.3 by pippijn, Tue Aug 28 17:08:07 2007 UTC vs.
Revision 1.4 by pippijn, Sun Sep 9 20:05:51 2007 UTC

2# Copyright © 2005 Atheme Development Group. 2# Copyright © 2005 Atheme Development Group.
3# Rights to this code are documented in doc/pod/license.pod. 3# Rights to this code are documented in doc/pod/license.pod.
4# 4#
5# This file contains common definitions. 5# This file contains common definitions.
6# 6#
7# $Id: Makefile.defs.in,v 1.3 2007/08/28 17:08:07 pippijn Exp $ 7# $Id: Makefile.defs.in,v 1.4 2007/09/09 20:05:51 pippijn Exp $
8# 8#
9 9
10CXX = @CXX@ 10CXX = @CXX@
11RM = @RM@ 11RM = @RM@
12MV = @MV@ 12MV = @MV@
13CP = @CP@ 13CP = @CP@
14MKDEP = @MKDEP@ -DPREFIX=\"@prefix@\" -I../../include 14MKDEP = @MKDEP@ -DPREFIX=\"@prefix@\" -I../../include
15HAVE_PERL = @HAVE_PERL@ 15HAVE_PERL = @HAVE_PERL@
16PERL = @PERL@ 16PERL = @PERL@
17PERLFLAGS = @PERLFLAGS@ 17PERLFLAGS = @PERLFLAGS@ -Wno-unused -Wno-write-strings -Wno-redundant-decls
18PERLPRIVLIBEXP = @PERLPRIVLIBEXP@ 18PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
19PERLLIB = @PERLLIB@ 19PERLLIB = @PERLLIB@
20INSTALL = @INSTALL@ 20INSTALL = @INSTALL@
21prefix = @prefix@ 21prefix = @prefix@
22exec_prefix = @exec_prefix@ 22exec_prefix = @exec_prefix@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines