ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/modules/crypto/Makefile.in
Revision: 1.4
Committed: Sat Sep 22 14:27:27 2007 UTC (16 years, 8 months ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +8 -4 lines
Log Message:
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core

File Contents

# Content
1 # Makefile.in: This file contains build instructions.
2 #
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:
8 # Copyright © 2003-2004 E. Will et al.
9 # Rights to this code are documented in doc/pod/license.pod.
10 #
11 # $Id: Makefile.in,v 1.3 2007-08-28 17:08:07 pippijn Exp $
12 #
13
14 MODULE = crypto
15
16 include ../Makefile.defs
17
18 BASE_SRCS = \
19 $(SRCDIR)/@POSIX_CRYPTC@ \
20 $(SRCDIR)/ircservices.C \
21 $(SRCDIR)/sorservices.C
22
23 include ../Makefile.common