X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=5888e85f57d00689ad0757c7e05e411f889fe2a7;hb=e9f8f9367e9e654b9582279608af86ea3744a2a0;hp=de51e10f779794af0c9faa0af389e8fdb41d2bc7;hpb=d161c099279e9ab564636c72423268e6da69f795;p=openvswitch diff --git a/Makefile.am b/Makefile.am index de51e10f..5888e85f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,7 @@ else AM_LDFLAGS = -export-dynamic endif +BUILT_SOURCES = CLEANFILES = DISTCLEANFILES = EXTRA_DIST = INSTALL.bridge \ @@ -32,7 +33,9 @@ EXTRA_DIST = INSTALL.bridge \ INSTALL.userspace \ INSTALL.OpenFlow \ INSTALL.SSL \ - INSTALL.XenServer + INSTALL.XenServer \ + README-gcov \ + ++WARNING++ bin_PROGRAMS = sbin_PROGRAMS = bin_SCRIPTS = @@ -41,16 +44,18 @@ dist_man_MANS = dist_pkgdata_SCRIPTS = dist_sbin_SCRIPTS = man_MANS = +noinst_DATA = noinst_HEADERS = noinst_LIBRARIES = noinst_PROGRAMS = noinst_SCRIPTS = +SUFFIXES = EXTRA_DIST += soexpand.pl ro_c = echo '/* -*- mode: c; buffer-read-only: t -*- */' -SUFFIXES = .in +SUFFIXES += .in .in: $(PERL) $(srcdir)/soexpand.pl -I$(srcdir) < $< | \ sed \ @@ -63,6 +68,7 @@ SUFFIXES = .in -e 's,[@]localstatedir[@],$(localstatedir),g' \ -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \ -e 's,[@]sysconfdir[@],$(sysconfdir),g' \ + -e 's,[@]abs_top_srcdir[@],$(abs_top_srcdir),g' \ > $@.tmp @if head -n 1 $@.tmp | grep -q '#!'; then \ echo chmod +x $@.tmp; \ @@ -78,5 +84,6 @@ include include/automake.mk include third-party/automake.mk include debian/automake.mk include vswitchd/automake.mk +include ovsdb/automake.mk include xenserver/automake.mk include extras/ezio/automake.mk