OSDN Git Service

2001-10-02 Toon Moene <toon@moene.indiv.nluug.nl>
[pf3gnuchains/gcc-fork.git] / libf2c / libF77 / Makefile.in
1 # Makefile for GNU F77 compiler runtime.
2 # Copyright 1990 - 1994 by AT&T Bell Laboratories and Bellcore (see the
3 # file `Notice').
4 # Portions of this file Copyright (C) 1995-1998 Free Software Foundation, Inc.
5 #   Contributed by Dave Love (d.love@dl.ac.uk).
6 #
7 #This file is part of GNU Fortran.
8 #
9 #GNU Fortran is free software; you can redistribute it and/or modify
10 #it under the terms of the GNU General Public License as published by
11 #the Free Software Foundation; either version 2, or (at your option)
12 #any later version.
13 #
14 #GNU Fortran is distributed in the hope that it will be useful,
15 #but WITHOUT ANY WARRANTY; without even the implied warranty of
16 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 #GNU General Public License for more details.
18 #
19 #You should have received a copy of the GNU General Public License
20 #along with GNU Fortran; see the file COPYING.  If not, write to
21 #the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 #02111-1307, USA.
23
24 #### Start of system configuration section. ####
25
26 # $(srcdir) must be set to the g77 runtime libF77 source directory.
27 srcdir = @srcdir@
28 VPATH = @srcdir@
29
30 # configure sets this to all the -D options appropriate for the
31 # configuration.
32 DEFS = @DEFS@
33
34 F2C_H_DIR = @srcdir@/..
35 G2C_H_DIR = ..
36 CC = @CC@
37 CFLAGS = @CFLAGS@
38 CPPFLAGS = @CPPFLAGS@
39 @SET_MAKE@
40
41 SHELL = /bin/sh
42
43 #### End of system configuration section. ####
44
45 ALL_CFLAGS = -I. -I$(srcdir) -I$(G2C_H_DIR) -I$(F2C_H_DIR) $(CPPFLAGS) $(DEFS) $(CFLAGS)
46
47 .SUFFIXES:
48 .SUFFIXES: .c .lo
49
50 .c.lo:
51         @LIBTOOL@ --mode=compile $(CC) -c -DSkip_f2c_Undefs $(ALL_CFLAGS) $<
52
53 MISC =  F77_aloc.lo VersionF.lo s_rnge.lo abort_.lo getarg_.lo iargc_.lo\
54         getenv_.lo signal_.lo s_stop.lo s_paus.lo system_.lo cabs.lo\
55         derf_.lo derfc_.lo erf_.lo erfc_.lo sig_die.lo exit_.lo setarg.lo setsig.lo
56 POW =   pow_ci.lo pow_dd.lo pow_di.lo pow_hh.lo pow_ii.lo  pow_ri.lo pow_zi.lo pow_zz.lo \
57         pow_qq.lo
58 CX =    c_abs.lo c_cos.lo c_div.lo c_exp.lo c_log.lo c_sin.lo c_sqrt.lo
59 DCX =   z_abs.lo z_cos.lo z_div.lo z_exp.lo z_log.lo z_sin.lo z_sqrt.lo
60 REAL =  r_abs.lo r_acos.lo r_asin.lo r_atan.lo r_atn2.lo r_cnjg.lo r_cos.lo\
61         r_cosh.lo r_dim.lo r_exp.lo r_imag.lo r_int.lo\
62         r_lg10.lo r_log.lo r_mod.lo r_nint.lo r_sign.lo\
63         r_sin.lo r_sinh.lo r_sqrt.lo r_tan.lo r_tanh.lo
64 DBL =   d_abs.lo d_acos.lo d_asin.lo d_atan.lo d_atn2.lo\
65         d_cnjg.lo d_cos.lo d_cosh.lo d_dim.lo d_exp.lo\
66         d_imag.lo d_int.lo d_lg10.lo d_log.lo d_mod.lo\
67         d_nint.lo d_prod.lo d_sign.lo d_sin.lo d_sinh.lo\
68         d_sqrt.lo d_tan.lo d_tanh.lo
69 INT =   i_abs.lo i_dim.lo i_dnnt.lo i_indx.lo i_len.lo i_mod.lo i_nint.lo i_sign.lo
70 HALF =  h_abs.lo h_dim.lo h_dnnt.lo h_indx.lo h_len.lo h_mod.lo  h_nint.lo h_sign.lo
71 CMP =   l_ge.lo l_gt.lo l_le.lo l_lt.lo hl_ge.lo hl_gt.lo hl_le.lo hl_lt.lo
72 EFL =   ef1asc_.lo ef1cmc_.lo
73 CHAR =  s_cat.lo s_cmp.lo s_copy.lo
74 F90BIT = lbitbits.lo lbitshft.lo qbitbits.lo qbitshft.lo
75
76 OBJS = $(MISC) $(POW) $(CX) $(DCX) $(REAL) $(DBL) $(INT) \
77          $(HALF) $(CMP) $(EFL) $(CHAR) $(F90BIT)
78
79 all: ../s-libf77 ../frtbegin.o
80
81 ../s-libf77: $(OBJS)
82         echo timestamp > ../s-libf77
83
84 objlist:
85         objs="`cat ../objlist`" ; for i in $(OBJS) ; do \
86            x=`echo $$i` ;\
87            objs="$$objs libF77/$$x" ;\
88         done ; \
89         echo -n $$objs > ../objlist
90
91 Makefile: Makefile.in config.status
92         $(SHELL) config.status
93
94 config.status: configure
95         rm -f config.cache
96         CONFIG_SITE=no-such-file CC='$(CC)' CFLAGS='$(CFLAGS)' \
97           CPPFLAGS='$(CPPFLAGS)' $(SHELL) config.status --recheck
98
99 ${srcdir}/configure: configure.in
100         rm -f config.cache
101         cd ${srcdir} && autoconf
102
103 VersionF.lo: Version.c
104         @LIBTOOL@ --mode=compile $(CC) -c $(ALL_CFLAGS) $(srcdir)/Version.c -o $@
105
106 ../frtbegin.o : main.c
107         $(CC) -c $(ALL_CFLAGS) $(srcdir)/main.c -o $@
108
109 F77_aloc.lo: F77_aloc.c
110 s_rnge.lo: s_rnge.c
111 abort_.lo: abort_.c
112 getarg_.lo: getarg_.c
113 iargc_.lo: iargc_.c
114 getenv_.lo: getenv_.c
115 signal_.lo: signal_.c
116 s_stop.lo: s_stop.c
117 s_paus.lo: s_paus.c
118 system_.lo: system_.c
119 cabs.lo: cabs.c
120 derf_.lo: derf_.c
121 derfc_.lo: derfc_.c
122 erf_.lo: erf_.c
123 erfc_.lo: erfc_.c
124 sig_die.lo: sig_die.c
125 exit_.lo: exit_.c
126 setarg.lo: setarg.c
127 setsig.lo: setsig.c
128 pow_ci.lo: pow_ci.c
129 pow_dd.lo: pow_dd.c
130 pow_di.lo: pow_di.c
131 pow_hh.lo: pow_hh.c
132 pow_ii.lo: pow_ii.c
133 pow_ri.lo:  pow_ri.c
134 pow_zi.lo: pow_zi.c
135 pow_zz.lo: pow_zz.c
136 pow_qq.lo:  pow_qq.c
137 c_abs.lo: c_abs.c
138 c_cos.lo: c_cos.c
139 c_div.lo: c_div.c
140 c_exp.lo: c_exp.c
141 c_log.lo: c_log.c
142 c_sin.lo: c_sin.c
143 c_sqrt.lo: c_sqrt.c
144 z_abs.lo: z_abs.c
145 z_cos.lo: z_cos.c
146 z_div.lo: z_div.c
147 z_exp.lo: z_exp.c
148 z_log.lo: z_log.c
149 z_sin.lo: z_sin.c
150 z_sqrt.lo: z_sqrt.c
151 r_abs.lo: r_abs.c
152 r_acos.lo: r_acos.c
153 r_asin.lo: r_asin.c
154 r_atan.lo: r_atan.c
155 r_atn2.lo: r_atn2.c
156 r_cnjg.lo: r_cnjg.c
157 r_cos.lo: r_cos.c
158 r_cosh.lo: r_cosh.c
159 r_dim.lo: r_dim.c
160 r_exp.lo: r_exp.c
161 r_imag.lo: r_imag.c
162 r_int.lo: r_int.c
163 r_lg10.lo: r_lg10.c
164 r_log.lo: r_log.c
165 r_mod.lo: r_mod.c
166 r_nint.lo: r_nint.c
167 r_sign.lo: r_sign.c
168 r_sin.lo: r_sin.c
169 r_sinh.lo: r_sinh.c
170 r_sqrt.lo: r_sqrt.c
171 r_tan.lo: r_tan.c
172 r_tanh.lo: r_tanh.c
173 d_abs.lo: d_abs.c
174 d_acos.lo: d_acos.c
175 d_asin.lo: d_asin.c
176 d_atan.lo: d_atan.c
177 d_atn2.lo: d_atn2.c
178 d_cnjg.lo: d_cnjg.c
179 d_cos.lo: d_cos.c
180 d_cosh.lo: d_cosh.c
181 d_dim.lo: d_dim.c
182 d_exp.lo: d_exp.c
183 d_imag.lo: d_imag.c
184 d_int.lo: d_int.c
185 d_lg10.lo: d_lg10.c
186 d_log.lo: d_log.c
187 d_mod.lo: d_mod.c
188 d_nint.lo: d_nint.c
189 d_prod.lo: d_prod.c
190 d_sign.lo: d_sign.c
191 d_sin.lo: d_sin.c
192 d_sinh.lo: d_sinh.c
193 d_sqrt.lo: d_sqrt.c
194 d_tan.lo: d_tan.c
195 d_tanh.lo: d_tanh.c
196 i_abs.lo: i_abs.c
197 i_dim.lo: i_dim.c
198 i_dnnt.lo: i_dnnt.c
199 i_indx.lo: i_indx.c
200 i_len.lo: i_len.c
201 i_mod.lo: i_mod.c
202 i_nint.lo: i_nint.c
203 i_sign.lo: i_sign.c
204 h_abs.lo:  h_abs.c
205 h_dim.lo: h_dim.c
206 h_dnnt.lo: h_dnnt.c
207 h_indx.lo: h_indx.c
208 h_len.lo: h_len.c
209 h_mod.lo: h_mod.c
210 h_nint.lo:  h_nint.c
211 h_sign.lo: h_sign.c
212 l_ge.lo: l_ge.c
213 l_gt.lo: l_gt.c
214 l_le.lo: l_le.c
215 l_lt.lo: l_lt.c
216 hl_ge.lo: hl_ge.c
217 hl_gt.lo: hl_gt.c
218 hl_le.lo: hl_le.c
219 hl_lt.lo: hl_lt.c
220 ef1asc_.lo: ef1asc_.c
221 ef1cmc_.lo: ef1cmc_.c
222 s_cat.lo: s_cat.c
223 s_cmp.lo: s_cmp.c
224 s_copy.lo: s_copy.c
225 lbitbits.lo: lbitbits.c
226 lbitshft.lo: lbitshft.c
227 qbitbits.lo: qbitbits.c
228 qbitshft.lo: qbitshft.c
229
230 # Not quite all these actually do depend on f2c.h...
231 $(MISC) $(POW) $(CX) $(DCX) $(REAL) $(DBL) $(INT) $(HALF) $(CMP) $(EFL) \
232   $(CHAR) $(F90BIT): $(F2C_H_DIR)/f2c.h $(G2C_H_DIR)/g2c.h
233
234 check install uninstall install-strip dist installcheck installdirs:
235
236 mostlyclean:
237         rm -f *.o *.lo ../frtbegin.o
238         rm -rf .libs
239
240 clean: mostlyclean
241         rm -f config.log
242         rm -f ../s-libf77
243
244 distclean: clean
245         rm -f config.cache config.status Makefile ../s-libf77 configure
246
247 maintainer-clean:
248
249 .PHONY: mostlyclean clean distclean maintainer-clean all check uninstall \
250         install-strip dist installcheck installdirs archive