X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=0b6f00e2de38ab544cfa4d1498b425bb80f2b2c4;hb=651880308c1fb26071f1f0788e3a9c842d927126;hp=18108cf020b4c264e04eb2a8bf92dfaf934de68e;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/Makefile.am b/Makefile.am index 18108cf0..0b6f00e2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,14 @@ +# Copyright (C) 2007, 2008, 2009 Nicira Networks, Inc. +# +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without warranty of any kind. + AUTOMAKE_OPTIONS = foreign subdir-objects ACLOCAL_AMFLAGS = -I m4 SUBDIRS = datapath -if ENABLE_USERSPACE -if HAVE_DPKG_BUILDPACKAGE -distcheck-hook: - cd $(srcdir) && dpkg-buildpackage -rfakeroot -us -uc - cd $(srcdir) && fakeroot ./debian/rules clean -else -distcheck-hook: -endif - AM_CPPFLAGS = $(SSL_CFLAGS) AM_CPPFLAGS += $(NCURSES_CFLAGS) AM_CPPFLAGS += $(PCRE_CFLAGS) @@ -28,7 +26,7 @@ endif CLEANFILES = DISTCLEANFILES = -EXTRA_DIST = +EXTRA_DIST = INSTALL.Linux INSTALL.XenServer INSTALL.SSL TESTS = TESTS_ENVIRONMENT = bin_PROGRAMS = @@ -66,9 +64,4 @@ include third-party/automake.mk include debian/automake.mk include vswitchd/automake.mk include xenserver/automake.mk -if HAVE_CURSES -if HAVE_PCRE include extras/ezio/automake.mk -endif -endif -endif # ENABLE_USERSPACE