X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=5e449d6d3adc71ce1b0084ebbdfd94eb7ff58fe9;hb=2c0e6eb41fa7747e0dbfbe87777a5906bd7d95fb;hp=f0e757118e5bfd58bc4adac1d0e5a010ef6b5df1;hpb=045b2e5c77d02cd0d7bba046e2dbed72ec4828c8;p=openvswitch diff --git a/Makefile.am b/Makefile.am index f0e75711..5e449d6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ EXTRA_DIST = \ DESIGN \ INSTALL.KVM \ INSTALL.Linux \ + INSTALL.RHEL \ INSTALL.SSL \ INSTALL.XenServer \ INSTALL.bridge \ @@ -53,6 +54,8 @@ dist_man_MANS = dist_pkgdata_DATA = dist_pkgdata_SCRIPTS = dist_sbin_SCRIPTS = +dist_scripts_SCRIPTS = +INSTALL_DATA_LOCAL = man_MANS = noinst_DATA = noinst_HEADERS = @@ -61,9 +64,14 @@ noinst_man_MANS = noinst_PROGRAMS = noinst_SCRIPTS = OVSIDL_BUILT = +pkgdata_DATA = +sbin_SCRIPTS = +scripts_SCRIPTS = SUFFIXES = check_DATA = +scriptsdir = $(pkgdatadir)/scripts + # This ensures that files added to EXTRA_DIST are always distributed, # even if they are inside an Automake if...endif conditional block that is # disabled by some particular "configure" run. For more information, see: @@ -85,9 +93,12 @@ SUFFIXES += .in -e 's,[@]PYTHON[@],$(PYTHON),g' \ -e 's,[@]RUNDIR[@],$(RUNDIR),g' \ -e 's,[@]VERSION[@],$(VERSION),g' \ + -e 's,[@]BUILDNR[@],$(BUILDNR),g' \ -e 's,[@]localstatedir[@],$(localstatedir),g' \ -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \ -e 's,[@]sysconfdir[@],$(sysconfdir),g' \ + -e 's,[@]bindir[@],$(bindir),g' \ + -e 's,[@]sbindir[@],$(sbindir),g' \ -e 's,[@]abs_top_srcdir[@],$(abs_top_srcdir),g' \ -e 's,[@]ovsdbmonitordir[@],$(ovsdbmonitordir),g' \ > $@.tmp @@ -139,7 +150,8 @@ rate-limit-check: dist-hook: $(DIST_HOOKS) all-local: $(ALL_LOCAL) clean-local: $(CLEAN_LOCAL) -.PHONY: $(DIST_HOOKS) $(CLEAN_LOCAL) +install-data-local: $(INSTALL_DATA_LOCAL) +.PHONY: $(DIST_HOOKS) $(CLEAN_LOCAL) $(INSTALL_DATA_LOCAL) include lib/automake.mk include ofproto/automake.mk @@ -150,5 +162,6 @@ include third-party/automake.mk include debian/automake.mk include vswitchd/automake.mk include ovsdb/automake.mk +include rhel/automake.mk include xenserver/automake.mk include python/ovs/automake.mk