[Pvfs2-cvs] commit by pw in pvfs2: Makefile.in

CVS commit program cvs at parl.clemson.edu
Fri Jul 20 15:21:10 EDT 2007


Update of /projects/cvsroot/pvfs2
In directory parlweb1:/tmp/cvs-serv2835

Modified Files:
	Makefile.in 
Log Message:
Redo configure args to allow different choices of Portals libs depending
on the local machine.  Some hacking around incompatibilities between
Cray Portals and the reference TCP implemenation.


Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/Makefile.in,v
diff -u -p -p -u -r1.251 -r1.252
--- Makefile.in	19 Jul 2007 23:15:13 -0000	1.251
+++ Makefile.in	20 Jul 2007 19:21:10 -0000	1.252
@@ -348,10 +348,10 @@ endif
 ifdef BUILD_PORTALS
     CFLAGS += -D__STATIC_METHOD_BMI_PORTALS__
 ifneq (, at PORTALS_LIBS@)
-    PORTALSLIBS := -L at PORTALS_LIBDIR@ -lp3api -lp3lib -lp3utcp -lp3rt
-    LIBS += $(PORTALSLIBS)
-    LIBS_THREADED += $(PORTALSLIBS)
-    SERVERLIBS += $(PORTALSLIBS)
+    PORTALS_LIBS := @PORTALS_LIBS@
+    LIBS += $(PORTALS_LIBS)
+    LIBS_THREADED += $(PORTALS_LIBS)
+    SERVERLIBS += $(PORTALS_LIBS)
 endif
 endif
 
@@ -798,6 +798,7 @@ cleaner: clean
 	rm -f doc/doxygen/pvfs2-doxygen.conf
 	rm -f examples/fs.conf examples/server.conf-localhost
 	rm -rf autom4te*.cache
+	rm -f pvfs2-config.h.in~
 	rm -f $(srcdir)/cscope.out $(srcdir)/cscope.files
 	rm -f config.log config.status config.cache 
 	rm -f pvfs- at PVFS2_VERSION@.tar.gz



More information about the Pvfs2-cvs mailing list