Daily bump.
[platform/upstream/gcc.git] / libf2c / libI77 / 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, 1996, 1998, 2001 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 libI77 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) \
46              $(DEFS) $(CFLAGS)
47
48 .SUFFIXES:
49 .SUFFIXES: .c .lo
50
51 .c.lo:
52         @LIBTOOL@ --mode=compile $(CC) -c -DSkip_f2c_Undefs -DAllow_TYQUAD $(ALL_CFLAGS) $<
53
54 LINK = @LIBTOOL@ --mode=link $(CC) -o $@
55
56 OBJS =  VersionI.lo backspace.lo close.lo dfe.lo dolio.lo due.lo endfile.lo err.lo \
57         fmt.lo fmtlib.lo iio.lo ilnw.lo inquire.lo lread.lo lwrite.lo open.lo \
58         rdfmt.lo rewind.lo rsfe.lo rsli.lo rsne.lo sfe.lo sue.lo typesize.lo uio.lo \
59         util.lo wref.lo wrtfmt.lo wsfe.lo wsle.lo wsne.lo xwsne.lo \
60         ftell_.lo
61
62 all: ../libI77.la
63
64 ../libI77.la: $(OBJS)
65         $(LINK) $(OBJS)
66
67 Makefile: Makefile.in config.status
68         $(SHELL) config.status
69
70 config.status: configure
71         rm -f config.cache
72         CONFIG_SITE=no-such-file CC='$(CC)' CFLAGS='$(CFLAGS)' \
73           CPPFLAGS='$(CPPFLAGS)' $(SHELL) config.status --recheck
74
75 ${srcdir}/configure: configure.in
76         rm -f config.cache
77         cd ${srcdir} && autoconf
78
79 # autoheader might not change config.h.in, so touch a stamp file.
80 ${srcdir}/config.h.in: stamp-h.in; @true
81 ${srcdir}/stamp-h.in: configure.in
82         (cd ${srcdir} && autoheader)
83         @rm -f ${srcdir}/stamp-h.in
84         echo timestamp > ${srcdir}/stamp-h.in
85
86 config.h: stamp-h; @true
87 stamp-h: config.h.in config.status
88         CONFIG_FILES= CONFIG_HEADERS=config.h $(SHELL) config.status
89         echo timestamp > stamp-h
90
91 VersionI.lo: Version.c
92         @LIBTOOL@ --mode=compile $(CC) -c $(ALL_CFLAGS) $(srcdir)/Version.c -o $@
93
94 backspace.lo:   backspace.c fio.h config.h
95 close.lo:       close.c fio.h config.h
96 dfe.lo:         fio.h config.h
97 dfe.lo:         dfe.c fmt.h
98 dolio.lo:       dolio.c config.h
99 due.lo:         due.c fio.h config.h
100 endfile.lo:     endfile.c fio.h rawio.h config.h
101 err.lo:         err.c fio.h rawio.h config.h
102 fmt.lo:         fio.h config.h
103 fmt.lo:         fmt.c fmt.h
104 fmtlib.lo:      fmtlib.c config.h
105 ftell_.lo:      ftell_.c fio.h config.h
106 iio.lo:         fio.h
107 iio.lo:         iio.c fmt.h
108 ilnw.lo:                fio.h config.h
109 ilnw.lo:                ilnw.c lio.h
110 inquire.lo:     inquire.c fio.h config.h
111 lread.lo:       fio.h config.h
112 lread.lo:       fmt.h
113 lread.lo:       lio.h
114 lread.lo:       lread.c fp.h
115 lwrite.lo:      fio.h
116 lwrite.lo:      fmt.h
117 lwrite.lo:      lwrite.c lio.h
118 open.lo:                open.c fio.h rawio.h config.h
119 rdfmt.lo:       fio.h config.h
120 rdfmt.lo:       fmt.h
121 rdfmt.lo:       rdfmt.c fp.h
122 rewind.lo:      rewind.c fio.h config.h
123 rsfe.lo:                fio.h config.h
124 rsfe.lo:                rsfe.c fmt.h
125 rsli.lo:                fio.h
126 rsli.lo:                rsli.c lio.h
127 rsne.lo:                fio.h config.h
128 rsne.lo:                rsne.c lio.h
129 sfe.lo:         sfe.c fio.h config.h
130 sue.lo:         sue.c fio.h config.h
131 typesize.lo:    typesize.c config.h
132 uio.lo:         uio.c fio.h
133 util.lo:                util.c fio.h config.h
134 wref.lo:                fio.h
135 wref.lo:                fmt.h
136 wref.lo:                wref.c fp.h
137 wrtfmt.lo:      fio.h config.h
138 wrtfmt.lo:      wrtfmt.c fmt.h
139 wsfe.lo:                fio.h config.h
140 wsfe.lo:                wsfe.c fmt.h
141 wsle.lo:                fio.h config.h
142 wsle.lo:                fmt.h
143 wsle.lo:                wsle.c lio.h
144 wsne.lo:                fio.h
145 wsne.lo:                wsne.c lio.h
146 xwsne.lo:       fio.h config.h
147 xwsne.lo:       lio.h
148 xwsne.lo:       xwsne.c fmt.h
149
150 # May be pessimistic:
151 $(OBJS): $(F2C_H_DIR)/f2c.h $(G2C_H_DIR)/g2c.h
152
153 check install uninstall install-strip dist installcheck installdirs:
154
155 mostlyclean:
156         rm -f *.o *.lo
157         rm -rf .libs
158
159 clean: mostlyclean
160         rm -f config.log ../libI77.la
161
162 distclean: clean
163         rm -f config.cache config.status Makefile ../libI77.la configure
164
165 maintainer-clean:
166
167 .PHONY: mostlyclean clean distclean maintainer-clean all check uninstall \
168         install-strip dist installcheck installdirs archive