Whamcloud - gitweb
fix the path problem in common.sh
[fs/lustre-release.git] / lustre / tests / Makefile.am
index 6995651..58d5d83 100644 (file)
@@ -1,10 +1,21 @@
-CFLAGS:=-g -I. -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../include -Wall
-KFLAGS:=
-CPPFLAGS :=
+DEFS:=
+CPPFLAGS := -I. -I$(PORTALS)/include -I$(top_srcdir)/include -D_LARGEFILE64_SOURCE
+CFLAGS := -g -Wall
+# LDADD = -lldap
 # LDADD := -lreadline -ltermcap # -lefence
-bin_PROGRAMS = openunlink testreq truncate
+bin_PROGRAMS = openunlink testreq truncate directio openme writeme mcreate tchmod toexcl fsx #ldaptest 
 
+# ldaptest_SOURCES = ldaptest.c
+tchmod_SOURCES = tchmod.c
+toexcl_SOURCES = toexcl.c
 testreq_SOURCES = testreq.c
+mcreate_SOURCES = mcreate.c
 truncate_SOURCES = truncate.c
+directio_SOURCES = directio.c
 openunlink_SOURCES = openunlink.c
+openme_SOURCES = openme.c
+writeme_SOURCES = writeme.c
+fsx_SOURCES = fsx.c
+
+include $(top_srcdir)/Rules