1 # Copyright (C) 2007, 2008, 2009 Nicira Networks, Inc.
3 # Copying and distribution of this file, with or without modification,
4 # are permitted in any medium without royalty provided the copyright
5 # notice and this notice are preserved. This file is offered as-is,
6 # without warranty of any kind.
8 AUTOMAKE_OPTIONS = foreign subdir-objects
9 ACLOCAL_AMFLAGS = -I m4
13 AM_CPPFLAGS = $(SSL_CFLAGS)
14 AM_CPPFLAGS += $(NCURSES_CFLAGS)
15 AM_CPPFLAGS += $(PCRE_CFLAGS)
16 AM_CPPFLAGS += -I $(top_srcdir)/include
17 AM_CPPFLAGS += -I $(top_srcdir)/lib
19 AM_CFLAGS = -Wstrict-prototypes
22 AM_CPPFLAGS += -DNDEBUG
23 AM_CFLAGS += -fomit-frame-pointer
25 AM_LDFLAGS = -export-dynamic
30 EXTRA_DIST = INSTALL.Linux INSTALL.XenServer INSTALL.SSL
38 dist_pkgdata_SCRIPTS =
46 EXTRA_DIST += soexpand.pl
48 ro_c = echo '/* -*- mode: c; buffer-read-only: t -*- */'
52 $(PERL) $(srcdir)/soexpand.pl -I$(srcdir) < $< | \
53 sed -e 's,[@]LOGDIR[@],$(LOGDIR),g' \
54 -e 's,[@]PKIDIR[@],$(PKIDIR),g' \
55 -e 's,[@]RUNDIR[@],$(RUNDIR),g' \
56 -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \
57 -e 's,[@]PERL[@],$(PERL),g' > $@
59 include lib/automake.mk
60 include secchan/automake.mk
61 include utilities/automake.mk
62 include tests/automake.mk
63 include include/automake.mk
64 include third-party/automake.mk
65 include debian/automake.mk
66 include vswitchd/automake.mk
67 include xenserver/automake.mk
70 include extras/ezio/automake.mk
73 endif # ENABLE_USERSPACE