Mercurial > hg > CbC > CbC_gcc
comparison libquadmath/Makefile.am @ 145:1830386684a0
gcc-9.2.0
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 11:34:05 +0900 |
parents | 84e7813d76e9 |
children |
comparison
equal
deleted
inserted
replaced
131:84e7813d76e9 | 145:1830386684a0 |
---|---|
1 ## Process this file with automake to produce Makefile.in | 1 ## Process this file with automake to produce Makefile.in |
2 | 2 |
3 AUTOMAKE_OPTIONS = 1.8 foreign | 3 AUTOMAKE_OPTIONS = foreign info-in-builddir |
4 | |
5 | 4 |
6 ## Skip over everything if the quadlib is not available: | 5 ## Skip over everything if the quadlib is not available: |
7 if BUILD_LIBQUADMATH | 6 if BUILD_LIBQUADMATH |
8 ACLOCAL_AMFLAGS = -I .. -I ../config | 7 ACLOCAL_AMFLAGS = -I .. -I ../config |
9 AM_CPPFLAGS = -I $(top_srcdir)/../include | 8 AM_CPPFLAGS = -I $(top_srcdir)/../include |
43 | 42 |
44 nodist_libsubinclude_HEADERS = quadmath.h quadmath_weak.h | 43 nodist_libsubinclude_HEADERS = quadmath.h quadmath_weak.h |
45 libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include | 44 libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include |
46 | 45 |
47 libquadmath_la_SOURCES = \ | 46 libquadmath_la_SOURCES = \ |
48 math/x2y2m1q.c math/isinf_nsq.c math/acoshq.c math/fmodq.c \ | 47 math/x2y2m1q.c math/acoshq.c math/fmodq.c \ |
49 math/acosq.c math/frexpq.c \ | 48 math/acosq.c math/frexpq.c \ |
50 math/rem_pio2q.c math/asinhq.c math/hypotq.c math/remainderq.c \ | 49 math/rem_pio2q.c math/asinhq.c math/hypotq.c math/remainderq.c \ |
51 math/asinq.c math/rintq.c math/atan2q.c math/isinfq.c \ | 50 math/asinq.c math/rintq.c math/atan2q.c math/isinfq.c \ |
52 math/roundq.c math/atanhq.c math/isnanq.c math/scalblnq.c math/atanq.c \ | 51 math/roundq.c math/atanhq.c math/isnanq.c math/scalblnq.c math/atanq.c \ |
53 math/j0q.c math/scalbnq.c math/cbrtq.c math/j1q.c math/signbitq.c \ | 52 math/j0q.c math/scalbnq.c math/cbrtq.c math/j1q.c math/signbitq.c \ |
57 math/sinq.c math/cosq_kernel.c math/log1pq.c math/sinq_kernel.c \ | 56 math/sinq.c math/cosq_kernel.c math/log1pq.c math/sinq_kernel.c \ |
58 math/erfq.c math/logq.c math/sqrtq.c math/expm1q.c math/lroundq.c \ | 57 math/erfq.c math/logq.c math/sqrtq.c math/expm1q.c math/lroundq.c \ |
59 math/tanhq.c math/expq.c math/modfq.c math/tanq.c math/fabsq.c \ | 58 math/tanhq.c math/expq.c math/modfq.c math/tanq.c math/fabsq.c \ |
60 math/nanq.c math/tgammaq.c math/finiteq.c math/nextafterq.c \ | 59 math/nanq.c math/tgammaq.c math/finiteq.c math/nextafterq.c \ |
61 math/truncq.c math/floorq.c math/powq.c math/fmaq.c math/logbq.c \ | 60 math/truncq.c math/floorq.c math/powq.c math/fmaq.c math/logbq.c \ |
61 math/exp2q.c math/issignalingq.c math/lgammaq_neg.c math/lgammaq_product.c \ | |
62 math/tanq_kernel.c math/tgammaq_product.c math/casinhq_kernel.c \ | |
62 math/cacoshq.c math/cacosq.c math/casinhq.c math/casinq.c \ | 63 math/cacoshq.c math/cacosq.c math/casinhq.c math/casinq.c \ |
63 math/catanhq.c math/catanq.c math/cimagq.c math/conjq.c math/cprojq.c \ | 64 math/catanhq.c math/catanq.c math/cimagq.c math/conjq.c math/cprojq.c \ |
64 math/crealq.c math/fdimq.c math/fmaxq.c math/fminq.c math/ilogbq.c \ | 65 math/crealq.c math/fdimq.c math/fmaxq.c math/fminq.c math/ilogbq.c \ |
65 math/llrintq.c math/log2q.c math/lrintq.c math/nearbyintq.c math/remquoq.c \ | 66 math/llrintq.c math/log2q.c math/lrintq.c math/nearbyintq.c math/remquoq.c \ |
66 math/ccoshq.c math/cexpq.c math/clog10q.c math/clogq.c math/csinq.c \ | 67 math/ccoshq.c math/cexpq.c math/clog10q.c math/clogq.c math/csinq.c \ |
121 if GENINSRC | 122 if GENINSRC |
122 STAMP_GENINSRC = stamp-geninsrc | 123 STAMP_GENINSRC = stamp-geninsrc |
123 else | 124 else |
124 STAMP_GENINSRC = | 125 STAMP_GENINSRC = |
125 endif | 126 endif |
127 ALL_LOCAL_DEPS = $(STAMP_GENINSRC) | |
126 | 128 |
127 # AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO]) | 129 # AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO]) |
128 if BUILD_INFO | 130 if BUILD_INFO |
129 STAMP_BUILD_INFO = stamp-build-info | 131 STAMP_BUILD_INFO = stamp-build-info |
130 else | 132 else |
131 STAMP_BUILD_INFO = | 133 STAMP_BUILD_INFO = |
132 endif | 134 endif |
133 | 135 |
134 | 136 |
135 all-local: $(STAMP_GENINSRC) | |
136 | |
137 stamp-geninsrc: libquadmath.info | 137 stamp-geninsrc: libquadmath.info |
138 cp -p $(top_builddir)/libquadmath.info $(srcdir)/libquadmath.info | 138 cp -p $(top_builddir)/libquadmath.info $(srcdir)/libquadmath.info |
139 @touch $@ | 139 @touch $@ |
140 | 140 |
141 stamp-build-info: libquadmath.texi $(libquadmath_TEXINFOS) | 141 stamp-build-info: libquadmath.texi $(libquadmath_TEXINFOS) |
142 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -o libquadmath.info $(srcdir)/libquadmath.texi | 142 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -o libquadmath.info $(srcdir)/libquadmath.texi |
143 @touch $@ | 143 @touch $@ |
144 | 144 |
145 CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO) libquadmath.info | 145 CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO) |
146 MAINTAINERCLEANFILES = $(srcdir)/libquadmath.info | 146 MAINTAINERCLEANFILES = $(srcdir)/libquadmath.info |
147 | 147 |
148 endif BUILD_LIBQUADMATH | 148 endif BUILD_LIBQUADMATH |
149 | |
150 all-local: $(ALL_LOCAL_DEPS) | |
149 | 151 |
150 # Unconditionally override this target, so that automake's definition | 152 # Unconditionally override this target, so that automake's definition |
151 # does not wrongly interfere. | 153 # does not wrongly interfere. |
152 libquadmath.info: $(STAMP_BUILD_INFO) | 154 libquadmath.info: $(STAMP_BUILD_INFO) |
153 | 155 |
170 | 172 |
171 libquadmath_TEXINFOS = libquadmath-vers.texi | 173 libquadmath_TEXINFOS = libquadmath-vers.texi |
172 | 174 |
173 libquadmath-vers.texi: | 175 libquadmath-vers.texi: |
174 echo "@set BUGURL $(REPORT_BUGS_TEXI)" > $@ | 176 echo "@set BUGURL $(REPORT_BUGS_TEXI)" > $@ |
177 | |
178 include $(top_srcdir)/../multilib.am |