[MOAB-dev] r3597 - in MOAB/trunk: src test/parallel
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Thu Mar 11 15:04:03 CST 2010
Author: kraftche
Date: 2010-03-11 15:04:03 -0600 (Thu, 11 Mar 2010)
New Revision: 3597
Modified:
MOAB/trunk/src/Makefile.am
MOAB/trunk/test/parallel/Makefile.am
Log:
replace use of "$(builddir)" with much more concise "."
Modified: MOAB/trunk/src/Makefile.am
===================================================================
--- MOAB/trunk/src/Makefile.am 2010-03-11 19:51:08 UTC (rev 3596)
+++ MOAB/trunk/src/Makefile.am 2010-03-11 21:04:03 UTC (rev 3597)
@@ -15,14 +15,14 @@
# Some variables
AM_CPPFLAGS += -DIS_BUILDING_MB \
- -I$(builddir) \
+ -I. \
-I$(srcdir)/io \
-I$(srcdir)/io/moab \
-I$(srcdir)/io/mhdf/include \
- -I$(builddir)/moab \
+ -I./moab \
-I$(srcdir)/moab \
-I$(srcdir)/parallel/moab \
- -I$(builddir)/parallel/moab
+ -I./parallel/moab
# The directory in which to install headers
libMOAB_la_includedir = $(includedir)
Modified: MOAB/trunk/test/parallel/Makefile.am
===================================================================
--- MOAB/trunk/test/parallel/Makefile.am 2010-03-11 19:51:08 UTC (rev 3596)
+++ MOAB/trunk/test/parallel/Makefile.am 2010-03-11 21:04:03 UTC (rev 3597)
@@ -1,7 +1,7 @@
LDADD = $(top_builddir)/src/libMOAB.la
AM_CPPFLAGS += -DIS_BUILDING_MB \
-DSRCDIR=$(srcdir) \
- -I$(builddir) \
+ -I. \
-I.. -I$(srcdir)/.. \
-I$(top_builddir)/src \
-I$(top_srcdir)/src \
More information about the moab-dev
mailing list