Whamcloud - gitweb
b=17605
[fs/lustre-release.git] / lustre / liblustre / tests / mpi / Makefile.am
1 ## Liblustre MPI tests Makefile
2
3 AM_CPPFLAGS = -I$(SYSIO)/include $(LLCPPFLAGS) -I$(top_srcdir)/lnet/ulnds
4 AM_CFLAGS = $(LLCFLAGS)
5
6 LLIB_EXEC = $(top_builddir)/lustre/utils/liblustreapi.a $(top_builddir)/lustre/liblustre/liblustre.a $(CAP_LIBS) $(PTHREAD_LIBS) $(ZLIB)
7
8 CC = @MPICC_WRAPPER@
9
10 if LIBLUSTRE
11 if LIBLUSTRE_TESTS
12 noinst_PROGRAMS = test_lock_cancel
13 endif # LIBLUSTRE_TESTS
14 endif # LIBLUSTRE
15
16 test_lock_cancel_SOURCES = test_lock_cancel.c
17 test_lock_cancel_LDADD :=  $(LLIB_EXEC)