X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=70ea49cbe6e684f579688308b0a55fa7297c47c7;hb=42d89d2a61a8c9e550a3a98cf7aaebce23f1b033;hp=46de7fb330db945cdeb4b7451192fe96b5e80acf;hpb=429ebf217bd72fc28de6816bbbfeaf9ce006ecd9;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index 46de7fb33..70ea49cbe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2007, 2008, 2009, 2010, 2011 Nicira Networks, Inc. +# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Nicira Networks, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -29,6 +29,7 @@ BUILT_SOURCES = CLEANFILES = CLEAN_LOCAL = DISTCLEANFILES = +PYCOV_CLEAN_FILES = build-aux/check-structs,cover EXTRA_DIST = \ CodingStyle \ DESIGN \ @@ -100,7 +101,6 @@ 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' \ @@ -115,6 +115,11 @@ SUFFIXES += .in fi mv $@.tmp $@ +.PHONY: clean-pycov +clean-pycov: + cd $(srcdir) && rm -f $(PYCOV_CLEAN_FILES) +CLEAN_LOCAL += clean-pycov + # If we're checked out from a Git repository, make sure that every # file that is in Git is distributed. ALL_LOCAL += dist-hook-git