Whamcloud - gitweb
- install setup scripts and config
[fs/lustre-release.git] / lustre / tests / Makefile.am
1 DEFS:=
2 CPPFLAGS := -I. -I$(PORTALS)/include -I$(top_srcdir)/include -D_LARGEFILE64_SOURCE
3 CFLAGS := -g -Wall
4 # LDADD = -lldap
5 # LDADD := -lreadline -ltermcap # -lefence
6 pkglibdir = @libdir@/lustre
7 pkgcfgdir = @sysconfdir@/lustre
8 EXTRA_DIST = llsetup.sh llrsetup.sh llcleanup.sh common.sh lustre.cfg
9 sbin_SCRIPTS = llsetup.sh llrsetup.sh llcleanup.sh
10 pkglib_SCRIPTS = common.sh
11 pkgcfg_DATA = lustre.cfg
12 noinst_PROGRAMS = openunlink testreq truncate directio openme writeme mcreate tchmod toexcl fsx #ldaptest 
13
14 # ldaptest_SOURCES = ldaptest.c
15 tchmod_SOURCES = tchmod.c
16 toexcl_SOURCES = toexcl.c
17 testreq_SOURCES = testreq.c
18 mcreate_SOURCES = mcreate.c
19 truncate_SOURCES = truncate.c
20 directio_SOURCES = directio.c
21 openunlink_SOURCES = openunlink.c
22 openme_SOURCES = openme.c
23 writeme_SOURCES = writeme.c
24 fsx_SOURCES = fsx.c
25
26 include $(top_srcdir)/Rules
27