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

Comparing ermyth/src/Makefile.in (file contents):
Revision 1.7 by pippijn, Tue Aug 28 17:08:12 2007 UTC vs.
Revision 1.8 by pippijn, Thu Aug 30 19:56:24 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 build instructions. 5# This file contains build instructions.
6# 6#
7# $Id: Makefile.in,v 1.7 2007/08/28 17:08:12 pippijn Exp $ 7# $Id: Makefile.in,v 1.8 2007/08/30 19:56:24 pippijn Exp $
8# 8#
9 9
10CXX = @CXX@ 10CXX = @CXX@
11RM = @RM@ 11RM = @RM@
12MV = @MV@ 12MV = @MV@
66 $(SRCDIR)/conf.C \ 66 $(SRCDIR)/conf.C \
67 $(SRCDIR)/confparse.C \ 67 $(SRCDIR)/confparse.C \
68 $(SRCDIR)/connection.C \ 68 $(SRCDIR)/connection.C \
69 $(SRCDIR)/crypto.C \ 69 $(SRCDIR)/crypto.C \
70 $(SRCDIR)/datastream.C \ 70 $(SRCDIR)/datastream.C \
71 $(SRCDIR)/dictionary.C \
72 $(SRCDIR)/dlink.C \ 71 $(SRCDIR)/dlink.C \
72 $(SRCDIR)/dynbuf.C \
73 $(SRCDIR)/event.C \ 73 $(SRCDIR)/event.C \
74 $(SRCDIR)/flags.C \ 74 $(SRCDIR)/flags.C \
75 $(SRCDIR)/function.C \ 75 $(SRCDIR)/function.C \
76 $(SRCDIR)/global.C \ 76 $(SRCDIR)/global.C \
77 $(SRCDIR)/help.C \ 77 $(SRCDIR)/help.C \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines