File: GNUmakefile.am

package info (click to toggle)
libcrypto%2B%2B 5.2.1a-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,940 kB
  • ctags: 6,927
  • sloc: cpp: 48,513; sh: 8,366; makefile: 94
file content (81 lines) | stat: -rw-r--r-- 4,345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81

SUBDIRS = html 

lib_LTLIBRARIES = libcrypto++5.2.la
libcrypto__5_2_la_LDFLAGS = -version-info 0:0:0
libcrypto__5_2_la_SOURCES =					       \
	3way.cpp adler32.cpp algebra.cpp algparam.cpp arc4.cpp asn.cpp \
	base32.cpp base64.cpp basecode.cpp bfinit.cpp blowfish.cpp     \
	blumshub.cpp camellia.cpp cast.cpp casts.cpp cbcmac.cpp        \
	channels.cpp crc.cpp cryptest.cpp                              \
	cryptlib.cpp default.cpp des.cpp dessp.cpp dh.cpp	       \
	dh2.cpp dll.cpp dsa.cpp ec2n.cpp eccrypto.cpp                  \
	ecp.cpp elgamal.cpp eprecomp.cpp esign.cpp files.cpp	       \
	filters.cpp fips140.cpp fipsalgt.cpp fipstest.cpp gf256.cpp    \
	gf2_32.cpp                                                     \
	gf2n.cpp gfpcrypt.cpp gost.cpp gzip.cpp haval.cpp hex.cpp      \
	hmac.cpp                                                       \
	hrtimer.cpp ida.cpp idea.cpp integer.cpp iterhash.cpp luc.cpp  \
	mars.cpp marss.cpp md2.cpp md4.cpp md5.cpp md5mac.cpp misc.cpp \
	modes.cpp modexppc.cpp mqueue.cpp mqv.cpp nbtheory.cpp	       \
	network.cpp oaep.cpp osrng.cpp panama.cpp pch.cpp pkcspad.cpp  \
	polynomi.cpp pssr.cpp pubkey.cpp queue.cpp rabin.cpp	       \
	randpool.cpp rc2.cpp rc5.cpp rc6.cpp rdtables.cpp regtest.cpp  \
	rijndael.cpp ripemd.cpp rng.cpp rsa.cpp rw.cpp safer.cpp       \
	shacal2.cpp                                                    \
	seal.cpp serpent.cpp sha.cpp shark.cpp sharkbox.cpp simple.cpp \
	skipjack.cpp socketft.cpp square.cpp squaretb.cpp strciphr.cpp \
	tea.cpp tftables.cpp tiger.cpp tigertab.cpp trdlocal.cpp       \
	ttmac.cpp                                                      \
	twofish.cpp wait.cpp wake.cpp whrlpool.cpp winpipes.cpp        \
	xtr.cpp                                          	       \
	xtrcrypt.cpp zdeflate.cpp zinflate.cpp zlib.cpp

pkginclude_HEADERS =						       \
	3way.h adler32.h aes.h algebra.h algparam.h arc4.h argnames.h  \
	asn.h base32.h base64.h basecode.h bench.h blowfish.h          \
	blumshub.h camellia.h cast.h                                   \
	cbcmac.h channels.h crc.h cryptlib.h cryptopp_config.h	       \
	default.h des.h dh.h dh2.h dll.h dmac.h dsa.h ec2n.h           \
	eccrypto.h ecp.h elgamal.h eprecomp.h esign.h factory.h	       \
	files.h filters.h fips140.h fltrimpl.h gf256.h gf2_32.h gf2n.h \
	gfpcrypt.h gost.h gzip.h haval.h hex.h hmac.h hrtimer.h ida.h  \
	idea.h integer.h iterhash.h lubyrack.h luc.h mars.h md2.h      \
	md4.h md5.h md5mac.h mdc.h misc.h modarith.h modes.h	       \
	modexppc.h mqueue.h mqv.h nbtheory.h network.h nr.h oaep.h     \
	oids.h osrng.h panama.h pch.h pkcspad.h polynomi.h pssr.h      \
	pubkey.h pwdbased.h queue.h rabin.h randpool.h rc2.h rc5.h     \
	rc6.h rijndael.h ripemd.h rng.h rsa.h rw.h safer.h shacal2.h   \
	seal.h                                                         \
	secblock.h seckey.h serpent.h sha.h shark.h simple.h	       \
	skipjack.h smartptr.h socketft.h square.h stdcpp.h strciphr.h  \
	tea.h                                                          \
	tiger.h trdlocal.h trunhash.h ttmac.h twofish.h wait.h wake.h  \
	whrlpool.h winpipes.h words.h xormac.h xtr.h xtrcrypt.h zdeflate.h	       \
	zinflate.h zlib.h

pkgdata_DATA = \
	3desval.dat 3wayval.dat camellia.dat cast128v.dat cast256v.dat  \
	descert.dat                                                    \
	dh1024.dat dh2048.dat dlie1024.dat dlie2048.dat    \
	dsa1024.dat dsa1024b.dat dsa512.dat elgc1024.dat esig1023.dat  \
	esig1536.dat esig2046.dat gostval.dat havalcer.dat ideaval.dat \
	luc1024.dat luc2048.dat lucc1024.dat lucc512.dat lucd1024.dat  \
	lucd512.dat lucs1024.dat lucs512.dat marsval.dat mqv1024.dat   \
	mqv2048.dat nr1024.dat nr2048.dat rabi1024.dat rabi2048.dat    \
	rc2val.dat rc5val.dat rc6val.dat rijndael.dat rsa1024.dat      \
	rsa2048.dat rsa400pb.dat rsa400pv.dat rsa512a.dat rw1024.dat   \
	rw2048.dat saferval.dat serpentv.dat shacal2v.dat sharkval.dat \
	skipjack.dat \
	squareva.dat twofishv.dat usage.dat xtrdh171.dat xtrdh342.dat

bin_PROGRAMS = cryptest
cryptest_SOURCES = \
	bench.cpp bench2.cpp datatest.cpp dlltest.cpp test.cpp validat1.cpp validat2.cpp validat3.cpp
cryptest_LDADD = libcrypto++5.2.la
cryptest_CXXFLAGS = -DPKGDATADIR='"$(datadir)/$(PACKAGE_NAME)/"'

BUILT_SOURCES = html/index.html

$(BUILT_SOURCES):	$(libcrypto__5_2_la_SOURCES)
	doxygen