Whamcloud - gitweb
- mds->lmv->mdc propagate lower timeout down to import
[fs/lustre-release.git] / lnet / tests / 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 include ../Rules.linux
7
8 LDFLAGS = -m "`$(LD) --help | awk '/supported emulations/ {print $$4}'`" -r
9 LINK = $(LD) $(LDFLAGS) -o $@
10 DEFS =
11 LIBS =
12 MODULE = $(basename)
13 EXTRA_DIST = startserver.sh startclient.sh stopserver.sh stopclient.sh
14
15 noinst_PROGRAMS = pingsrv.o pingcli.o spingsrv.o spingcli.o 
16
17 pingsrv_o_SOURCES = ping_srv.c ping.h
18
19 pingcli_o_SOURCES = ping_cli.c ping.h
20
21 spingsrv_o_SOURCES = sping_srv.c ping.h
22
23 spingcli_o_SOURCES = sping_cli.c ping.h