[Rivet-svn] r2367 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Mar 29 15:06:24 BST 2010


Author: buckley
Date: Mon Mar 29 15:06:24 2010
New Revision: 2367

Log:
Adding more include dir flags to rivet-config

Modified:
   trunk/bin/rivet-config.in

Modified: trunk/bin/rivet-config.in
==============================================================================
--- trunk/bin/rivet-config.in	Mon Mar 29 09:54:27 2010	(r2366)
+++ trunk/bin/rivet-config.in	Mon Mar 29 15:06:24 2010	(r2367)
@@ -63,7 +63,14 @@
 tmp=$( echo "$*" | egrep -- '--\<cppflags\>')
 irivet="@includedir@"
 ihepmc="@HEPMCINCPATH@"
-test -n "$tmp" && OUT="$OUT -I${irivet} -I${ihepmc}"
+ifastjet="@FASTJETINCPATH@"
+igsl="@GSLINCPATH@"
+if test -n "$tmp"; then
+    test -n "$irivet" && OUT="$OUT -I${irivet}"
+    test -n "$ihepmc" && OUT="$OUT -I${ihepmc}"
+    test -n "$ifastjet" && OUT="$OUT -I${ifastjet}"
+    test -n "$igsl" && OUT="$OUT -I${igsl}"
+fi
 
 tmp=$( echo "$*" | egrep -- '--\<ldflags\>')
 test -n "$tmp" && OUT="$OUT -L at libdir@"


More information about the Rivet-svn mailing list