Makefile.am
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
- # $Id: Makefile.am,v 1.7 1999/12/06 13:31:05 mrsam Exp $
- #
- # Copyright 1998 - 1999 Double Precision, Inc. See COPYING for
- # distribution information.
- noinst_LIBRARIES=libuserdb.a
- libuserdb_a_SOURCES=userdb.c userdb.h userdb2.c
- noinst_SCRIPTS=makeuserdb pw2userdb vchkpw2userdb 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