[Pvfs2-developers] Re: [Pvfs2-cvs] commit by slang in pvfs2:
Makefile.in
Pete Wyckoff
pw at osc.edu
Wed Apr 9 12:58:37 EDT 2008
cvs at parl.clemson.edu 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 += -L at GM_HOME@/lib
> - SERVER_LDFLAGS += -L at GM_HOME@/lib
> - LIBS += -lgm
> - LIBS_THREADED += -lgm
> - SERVERLIBS += -lgm
> + # other settings in bmi_gm/module.mk.in
> + CFLAGS += -D__STATIC_METHOD_BMI_GM__
> + GMLIBS := -L at GM_LIBDIR@ -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
More information about the Pvfs2-developers
mailing list