X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2Flnet%2FautoMakefile.am;h=eccb20299c75cd49dd9248720ed1b5493c843d12;hb=f9314d6e9259e6c7683ed614931ab2506356ba88;hp=bf7a107b88470e6b5950387c68ab5a39148664b5;hpb=bd1b99d7caa6ab2b7c771524af9178a3da69eeab;p=fs%2Flustre-release.git diff --git a/lnet/lnet/autoMakefile.am b/lnet/lnet/autoMakefile.am index bf7a107..eccb202 100644 --- a/lnet/lnet/autoMakefile.am +++ b/lnet/lnet/autoMakefile.am @@ -1,26 +1,11 @@ -# Copyright (C) 2002 Cluster File Systems, Inc. -# -# This code is issued under the GNU General Public License. -# See the file COPYING in this distribution - -my_sources = api-eq.c api-init.c api-me.c api-errno.c api-ni.c api-wrap.c \ - lib-dispatch.c lib-init.c lib-me.c lib-msg.c lib-eq.c \ - lib-md.c lib-move.c lib-ni.c lib-pid.c - -if !CRAY_PORTALS +if MODULES -if LIBLUSTRE -noinst_LIBRARIES= libportals.a -libportals_a_SOURCES= $(my_sources) -libportals_a_CPPFLAGS = $(LLCPPFLAGS) -libportals_a_CFLAGS = $(LLCFLAGS) -endif +if LINUX +modulenet_DATA = lnet$(KMODEXT) +endif # LINUX -if MODULES -modulenet_DATA = portals$(KMODEXT) endif # MODULES -endif # CRAY_PORTALS +EXTRA_DIST := $(lnet-objs:%.o=%.c) -MOSTLYCLEANFILES = *.o *.ko *.mod.c -DIST_SOURCES = $(portals-objs:%.o=%.c) +MOSTLYCLEANFILES = @MOSTLYCLEANFILES@ lnet