Whamcloud - gitweb
- merge 0.7rc1 from b_devel to HEAD (20030612 merge point)
[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 = gcc -Wall -g -I$(srcdir)/../include 
8 LINK = gcc -o $@
9
10 sbin_PROGRAMS = acceptor ptlctl debugctl routerstat wirecheck
11 lib_LIBRARIES = libptlctl.a
12
13 acceptor_SOURCES = acceptor.c # -lefence
14
15 wirecheck_SOURCES = wirecheck.c
16
17 libptlctl_a_SOURCES = portals.c debug.c l_ioctl.c parser.c parser.h
18
19 ptlctl_SOURCES = ptlctl.c
20 ptlctl_LDADD =  -L. -lptlctl -lncurses # -lefence
21 ptlctl_DEPENDENCIES = libptlctl.a
22
23 debugctl_SOURCES = debugctl.c
24 debugctl_LDADD = -L. -lptlctl -lncurses # -lefence
25 debugctl_DEPENDENCIES = libptlctl.a
26
27 routerstat_SOURCES = routerstat.c