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

Comparing ermyth/Makefile.in (file contents):
Revision 1.1 by pippijn, Thu Jul 19 08:24:46 2007 UTC vs.
Revision 1.2 by pippijn, Sat Jul 21 01:29:07 2007 UTC

1# Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team 1# Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
2# Copyright © 2005 Atheme Development Group. 2# Copyright © 2005 Atheme Development Group.
3# Rights to this code are documented in doc/LICENSE. 3# Rights to this code are documented in doc/pod/license.pod.
4# 4#
5# This file contains build instructions. 5# This file contains build instructions.
6# 6#
7# $Id: Makefile.in,v 1.1 2007/07/19 08:24:46 pippijn Exp $ 7# $Id: Makefile.in,v 1.2 2007/07/21 01:29:07 pippijn Exp $
8# 8#
9 9
10RM = @RM@ 10RM = @RM@
11SHELL = /bin/sh 11SHELL = /bin/sh
12DISTNAME = @PACKAGE_NAME@-@PACKAGE_VERSION@ 12DISTNAME = @PACKAGE_NAME@-@PACKAGE_VERSION@
16 16
17# Want absolute paths? 17# Want absolute paths?
18SRCDIR = . 18SRCDIR = .
19@ABSPATHS@SRCDIR= @SRCDIR@/src 19@ABSPATHS@SRCDIR= @SRCDIR@/src
20 20
21SUBDIRS = modules src test 21SUBDIRS = doc help modules src test
22CLEANDIRS = ${SUBDIRS} po 22CLEANDIRS = ${SUBDIRS} po
23 23
24.PHONY: dist test 24.PHONY: dist test
25 25
26all: build 26all: build

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines