Makefile.am
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:0k
- # $Id: Makefile.am,v 1.3 2000/04/26 22:31:09 mrsam Exp $
- #
- # Copyright 1998 - 1999 Double Precision, Inc. See COPYING for
- # distribution information.
- #
- noinst_LIBRARIES=liblock.a
- if USE_FCNTL
- fcntl=lockfcntl.c
- else
- fcntl=
- endif
- if USE_FLOCK
- flock=lockflock.c
- else
- flock=
- endif
- if USE_LOCKF
- lockf=locklockf.c
- else
- lockf=
- endif
- liblock_a_SOURCES=$(fcntl) $(flock) $(lockf) liblock.h lockdaemon.c
- EXTRA_DIST=lockfcntl.c lockflock.c locklockf.c locktest.c