Whamcloud - gitweb
- put the exit(1)s back in after MPI_Abort() in the hopes that MPI
[fs/lustre-release.git] / lnet / lnet / autoMakefile.am
1 # Copyright (C) 2002  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 my_sources = api-eq.c api-init.c api-me.c api-errno.c api-ni.c api-wrap.c \
7                 lib-dispatch.c lib-init.c lib-me.c lib-msg.c lib-eq.c \
8                 lib-md.c lib-move.c lib-ni.c lib-pid.c
9
10 if LIBLUSTRE
11 noinst_LIBRARIES= libportals.a
12 libportals_a_SOURCES= $(my_sources)
13 libportals_a_CPPFLAGS = $(LLCPPFLAGS)
14 libportals_a_CFLAGS = $(LLCFLAGS)
15 endif
16
17 if MODULES
18 modulenet_DATA = portals$(KMODEXT)
19 endif
20
21 MOSTLYCLEANFILES = *.o *.ko *.mod.c
22 DIST_SOURCES = $(portals-objs:%.o=%.c)