mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
cipher reorganisiert
This commit is contained in:
parent
53a578711f
commit
86f261dbc5
36 changed files with 760 additions and 939 deletions
|
@ -4,20 +4,17 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -I../intl
|
|||
needed_libs = ../cipher/libcipher.a ../util/libutil.a \
|
||||
../mpi/libmpi.a ../util/libutil.a
|
||||
|
||||
noinst_PROGRAMS = mpicalc bftest cast5test clean-sat
|
||||
noinst_PROGRAMS = mpicalc bftest clean-sat
|
||||
|
||||
mpicalc_SOURCES = mpicalc.c
|
||||
|
||||
bftest_SOURCES = bftest.c
|
||||
|
||||
cast5test_SOURCES = cast5test.c
|
||||
|
||||
clean_sat_SOURCES = clean-sat.c
|
||||
|
||||
|
||||
mpicalc_LDADD = @INTLLIBS@ $(needed_libs)
|
||||
bftest_LDADD = @INTLLIBS@ $(needed_libs)
|
||||
cast5test_LDADD = @INTLLIBS@ $(needed_libs)
|
||||
|
||||
mpicalc bftest cast5test: $(needed_libs)
|
||||
mpicalc bftest: $(needed_libs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue