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