From 5f565dfec3f9bd9ed58a48b1f0cb89430dae78e4 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Thu, 26 May 2016 14:51:32 +0900 Subject: [PATCH] configury: clean the flex generated .c files --- ompi/mca/coll/ml/Makefile.am | 7 ++++++- opal/mca/btl/openib/Makefile.am | 5 +++++ opal/util/Makefile.am | 5 +++++ opal/util/keyval/Makefile.am | 5 +++++ orte/mca/rmaps/rank_file/Makefile.am | 4 ++++ orte/util/Makefile.am | 5 +++++ 6 files changed, 30 insertions(+), 1 deletion(-) diff --git a/ompi/mca/coll/ml/Makefile.am b/ompi/mca/coll/ml/Makefile.am index 5733cc753e..a4022ebf7d 100644 --- a/ompi/mca/coll/ml/Makefile.am +++ b/ompi/mca/coll/ml/Makefile.am @@ -3,7 +3,9 @@ # Copyright (c) 2009-2012 Mellanox Technologies. All rights reserved. # Copyright (c) 2013-2014 Los Alamos National Security, LLC. All rights # reserved. -# Copyright (c) 2015 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2015 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2016 Research Organization for Information Science +# and Technology (RIST). All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -82,3 +84,6 @@ mca_coll_ml_la_LIBADD = noinst_LTLIBRARIES = $(component_noinst) libmca_coll_ml_la_SOURCES =$(sources) libmca_coll_ml_la_LDFLAGS = -module -avoid-version + +maintainer-clean-local: + rm -f coll_ml_lex.c diff --git a/opal/mca/btl/openib/Makefile.am b/opal/mca/btl/openib/Makefile.am index 24a8f9800e..612f8e96b5 100644 --- a/opal/mca/btl/openib/Makefile.am +++ b/opal/mca/btl/openib/Makefile.am @@ -15,6 +15,8 @@ # Copyright (c) 2011 Mellanox Technologies. All rights reserved. # Copyright (c) 2012 Oak Ridge National Laboratory. All rights reserved # Copyright (c) 2013 Intel, Inc. All rights reserved. +# Copyright (c) 2016 Research Organization for Information Science +# and Technology (RIST). All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -129,3 +131,6 @@ noinst_LTLIBRARIES = $(lib) libmca_btl_openib_la_SOURCES = $(lib_sources) libmca_btl_openib_la_LDFLAGS= -module -avoid-version $(btl_openib_LDFLAGS) libmca_btl_openib_la_LIBADD = $(btl_openib_LIBS) + +maintainer-clean-local: + rm -f btl_openib_lex.c diff --git a/opal/util/Makefile.am b/opal/util/Makefile.am index e75f531332..edaec77742 100644 --- a/opal/util/Makefile.am +++ b/opal/util/Makefile.am @@ -14,6 +14,8 @@ # Copyright (c) 2013 Intel, Inc. All rights reserved # Copyright (c) 2016 Los Alamos National Security, LLC. All rights # reserved. +# Copyright (c) 2016 Research Organization for Information Science +# and Technology (RIST). All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -120,3 +122,6 @@ if WANT_INSTALL_HEADERS opaldir = $(opalincludedir)/$(subdir) opal_HEADERS = $(headers) endif + +maintainer-clean-local: + rm -f show_help_lex.c diff --git a/opal/util/keyval/Makefile.am b/opal/util/keyval/Makefile.am index 7c8bad35e8..b00083d5d8 100644 --- a/opal/util/keyval/Makefile.am +++ b/opal/util/keyval/Makefile.am @@ -9,6 +9,8 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. +# Copyright (c) 2016 Research Organization for Information Science +# and Technology (RIST). All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -27,3 +29,6 @@ noinst_LTLIBRARIES = libopalutilkeyval.la libopalutilkeyval_la_SOURCES = \ keyval_lex.h \ keyval_lex.l + +maintainer-clean-local: + rm -f keyval_lex.c diff --git a/orte/mca/rmaps/rank_file/Makefile.am b/orte/mca/rmaps/rank_file/Makefile.am index 0476690998..e59a764207 100644 --- a/orte/mca/rmaps/rank_file/Makefile.am +++ b/orte/mca/rmaps/rank_file/Makefile.am @@ -12,6 +12,8 @@ # Copyright (c) 2008 Voltaire. All rights reserved # # Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2016 Research Organization for Information Science +# and Technology (RIST). All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -51,3 +53,5 @@ noinst_LTLIBRARIES = $(component_noinst) libmca_rmaps_rank_file_la_SOURCES =$(sources) libmca_rmaps_rank_file_la_LDFLAGS = -module -avoid-version +maintainer-clean-local: + rm -f rmaps_rank_file_lex.c diff --git a/orte/util/Makefile.am b/orte/util/Makefile.am index d60905b332..c9db96e183 100644 --- a/orte/util/Makefile.am +++ b/orte/util/Makefile.am @@ -12,6 +12,8 @@ # Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. # Copyright (c) 2014 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2014-2016 Intel, Inc. All rights reserved. +# Copyright (c) 2016 Research Organization for Information Science +# and Technology (RIST). All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -81,3 +83,6 @@ lib@ORTE_LIB_PREFIX@open_rte_la_SOURCES += \ # Remove the generated man pages distclean-local: rm -f $(nodist_man_MANS) + +maintainer-clean-local: + rm -f util/hostfile/hostfile_lex.c