Revamp build system to make it easier to integrate openflowext.
[sliver-openvswitch.git] / Make.vars
index 3772773..6e495d8 100644 (file)
--- 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'