File: Makefile.am

package info (click to toggle)
libmd 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,000 kB
  • sloc: sh: 4,701; ansic: 2,894; makefile: 260
file content (23 lines) | stat: -rw-r--r-- 305 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
## Process this file with automake to produce Makefile.in

AM_CPPFLAGS = \
	-I$(top_builddir) \
	-I$(top_srcdir)/include \
	# EOL

LDADD = $(top_builddir)/src/libmd.la

check_HEADERS = \
	test.h \
	# EOL

check_PROGRAMS = \
	md2 \
	md4 \
	md5 \
	rmd160 \
	sha1 \
	sha2 \
	# EOL

TESTS = $(check_PROGRAMS)