comparison libbacktrace/Makefile.in @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
14 # PARTICULAR PURPOSE. 14 # PARTICULAR PURPOSE.
15 15
16 @SET_MAKE@ 16 @SET_MAKE@
17 17
18 # Makefile.am -- Backtrace Makefile. 18 # Makefile.am -- Backtrace Makefile.
19 # Copyright (C) 2012-2017 Free Software Foundation, Inc. 19 # Copyright (C) 2012-2018 Free Software Foundation, Inc.
20 20
21 # Redistribution and use in source and binary forms, with or without 21 # Redistribution and use in source and binary forms, with or without
22 # modification, are permitted provided that the following conditions are 22 # modification, are permitted provided that the following conditions are
23 # met: 23 # met:
24 24
93 DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \ 93 DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
94 $(srcdir)/Makefile.am $(top_srcdir)/configure \ 94 $(srcdir)/Makefile.am $(top_srcdir)/configure \
95 $(am__configure_deps) $(srcdir)/config.h.in \ 95 $(am__configure_deps) $(srcdir)/config.h.in \
96 $(srcdir)/../mkinstalldirs $(srcdir)/backtrace-supported.h.in 96 $(srcdir)/../mkinstalldirs $(srcdir)/backtrace-supported.h.in
97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98 am__aclocal_m4_deps = $(top_srcdir)/../config/lead-dot.m4 \ 98 am__aclocal_m4_deps = $(top_srcdir)/../config/cet.m4 \
99 $(top_srcdir)/../config/enable.m4 \
100 $(top_srcdir)/../config/lead-dot.m4 \
99 $(top_srcdir)/../config/multi.m4 \ 101 $(top_srcdir)/../config/multi.m4 \
100 $(top_srcdir)/../config/override.m4 \ 102 $(top_srcdir)/../config/override.m4 \
101 $(top_srcdir)/../config/stdint.m4 \ 103 $(top_srcdir)/../config/stdint.m4 \
102 $(top_srcdir)/../config/unwind_ipinfo.m4 \ 104 $(top_srcdir)/../config/unwind_ipinfo.m4 \
103 $(top_srcdir)/../config/warnings.m4 \ 105 $(top_srcdir)/../config/warnings.m4 \