]> git.ipfire.org Git - thirdparty/gcc.git/blob - libquadmath/Makefile.am
re PR bootstrap/47736 (libquadmath build broken with pre-2.10 glibc)
[thirdparty/gcc.git] / libquadmath / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = 1.8 foreign
4
5
6 ## Skip over everything if the quadlib is not available:
7 if BUILD_LIBQUADMATH
8 ACLOCAL_AMFLAGS = -I .. -I ../config
9
10 ## May be used by toolexeclibdir.
11 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
12
13 ## Symbol versioning (copied from libssp).
14 if LIBQUAD_USE_SYMVER
15 if LIBQUAD_USE_SYMVER_GNU
16 version_arg = -Wl,--version-script=$(srcdir)/quadmath.map
17 version_dep = $(srcdir)/quadmath.map
18 endif
19 if LIBQUAD_USE_SYMVER_SUN
20 version_arg = -Wl,-M,quadmath.map-sun
21 version_dep = quadmath.map-sun
22 quadmath.map-sun : $(srcdir)/quadmath.map \
23 $(top_srcdir)/../contrib/make_sunver.pl \
24 $(libquadmath_la_OBJECTS) $(libquadmath_la_LIBADD)
25 perl $(top_srcdir)/../contrib/make_sunver.pl \
26 $(srcdir)/quadmath.map \
27 `echo $(libquadmath_la_OBJECTS) $(libquadmath_la_LIBADD) | \
28 sed 's,\([^/ ]*\)\.l\([ao]\),.libs/\1.\2,g'` \
29 > $@ || (rm -f $@ ; exit 1)
30 endif
31 else
32 version_arg =
33 version_dep =
34 endif
35
36 toolexeclib_LTLIBRARIES = libquadmath.la
37 libquadmath_la_LIBADD =
38 libquadmath_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
39 $(version_arg) $(lt_host_flags) -lm
40 libquadmath_la_DEPENDENCIES = $(version_dep) $(libquadmath_la_LIBADD)
41
42 nodist_libsubinclude_HEADERS = quadmath.h quadmath_weak.h
43 libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
44
45 libquadmath_la_SOURCES = \
46 gdtoa/arith.h gdtoa/gdtoa_fltrnds.h gdtoa/gd_qnan.h gdtoa/gdtoaimp.h \
47 gdtoa/gdtoa.h quadmath-imp.h \
48 gdtoa/hd_init.c gdtoa/smisc.c gdtoa/sum.c \
49 gdtoa/gethex.c gdtoa/hexnan.c gdtoa/strtodg.c \
50 gdtoa/gmisc.c gdtoa/misc.c gdtoa/strtopQ.c \
51 math/acoshq.c math/fmodq.c math/acosq.c math/frexpq.c \
52 math/rem_pio2q.c math/asinhq.c math/hypotq.c math/remainderq.c \
53 math/asinq.c math/rintq.c math/atan2q.c math/isinfq.c \
54 math/roundq.c math/atanhq.c math/isnanq.c math/scalblnq.c math/atanq.c \
55 math/j0q.c math/scalbnq.c math/cbrtq.c math/j1q.c math/signbitq.c \
56 math/ceilq.c math/jnq.c math/sincos_table.c math/complex.c math/ldexpq.c \
57 math/sincosq.c math/copysignq.c math/lgammaq.c math/sincosq_kernel.c \
58 math/coshq.c math/llroundq.c math/sinhq.c math/cosq.c math/log10q.c \
59 math/sinq.c math/cosq_kernel.c math/log1pq.c math/sinq_kernel.c \
60 math/erfq.c math/logq.c math/sqrtq.c math/expm1q.c math/lroundq.c \
61 math/tanhq.c math/expq.c math/modfq.c math/tanq.c math/fabsq.c \
62 math/nanq.c math/tgammaq.c math/finiteq.c math/nextafterq.c \
63 math/truncq.c math/floorq.c math/powq.c math/fmaq.c \
64 math/cacoshq.c math/cacosq.c math/casinhq.c math/casinq.c \
65 math/catanhq.c math/catanq.c math/cimagq.c math/conjq.c math/cprojq.c \
66 math/crealq.c math/fdimq.c math/fmaxq.c math/fminq.c math/ilogbq.c \
67 math/llrintq.c math/log2q.c math/lrintq.c math/nearbyintq.c math/remquoq.c \
68 printf/addmul_1.c printf/add_n.c printf/cmp.c printf/divrem.c \
69 printf/flt1282mpn.c printf/fpioconst.c printf/lshift.c printf/mul_1.c \
70 printf/mul_n.c printf/mul.c printf/printf_fphex.c printf/printf_fp.c \
71 printf/quadmath-printf.c printf/rshift.c printf/submul_1.c printf/sub_n.c
72
73
74 # Work around what appears to be a GNU make bug handling MAKEFLAGS
75 # values defined in terms of make variables, as is the case for CC and
76 # friends when we are called from the top level Makefile.
77 AM_MAKEFLAGS = \
78 "AR_FLAGS=$(AR_FLAGS)" \
79 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
80 "CFLAGS=$(CFLAGS)" \
81 "CXXFLAGS=$(CXXFLAGS)" \
82 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
83 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
84 "INSTALL=$(INSTALL)" \
85 "INSTALL_DATA=$(INSTALL_DATA)" \
86 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
87 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
88 "JC1FLAGS=$(JC1FLAGS)" \
89 "LDFLAGS=$(LDFLAGS)" \
90 "LIBCFLAGS=$(LIBCFLAGS)" \
91 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
92 "MAKE=$(MAKE)" \
93 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
94 "PICFLAG=$(PICFLAG)" \
95 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
96 "SHELL=$(SHELL)" \
97 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
98 "exec_prefix=$(exec_prefix)" \
99 "infodir=$(infodir)" \
100 "libdir=$(libdir)" \
101 "prefix=$(prefix)" \
102 "includedir=$(includedir)" \
103 "AR=$(AR)" \
104 "AS=$(AS)" \
105 "CC=$(CC)" \
106 "CXX=$(CXX)" \
107 "LD=$(LD)" \
108 "LIBCFLAGS=$(LIBCFLAGS)" \
109 "NM=$(NM)" \
110 "PICFLAG=$(PICFLAG)" \
111 "RANLIB=$(RANLIB)" \
112 "DESTDIR=$(DESTDIR)"
113
114 MAKEOVERRIDES=
115
116 # AM_CONDITIONAL on configure option --generated-files-in-srcdir
117 if GENINSRC
118 STAMP_GENINSRC = stamp-geninsrc
119 else
120 STAMP_GENINSRC =
121 endif
122
123 # AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO])
124 if BUILD_INFO
125 STAMP_BUILD_INFO = stamp-build-info
126 else
127 STAMP_BUILD_INFO =
128 endif
129
130
131 all-local: $(STAMP_GENINSRC)
132
133 stamp-geninsrc: libquadmath.info
134 cp -p $(top_builddir)/libquadmath.info $(srcdir)/libquadmath.info
135 @touch $@
136
137 stamp-build-info: libquadmath.texi $(libquadmath_TEXINFOS)
138 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -o libquadmath.info $(srcdir)/libquadmath.texi
139 @touch $@
140
141 CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO) libquadmath.info
142 MAINTAINERCLEANFILES = $(srcdir)/libquadmath.info
143
144 endif BUILD_LIBQUADMATH
145
146 # Unconditionally override this target, so that automake's definition
147 # does not wrongly interfere.
148 libquadmath.info: $(STAMP_BUILD_INFO)
149
150
151 # Automake Documentation:
152 # If your package has Texinfo files in many directories, you can use the
153 # variable TEXINFO_TEX to tell Automake where to find the canonical
154 # `texinfo.tex' for your package. The value of this variable should be
155 # the relative path from the current `Makefile.am' to `texinfo.tex'.
156 TEXINFO_TEX = ../gcc/doc/include/texinfo.tex
157
158 # Defines info, dvi, pdf and html targets
159 MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include
160 info_TEXINFOS = libquadmath.texi
161 libquadmath_TEXINFOS = libquadmath-vers.texi
162
163 libquadmath-vers.texi:
164 echo "@set BUGURL $(REPORT_BUGS_TEXI)" > $@