<p><b>dwj07@fsu.edu</b> 2012-09-12 08:56:31 -0600 (Wed, 12 Sep 2012)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Adding include paths for CESM make.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/cesm_coupling/src/Makefile
===================================================================
--- branches/ocean_projects/cesm_coupling/src/Makefile        2012-09-12 14:50:14 UTC (rev 2154)
+++ branches/ocean_projects/cesm_coupling/src/Makefile        2012-09-12 14:56:31 UTC (rev 2155)
@@ -5,14 +5,14 @@
 CPP = cpp -C -P -traditional
 NETCDF=$(NETCDF_PATH)
 PNETCDF=$(PNETCDF_PATH)
-PIO=$(CASEROOT)/bld/pio
+PIO=$(EXEROOT)/pio
 FC=$(MPIFC)
 CC=$(MPICC)
 FILE_OFFSET = -DOFFSET64BIT
 CPPFLAGS = $(MODEL_FORMULATION) -DUNDERSCORE $(FILE_OFFSET) $(ZOLTAN_DEFINE)
-CPPINCLUDES = -I$(CASEROOT)/bld/ocn/source/inc -I$(NETCDF)/include -I$(PIO) -I$(PNETCDF)/include
+CPPINCLUDES = -I$(EXEROOT)/ocn/source/inc -I$(NETCDF)/include -I$(PIO) -I$(PNETCDF)/include
 FFLAGS = -qrealsize=8
-FCINCLUDES = -I$(CASEROOT)/bld/ocn/source/inc -I$(NETCDF)/include -I$(PIO) -I$(PNETCDF)/include
+FCINCLUDES = -I$(EXEROOT)/ocn/source/inc -I$(EXEROOT)/csm_share -I$(EXEROOT)/gptl -I$(NETCDF)/include -I$(PIO) -I$(PNETCDF)/include
 LIBS = -L$(PIO) -L$(PNETCDF)/lib -L$(NETCDF)/lib -lpio -lpnetcdf -lnetcdf
 include $(CASEROOT)/Macros
 
@@ -30,10 +30,6 @@
 
 mpas: reg_includes externals frame ops dycore drver
 ifeq &quot;$(CESM)&quot; &quot;true&quot;
-        cp framework/*.o .
-        cp operators/*.o .
-        cp core_$(CORE)/*.o .
-        cp cesm_driver/*.o .
         ar ru lib$(CORE).a framework/*.o
         ar ru lib$(CORE).a operators/*.o
         ar ru lib$(CORE).a core_$(CORE)/*.o

</font>
</pre>