summaryrefslogtreecommitdiff
path: root/events/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'events/Makefile.in')
-rw-r--r--events/Makefile.in15
1 files changed, 10 insertions, 5 deletions
diff --git a/events/Makefile.in b/events/Makefile.in
index f99d57d..13d4130 100644
--- a/events/Makefile.in
+++ b/events/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -305,6 +305,7 @@ event_files = \
i386/skylake/events i386/skylake/unit_masks \
i386/silvermont/events i386/silvermont/unit_masks \
i386/goldmont/events i386/goldmont/unit_masks \
+ i386/goldmontplus/events i386/goldmontplus/unit_masks \
i386/knightslanding/events i386/knightslanding/unit_masks \
ppc64/architected_events_v1/events ppc64/architected_events_v1/unit_masks \
ppc64/power4/events ppc64/power4/event_mappings ppc64/power4/unit_masks \
@@ -342,6 +343,7 @@ event_files = \
arm/armv8-xgene/events arm/armv8-xgene/unit_masks \
arm/armv8-ca57/events arm/armv8-ca57/unit_masks \
arm/armv8-ca53/events arm/armv8-ca53/unit_masks \
+ arm/armv8-thunderx2/events arm/armv8-thunderx2/unit_masks \
mips/20K/events mips/20K/unit_masks \
mips/24K/events mips/24K/unit_masks \
mips/25K/events mips/25K/unit_masks \
@@ -392,8 +394,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -417,7 +419,10 @@ ctags CTAGS:
cscope cscopelist:
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \