Move.
[shishi.git] / crypto / Makefile.am
blobb5093b010728c496bd5404e1892835f4179b4a82
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2002, 2003 Simon Josefsson.
4 # This file is part of Shishi.
6 # Shishi is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2, or (at your option)
9 # any later version.
11 # Shishi is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with Shishi; see the file COPYING.  If not, write to
18 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 # Boston, MA 02111-1307, USA.
21 EXTRA_DIST = README
23 noinst_LTLIBRARIES = libnettle.la
25 libnettle_la_SOURCES = macros.h nettle-meta.h keymap.h rotors.h parity.h \
26         memxor.c memxor.h \
27         md4.h md4.c md4-meta.c md5.h md5.c md5-meta.c \
28         sha1.c sha.h sha1-meta.c \
29         hmac.c hmac.h hmac-md4.c hmac-md5.c hmac-sha1.c \
30         des3.c des.c des.h desCode.h \
31         aes.h aes.c aes-internal.h \
32         aes-encrypt.c aes-encrypt-table.c aes-decrypt.c aes-decrypt-table.c \
33         aes-set-encrypt-key.c aes-set-decrypt-key.c \
34         cbc.h cbc.c cbc-cts.h cbc-cts.c cbc-mac.h cbc-mac.c