File: Makefile.am

package info (click to toggle)
maildrop 0.75-2.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,760 kB
  • ctags: 1,588
  • sloc: cpp: 9,269; ansic: 6,018; perl: 786; sh: 467; makefile: 398
file content (33 lines) | stat: -rw-r--r-- 591 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
# $Id: Makefile.am,v 1.6 1999/10/06 03:14:42 mrsam Exp $

noinst_LIBRARIES=libuserdb.a
libuserdb_a_SOURCES=userdb.c userdb.h userdb2.c

noinst_SCRIPTS=makeuserdb pw2userdb dummy
noinst_PROGRAMS=userdbpw

userdbpw_SOURCES=userdbpw.c
userdbpw_LDADD=@HMACLIB@ @MD5LIB@ @SHA1LIB@ @CRYPTLIBS@

man1=
man7=
man8=makeuserdb.8 userdb.8 userdbpw.8

.html.1:
	@chmod +x html2man.pl
	./html2man.pl <$< >$*.1

.html.7:
	@chmod +x html2man.pl
	./html2man.pl <$< >$*.7

.html.8:
	@chmod +x html2man.pl
	./html2man.pl <$< >$*.8

EXTRA_DIST=html2man.pl

SUFFIXES=.html .1 .7 .8

dummy: $(man8)
	touch dummy