[EMAIL PROTECTED] wrote on Wed, 09 Apr 2008 11:53 -0400:
> Update of /projects/cvsroot/pvfs2
> In directory parlweb1:/tmp/cvs-serv23649
>
> Modified Files:
> Tag: pvfs-2-7-branch
> Makefile.in
> Log Message:
> merge make dist tweaks to 2.7 branch
[..]
> ifdef BUILD_GM
> - CFLAGS += -I @GM_HOME@/include -I @GM_HOME@/include/gm
> - CFLAGS += -D__STATIC_METHOD_BMI_GM__
> - # TODO: later on we will want the ability to modify this at configure
> - # time
> - CFLAGS += -DENABLE_GM_BUFPOOL
> - LDFLAGS += [EMAIL PROTECTED]@/lib
> - SERVER_LDFLAGS += [EMAIL PROTECTED]@/lib
> - LIBS += -lgm
> - LIBS_THREADED += -lgm
> - SERVERLIBS += -lgm
> + # other settings in bmi_gm/module.mk.in
> + CFLAGS += -D__STATIC_METHOD_BMI_GM__
> + GMLIBS := [EMAIL PROTECTED]@ -lgm
> + LIBS += $(GMLIBS)
> + DEPLIBS += $(GMLIBS)
> + LIBS_THREADED += $(GMLIBS)
> + SERVERLIBS += $(GMLIBS)
> endif
Relies on maint/config changes to gm and mx too. Not sure if you
got those yet.
-- Pete
_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers