File: Makefile.am

package info (click to toggle)
maildrop 1.3.7-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,776 kB
  • ctags: 2,107
  • sloc: ansic: 17,156; cpp: 9,694; makefile: 641; sh: 605; perl: 454
file content (28 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (2)
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
# $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