X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Make.vars;h=6e495d84a7076f7d6409e195c268843a469b9a42;hb=4fbcabe10406118bb1856772cd7fbfb2a193869b;hp=37727732073952cbdd8428a3a8ff4a1fc5dafbc5;hpb=263aa64c49cb92e26e608fb7fecfcbaf3b20db9e;p=sliver-openvswitch.git diff --git a/Make.vars b/Make.vars index 377277320..6e495d84a 100644 --- a/Make.vars +++ b/Make.vars @@ -1,25 +1,2 @@ # -*- makefile -*- -AM_CPPFLAGS = $(SSL_CFLAGS) -AM_CPPFLAGS += -I $(ofp_top_srcdir)/include -if HAVE_EXT -AM_CPPFLAGS += -I $(ofp_top_srcdir)/ext/include -endif - -AM_CFLAGS = -DVERSION=\"$(VERSION)\" -AM_CFLAGS += -Wstrict-prototypes - -rundir = $(localstatedir)/run -AM_CFLAGS += -DRUNDIR=\"$(rundir)\" - -if NDEBUG -AM_CFLAGS += -DNDEBUG -fomit-frame-pointer -else -AM_LDFLAGS = -export-dynamic -endif - -do_subst = sed -e 's,[@]pkidir[@],$(pkidir),g' \ - -e 's,[@]rundir[@],$(rundir),g' \ - -e 's,[@]PERL[@],$(PERL),g' -ro_script = sed "`printf '1a\\' && printf '\\n\# -*- buffer-read-only: t -*-'`" -ro_man = printf '.\\" Local variables:\n.\\" buffer-read-only: t\n.\\" End:\n'