# Automatically generated by Autodist 1.3 from Makefile.ad. Do not edit. # To make changes edit the ./lib/silccrypt/Makefile.ad file in the source tree. # Source: ./lib/silccrypt/Makefile.ad # Generated: Mon Dec 19 14:00:29 EET 2005 by priikone # Distribution: Toolkit # License: distdir/TOOLKIT # # Makefile.ad # # Author: Pekka Riikonen # # Copyright (C) 2000 - 2005 Pekka Riikonen # # The contents of this file are subject to one of the Licenses specified # in the COPYING file; You may not use this file except in compliance # with the License. # # The software distributed under the License is distributed on an "AS IS" # basis, in the hope that it will be useful, but WITHOUT WARRANTY OF ANY # KIND, either expressed or implied. See the COPYING file for more # information. # AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign noinst_LTLIBRARIES = libsilccrypt.la libsilccrypt_la_SOURCES = none.c rc5.c md5.c aes.c rsa.c sha1.c sha256.c twofish.c blowfish.c cast.c silccipher.c silchash.c silchmac.c silcrng.c silcpkcs.c silcpkcs1.c if SILC_LIBTOOLFIX # Tell libtool to compile silccrypt as shared since silcsim will need it. LTFLAGS = --libtool-enable-shared else LTFLAGS = endif CFLAGS = $(LTFLAGS) include_HEADERS = aes.h blowfish.h cast.h ciphers_def.h ciphers.h md5.h none.h rc5.h rsa.h sha1.h sha256.h silccipher.h silcdh.h silchash.h silchmac.h silcpkcs.h silcrng.h silcpkcs1.h twofish.h SILC_EXTRA_DIST = tests EXTRA_DIST = *.h $(SILC_EXTRA_DIST) include $(top_srcdir)/Makefile.defines.in # Workaround a bug in GCC 2.x which causes memory exhaustion # when compiling sha1 with optimizations on UltraSPARC. # @FIX_SHA1@sha1.lo: @FIX_SHA1@ $(LTCOMPILE) -O0 -c -o $@ `test -f 'sha1.c' || echo '$(srcdir)/'`sha1.c @FIX_SHA1@