Makefile.am
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. # $Id: Makefile.am,v 1.7 1999/12/06 13:31:05 mrsam Exp $
  2. #
  3. # Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
  4. # distribution information.
  5. noinst_LIBRARIES=libuserdb.a
  6. libuserdb_a_SOURCES=userdb.c userdb.h userdb2.c
  7. noinst_SCRIPTS=makeuserdb pw2userdb vchkpw2userdb dummy
  8. noinst_PROGRAMS=userdbpw
  9. userdbpw_SOURCES=userdbpw.c
  10. userdbpw_LDADD=@HMACLIB@ @MD5LIB@ @SHA1LIB@ @CRYPTLIBS@
  11. man1=
  12. man7=
  13. man8=makeuserdb.8 userdb.8 userdbpw.8
  14. .html.1:
  15. @chmod +x html2man.pl
  16. ./html2man.pl <$< >$*.1
  17. .html.7:
  18. @chmod +x html2man.pl
  19. ./html2man.pl <$< >$*.7
  20. .html.8:
  21. @chmod +x html2man.pl
  22. ./html2man.pl <$< >$*.8
  23. EXTRA_DIST=html2man.pl
  24. SUFFIXES=.html .1 .7 .8
  25. dummy: $(man8)
  26. touch dummy