Whamcloud - gitweb
land v0.9.1 on HEAD, in preparation for a 1.0.x branch
[fs/lustre-release.git] / lnet / utils / Makefile.am
1 # Copyright (C) 2001  Cluster File Systems, Inc.
2 #
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
5
6
7 COMPILE = $(CC) -Wall -g -I$(srcdir)/../include
8 LINK = $(CC) -o $@
9
10 if LIBLUSTRE
11 tmp=
12 else
13 tmp=gmnalnid
14 endif
15
16 sbin_PROGRAMS = acceptor ptlctl debugctl routerstat wirecheck $(tmp)
17 lib_LIBRARIES = libptlctl.a
18
19 acceptor_SOURCES = acceptor.c # -lefence
20
21 wirecheck_SOURCES = wirecheck.c
22
23 libptlctl_a_SOURCES = portals.c debug.c l_ioctl.c parser.c parser.h
24
25 gmnalnid_SOURCES = gmnalnid.c
26
27 ptlctl_SOURCES = ptlctl.c
28 ptlctl_LDADD =  -L. -lptlctl -lncurses # -lefence
29 ptlctl_DEPENDENCIES = libptlctl.a
30
31 debugctl_SOURCES = debugctl.c
32 debugctl_LDADD = -L. -lptlctl -lncurses # -lefence
33 debugctl_DEPENDENCIES = libptlctl.a
34
35 routerstat_SOURCES = routerstat.c