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.9 by pippijn, Wed Sep 5 11:23:15 2007 UTC vs.
Revision 1.10 by pippijn, Sun Sep 9 20:05:52 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.9 2007/09/05 11:23:15 pippijn Exp $ 7# $Id: Makefile.in,v 1.10 2007/09/09 20:05:52 pippijn Exp $
8# 8#
9 9
10CXX = @CXX@ 10CXX = @CXX@
11RM = @RM@ 11RM = @RM@
12MV = @MV@ 12MV = @MV@
97 $(SRCDIR)/svsignore.C \ 97 $(SRCDIR)/svsignore.C \
98 $(SRCDIR)/table.C \ 98 $(SRCDIR)/table.C \
99 $(SRCDIR)/template.C \ 99 $(SRCDIR)/template.C \
100 $(SRCDIR)/tokenize.C \ 100 $(SRCDIR)/tokenize.C \
101 $(SRCDIR)/ubase64.C \ 101 $(SRCDIR)/ubase64.C \
102 $(SRCDIR)/users.C \
103 $(SRCDIR)/uid.C \ 102 $(SRCDIR)/uid.C \
104 $(SRCDIR)/uplink.C \ 103 $(SRCDIR)/uplink.C \
104 $(SRCDIR)/users.C \
105 $(SRCDIR)/util.C \
105 $(SRCDIR)/${SOCKET_ENGINE} 106 $(SRCDIR)/${SOCKET_ENGINE}
106 107
107SRCS = ${ACCOUNT_SRCS} ${LIB_SRCS} $(SRCDIR)/version.C 108SRCS = ${ACCOUNT_SRCS} ${LIB_SRCS} $(SRCDIR)/version.C
108 109
109OBJS = ${SRCS:.C=.o} 110OBJS = ${SRCS:.C=.o}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines