Whamcloud - gitweb
Use the newer libsysio tags.
[fs/lustre-release.git] / lustre / portals / portals / 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-errno.c api-ni.c api-wrap.c \
7                 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 !CRAY_PORTALS
11
12 if LIBLUSTRE
13 noinst_LIBRARIES= libportals.a
14 libportals_a_SOURCES= $(my_sources)
15 libportals_a_CPPFLAGS = $(LLCPPFLAGS)
16 libportals_a_CFLAGS = $(LLCFLAGS)
17 endif
18
19 if MODULES
20 modulenet_DATA = portals$(KMODEXT)
21 endif # MODULES
22
23 endif # CRAY_PORTALS
24
25 MOSTLYCLEANFILES = *.o *.ko *.mod.c
26 DIST_SOURCES = $(portals-objs:%.o=%.c)