Whamcloud - gitweb
Fix a few compiler warnings.
[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 bin_PROGRAMS = openunlink testreq truncate directio openme writeme mcreate tchmod toexcl fsx #ldaptest 
7
8 # ldaptest_SOURCES = ldaptest.c
9 tchmod_SOURCES = tchmod.c
10 toexcl_SOURCES = toexcl.c
11 testreq_SOURCES = testreq.c
12 mcreate_SOURCES = mcreate.c
13 truncate_SOURCES = truncate.c
14 directio_SOURCES = directio.c
15 openunlink_SOURCES = openunlink.c
16 openme_SOURCES = openme.c
17 writeme_SOURCES = writeme.c
18 fsx_SOURCES = fsx.c
19
20 include $(top_srcdir)/Rules
21