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

WEB邮件程序

开发平台:

C/C++

  1. # $Id: Makefile.am,v 1.3 2000/04/26 22:31:09 mrsam Exp $
  2. #
  3. # Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
  4. # distribution information.
  5. #
  6. noinst_LIBRARIES=liblock.a
  7. if USE_FCNTL
  8. fcntl=lockfcntl.c
  9. else
  10. fcntl=
  11. endif
  12. if USE_FLOCK
  13. flock=lockflock.c
  14. else
  15. flock=
  16. endif
  17. if USE_LOCKF
  18. lockf=locklockf.c
  19. else
  20. lockf=
  21. endif
  22. liblock_a_SOURCES=$(fcntl) $(flock) $(lockf) liblock.h lockdaemon.c
  23. EXTRA_DIST=lockfcntl.c lockflock.c locklockf.c locktest.c