X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fliblustre%2FMakefile.am;h=44fd10db2029976ec24db9eda8b0d079946cff53;hb=652ff7574b5e8b3e7e2655e17c63406986b022a1;hp=66d7bf5984504e1d572b26fd1a710e4b78f43bbd;hpb=090c677210ee2946d99c71412e4ff762bb300f4f;p=fs%2Flustre-release.git diff --git a/lustre/liblustre/Makefile.am b/lustre/liblustre/Makefile.am index 66d7bf5..44fd10d 100644 --- a/lustre/liblustre/Makefile.am +++ b/lustre/liblustre/Makefile.am @@ -1,44 +1,62 @@ ## Liblustre excecutables & libraries Makefile -DEFS= -SUBDIRS = . tests +# FIXME: we disable building any executables for this moment. +#SUBDIRS = . tests -CFLAGS := -g -Wall -I$(top_srcdir)/utils -I$(top_srcdir)/portals/include \ - -I$(top_srcdir)/portals/unals -I$(SYSIO)/include +AM_CPPFLAGS = $(HAVE_EFENCE) -I$(SYSIO)/include -D_LARGEFILE64_SOURCE=1 \ + $(LLCPPFLAGS) -I$(top_srcdir)/portals/unals +AM_CFLAGS = $(LLCFLAGS) -CPPFLAGS = $(HAVE_EFENCE) -D_LARGEFILE64_SOURCE=1 -LIBS = $(LIBEFENCE) +AM_LIBS = $(LIBEFENCE) LUSTRE_LIBS = libllite.a \ - $(top_srcdir)/lov/liblov.a \ - $(top_srcdir)/obdecho/libobdecho.a \ - $(top_srcdir)/osc/libosc.a \ - $(top_srcdir)/mdc/libmdc.a \ - $(top_srcdir)/ptlrpc/libptlrpc.a \ - $(top_srcdir)/obdclass/liblustreclass.a \ - $(top_srcdir)/lvfs/liblvfs.a - -PTL_LIBS = $(top_srcdir)/portals/utils/libuptlctl.a \ - $(top_srcdir)/portals/unals/libtcpnal.a \ - $(top_srcdir)/portals/portals/libportals.a - -SYSIO_LIBS = $(SYSIO)/drivers/native/libsysio_native.a \ - $(SYSIO)/drivers/sockets/libsysio_sockets.a \ - $(SYSIO)/src/libsysio.a \ - $(SYSIO)/dev/stdfd/libsysio_stdfd.a - + $(top_builddir)/lustre/lov/liblov.a \ + $(top_builddir)/lustre/obdecho/libobdecho.a \ + $(top_builddir)/lustre/osc/libosc.a \ + $(top_builddir)/lustre/mdc/libmdc.a \ + $(top_builddir)/lustre/ptlrpc/libptlrpc.a \ + $(top_builddir)/lustre/sec/libptlrpcs.a \ + $(top_builddir)/lustre/obdclass/liblustreclass.a \ + $(top_builddir)/lustre/lvfs/liblvfs.a + +if !CRAY_PORTALS +PTL_LIBS = $(top_builddir)/portals/utils/libuptlctl.a \ + $(top_builddir)/portals/unals/libtcpnal.a \ + $(top_builddir)/portals/portals/libportals.a +else +PTL_LIBS = $(top_builddir)/portals/utils/libuptlctl.a \ + $(CRAY_PORTALS_LIBS)/libportals.a +endif + +SYSIO_LIBS = $(SYSIO)/lib/libsysio.a + +if LIBLUSTRE lib_LIBRARIES = liblustre.a noinst_LIBRARIES = libllite.a -libllite_a_SOURCES = llite_lib.c super.c namei.c rw.c file.c dir.c -libllite_a_CFLAGS = -fPIC +install-exec-hook: liblustre.so + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(libdir) + @list=$< ; for p in $$list; do \ + if test -f $$p; then \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f"; \ + $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f; \ + else :; fi; \ + done +else +install-exec-hook: +endif + +libllite_a_SOURCES = llite_lib.c super.c namei.c rw.c file.c dir.c \ + lutil.c lutil.h llite_lib.h # for make rpms -- need cleanup liblustre_a_SOURCES = llite_lib.c super.c namei.c rw.c file.c dir.c -liblustre_a_CFLAGS = -fPIC liblustre.a : $(LUSTRE_LIBS) $(PTL_LIBS) $(SYSIO_LIBS) - $(shell ./genlib.sh $(SYSIO) $(AR) $(LINK)) + sh $(srcdir)/genlib.sh "$(SYSIO)" "$(CRAY_PORTALS_LIBS)" "$(LIBS)" -include $(top_srcdir)/Rules +EXTRA_DIST = genlib.sh +CLEANFILES := liblsupport.a liblustre.so