1
1

configury: clean the flex generated .c files

Этот коммит содержится в:
Gilles Gouaillardet 2016-05-26 14:51:32 +09:00
родитель 17202e5177
Коммит 5f565dfec3
6 изменённых файлов: 30 добавлений и 1 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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