forked from simsong/AFFLIBv3
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Makefile.am
53 lines (43 loc) · 1.26 KB
/
Makefile.am
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
# Distributed under the Berekeley 4-part license
DISTCLEANFILES = \
Makefile.in aclocal.m4 affconfig.h.in config.guess config.sub configure depcomp \
install-sh ltmain.sh missing test-driver \
m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4
SUBDIRS = lib tools lzma443 tests doc pyaff man
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = afflib.pc
include_HEADERS =
pkginclude_HEADERS = include/afflib/afflib.h include/afflib/afflib_i.h include/afflib/aftimer.h include/afflib/utils.h
ACLOCAL_AMFLAGS = -I m4
AM_CFLAGS = -Wall
AM_CPPFLAGS = -Wall
DOCS = BUGLIST.txt README_Linux.txt README_Win32.txt \
doc/crypto_doc.txt \
doc/crypto_design.txt \
doc/announce_1.0.txt \
doc/announce_1.7.txt \
doc/announce_1.8.txt \
doc/announce_2.2.txt \
doc/announce_3.0.txt \
doc/announce_3.3.5.txt \
doc/announce_3.3.txt \
doc/announce_3.7.txt \
doc/announce_3.7.5.txt
EXTRA_DIST = $(DOCS) \
bootstrap.sh \
make_mingw.sh \
m4/acx_pthread.m4 \
afflib.spec.in \
afflib.spec \
afflib.pc.in \
afflib.pubkey.asc \
tests/encrypted.raw \
tests/encrypted.aff \
win32/Changes.txt \
win32/README_MSVC++.txt \
win32/affconfig.h \
win32/afflib.mak \
win32/make.bat
#
# Note: don't forget to run autoreconf when significant changes are made
#