Bring manpages and usage messages up-to-date.
[sliver-openvswitch.git] / Make.vars
1 # -*- makefile -*-
2
3 AM_CPPFLAGS = $(SSL_CFLAGS)
4 LIBS = $(SSL_LIBS)
5
6 COMMON_FLAGS = -DVERSION=\"$(VERSION)\"
7 if NDEBUG
8 COMMON_FLAGS += -DNDEBUG -fomit-frame-pointer
9 endif
10
11 AM_CFLAGS = $(COMMON_FLAGS)
12 AM_CFLAGS += -Wstrict-prototypes -I $(top_srcdir)/include
13
14 rundir = $(localstatedir)/run
15 AM_CFLAGS += -DRUNDIR=\"$(rundir)\"
16
17 if !NDEBUG
18 AM_LDFLAGS = -export-dynamic
19 endif
20
21 do_subst = sed -e 's,[@]pkidir[@],$(pkidir),g' \
22                -e 's,[@]rundir[@],$(rundir),g' \
23                -e 's,[@]PERL[@],$(PERL),g'
24 ro_script = sed "`printf '1a\\' && printf '\\n\# -*- buffer-read-only: t -*-'`"
25 ro_man = printf '.\\" Local variables:\n.\\" buffer-read-only: t\n.\\" End:\n'