Mercurial > hg > CbC > CbC_gcc
annotate libdecnumber/Makefile.in @ 158:494b0b89df80 default tip
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 18:13:55 +0900 |
parents | 1830386684a0 |
children |
rev | line source |
---|---|
0 | 1 # @configure_input@ |
2 # Makefile for libdecnumber. Run 'configure' to generate Makefile from Makefile.in | |
3 | |
145 | 4 # Copyright (C) 2005-2020 Free Software Foundation, Inc. |
0 | 5 |
6 #This file is part of GCC. | |
7 | |
8 #GCC is free software; you can redistribute it and/or modify | |
9 #it under the terms of the GNU General Public License as published by | |
10 #the Free Software Foundation; either version 3, or (at your option) | |
11 #any later version. | |
12 | |
13 #GCC is distributed in the hope that it will be useful, | |
14 #but WITHOUT ANY WARRANTY; without even the implied warranty of | |
15 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
16 #GNU General Public License for more details. | |
17 | |
18 #You should have received a copy of the GNU General Public License | |
19 #along with GCC; see the file COPYING3. If not see | |
20 #<http://www.gnu.org/licenses/>. | |
21 | |
22 @SET_MAKE@ | |
23 | |
24 srcdir = @srcdir@ | |
25 top_builddir = . | |
26 VPATH = @srcdir@ | |
27 INSTALL = @INSTALL@ | |
28 AR = ar | |
29 ARFLAGS = cru | |
30 ACLOCAL = @ACLOCAL@ | |
31 AUTOCONF = @AUTOCONF@ | |
32 AUTOHEADER = @AUTOHEADER@ | |
33 CC = @CC@ | |
34 CFLAGS = @CFLAGS@ | |
35 WARN_CFLAGS = @WARN_CFLAGS@ @WARN_PEDANTIC@ @WERROR@ | |
36 CPP = @CPP@ | |
37 CPPFLAGS = @CPPFLAGS@ | |
38 INSTALL_DATA = @INSTALL_DATA@ | |
39 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
40 LDFLAGS = @LDFLAGS@ | |
41 LIBICONV = @LIBICONV@ | |
42 PACKAGE = @PACKAGE@ | |
111 | 43 PICFLAG = @PICFLAG@ |
0 | 44 RANLIB = @RANLIB@ |
45 SHELL = @SHELL@ | |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
46 objext = @OBJEXT@ |
111 | 47 NOLTO_FLAGS = @nolto_flags@ |
0 | 48 |
49 datarootdir = @datarootdir@ | |
50 datadir = @datadir@ | |
51 exec_prefix = @prefix@ | |
52 libdir = @libdir@ | |
53 localedir = $(datadir)/locale | |
54 prefix = @prefix@ | |
55 | |
56 ADDITIONAL_OBJS = @ADDITIONAL_OBJS@ | |
57 | |
58 enable_decimal_float= @enable_decimal_float@ | |
59 | |
60 INCLUDES = -I$(srcdir) -I. | |
61 | |
111 | 62 ALL_CFLAGS = $(CFLAGS) $(WARN_CFLAGS) $(NOLTO_FLAGS) $(INCLUDES) $(CPPFLAGS) \ |
63 $(PICFLAG) | |
0 | 64 |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
65 bid_OBJS = bid2dpd_dpd2bid.$(objext) host-ieee32.$(objext) \ |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
66 host-ieee64.$(objext) host-ieee128.$(objext) |
0 | 67 |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
68 libdecnumber_a_OBJS = decNumber.$(objext) decContext.$(objext) \ |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
69 decimal32.$(objext) decimal64.$(objext) decimal128.$(objext) \ |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
70 $(ADDITIONAL_OBJS) |
0 | 71 |
72 libdecnumber_a_SOURCES = decContext.c decContext.h decDPD.h \ | |
73 decNumber.c decNumber.h decNumberLocal.h \ | |
74 decContextSymbols.h decDPDSymbols.h decNumberSymbols.h \ | |
75 dpd/decimal128.c dpd/decimal128.h dpd/decimal128Symbols.h \ | |
76 dpd/decimal32.c dpd/decimal32.h dpd/decimal32Symbols.h \ | |
77 dpd/decimal64.c dpd/decimal64.h dpd/decimal64Symbols.h \ | |
78 bid/decimal128.c bid/decimal128.h \ | |
79 bid/decimal32.c bid/decimal32.h \ | |
80 bid/decimal64.c bid/decimal64.h | |
81 | |
82 all: libdecnumber.a | |
83 | |
84 .SUFFIXES: | |
85 .SUFFIXES: .c .o .obj | |
86 | |
87 libdecnumber.a: $(libdecnumber_a_OBJS) | |
88 -rm -f $@ | |
89 $(AR) $(ARFLAGS) $@ $(libdecnumber_a_OBJS) | |
90 $(RANLIB) $@ | |
91 | |
92 # Rules to rebuild the configuration | |
93 | |
94 Makefile: $(srcdir)/Makefile.in config.status | |
95 $(SHELL) ./config.status Makefile | |
96 | |
97 config.status: $(srcdir)/configure | |
98 $(SHELL) ./config.status --recheck | |
99 | |
100 $(srcdir)/configure: @MAINT@ $(srcdir)/aclocal.m4 | |
101 cd $(srcdir) && $(AUTOCONF) | |
102 | |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
103 aclocal_deps = \ |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
104 $(srcdir)/../config/stdint.m4 \ |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
105 $(srcdir)/../config/warnings.m4 \ |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
106 $(srcdir)/../config/override.m4 \ |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
107 $(srcdir)/../config/dfp.m4 \ |
0 | 108 $(srcdir)/configure.ac |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
109 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
110 $(srcdir)/aclocal.m4: @MAINT@ $(aclocal_deps) |
0 | 111 cd $(srcdir) && $(ACLOCAL) -I ../config |
112 | |
113 config.h: stamp-h1 | |
114 test -f config.h || (rm -f stamp-h1 && $(MAKE) stamp-h1) | |
115 | |
116 stamp-h1: $(srcdir)/config.in config.status | |
117 -rm -f stamp-h1 | |
118 $(SHELL) ./config.status config.h | |
119 | |
120 $(srcdir)/config.in: @MAINT@ $(srcdir)/configure | |
121 cd $(srcdir) && $(AUTOHEADER) | |
122 -rm -f stamp-h1 | |
123 | |
124 # Dependencies. | |
125 | |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
126 decContext.$(objext): decContext.c decContext.h decNumberLocal.h \ |
0 | 127 decContextSymbols.h |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
128 decNumber.$(objext): decNumber.c decNumber.h decContext.h decNumberLocal.h \ |
0 | 129 decNumberSymbols.h |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
130 decimal32.$(objext): $(srcdir)/$(enable_decimal_float)/decimal32.c \ |
0 | 131 $(srcdir)/$(enable_decimal_float)/decimal32.h \ |
132 $(srcdir)/$(enable_decimal_float)/decimal32Symbols.h \ | |
133 decNumber.h decContext.h decNumberLocal.h | |
134 $(COMPILE) $(srcdir)/$(enable_decimal_float)/decimal32.c | |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
135 decimal64.$(objext): $(srcdir)/$(enable_decimal_float)/decimal64.c \ |
0 | 136 $(srcdir)/$(enable_decimal_float)/decimal64.h \ |
137 $(srcdir)/$(enable_decimal_float)/decimal64Symbols.h \ | |
138 decNumber.h decContext.h decNumberLocal.h | |
139 $(COMPILE) $(srcdir)/$(enable_decimal_float)/decimal64.c | |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
140 decimal128.$(objext): $(srcdir)/$(enable_decimal_float)/decimal128.c \ |
0 | 141 $(srcdir)/$(enable_decimal_float)/decimal128.h \ |
142 $(srcdir)/$(enable_decimal_float)/decimal128Symbols.h\ | |
143 $(srcdir)/$(enable_decimal_float)/decimal128Local.h\ | |
144 decNumber.h decContext.h decNumberLocal.h | |
145 $(COMPILE) $(srcdir)/$(enable_decimal_float)/decimal128.c | |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
146 bid2dpd_dpd2bid.$(objext) : $(srcdir)/bid/bid2dpd_dpd2bid.c $(srcdir)/bid/bid2dpd_dpd2bid.h |
0 | 147 $(COMPILE) $(srcdir)/bid/bid2dpd_dpd2bid.c |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
148 host-ieee32.$(objext) : $(srcdir)/bid/host-ieee32.c $(srcdir)/bid/decimal32.h |
0 | 149 $(COMPILE) $(srcdir)/bid/host-ieee32.c |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
150 host-ieee64.$(objext) : $(srcdir)/bid/host-ieee64.c $(srcdir)/bid/decimal64.h |
0 | 151 $(COMPILE) $(srcdir)/bid/host-ieee64.c |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
152 host-ieee128.$(objext) : $(srcdir)/bid/host-ieee128.c $(srcdir)/bid/decimal128.h |
0 | 153 $(COMPILE) $(srcdir)/bid/host-ieee128.c |
154 # Other miscellaneous targets. | |
155 | |
156 mostlyclean: | |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
157 -rm -f *.$(objext) |
0 | 158 |
159 clean: mostlyclean | |
160 -rm -rf libdecnumber.a $(srcdir)/autom4te.cache | |
161 | |
162 distclean: clean | |
163 -rm -f config.h stamp-h1 config.status config.cache config.log \ | |
164 configure.lineno configure.status.lineno Makefile localedir.h \ | |
165 localedir.hs gstdint.h | |
166 | |
167 maintainer-clean: distclean | |
168 @echo "This command is intended for maintainers to use" | |
169 @echo "it deletes files that may require special tools to rebuild." | |
170 -rm -f $(srcdir)/configure $(srcdir)/aclocal.m4 | |
171 | |
172 check: | |
173 installcheck: | |
174 dvi: | |
175 pdf: | |
176 html: | |
177 info: | |
178 install-info: | |
179 install-pdf: | |
180 install-man: | |
181 install-html: | |
182 install: | |
183 | |
184 .PHONY: installdirs install install-strip mostlyclean clean distclean \ | |
185 maintainer-clean check installcheck dvi pdf html info install-info \ | |
186 install-pdf install-man update-po install-html | |
187 | |
188 COMPILE = source='$<' object='$@' libtool=no $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(ALL_CFLAGS) -c | |
189 | |
190 # Implicit rules | |
191 | |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
192 .c.$(objext): |
0 | 193 $(COMPILE) $< |
194 | |
195 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
196 # Otherwise a system limit (for SysV at least) may be exceeded. | |
197 .NOEXPORT: |