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.4 by pippijn, Sun Sep 9 20:05:51 2007 UTC vs.
Revision 1.5 by pippijn, Sat Sep 22 14:27:26 2007 UTC

1# Makefile.in: Common definitions used by all Makefiles.
2#
1# Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team 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:
2# Copyright © 2005 Atheme Development Group. 8# Copyright © 2005 Atheme Development Group.
3# Rights to this code are documented in doc/pod/license.pod. 9# Rights to this code are documented in doc/pod/license.pod.
4# 10#
5# This file contains common definitions.
6#
7# $Id: Makefile.defs.in,v 1.4 2007/09/09 20:05:51 pippijn Exp $ 11# $Id: Makefile.defs.in,v 1.5 2007/09/22 14:27:26 pippijn Exp $
8# 12#
9 13
10CXX = @CXX@ 14CXX = @CXX@
11RM = @RM@ 15RM = @RM@
12MV = @MV@ 16MV = @MV@
43PICFLAGS = @PICFLAGS@ 47PICFLAGS = @PICFLAGS@
44 48
45LIBS = @LIBS@ 49LIBS = @LIBS@
46LDFLAGS = @LDFLAGS@ 50LDFLAGS = @LDFLAGS@
47CPPFLAGS = @CPPFLAGS@ 51CPPFLAGS = @CPPFLAGS@
48CXXFLAGS = @CXXFLAGS@ -I${SRCDIR}/../../include 52CXXFLAGS = @CXXFLAGS@ -I${SRCDIR}/../../include -I${SRCDIR}/../../libermyth/include

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines