]> gcc.gnu.org Git - gcc.git/blame - libf2c/libI77/Makefile.in
Makefile.in (install): Don't install if $(libsubdir) is empty...
[gcc.git] / libf2c / libI77 / Makefile.in
CommitLineData
81fea2b1
JL
1# Makefile for GNU F77 compiler runtime.
2# Copyright 1990 - 1994 by AT&T Bell Laboratories and Bellcore (see the
3# file `Notice').
f30bc2e7 4# Portions of this file Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc.
81fea2b1
JL
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
f30bc2e7
CB
24#### Start of system configuration section. ####
25
26# $(srcdir) must be set to the g77 runtime libF77 source directory
27# (g77/f/runtime/libF77).
81fea2b1
JL
28
29srcdir = @srcdir@
30VPATH = @srcdir@
31
f30bc2e7
CB
32# gcc/f/runtime/configure sets this to all the -D options appropriate
33# for the configuration.
81fea2b1 34DEFS = @DEFS@
f30bc2e7
CB
35
36#### End of system configuration section. ####
37
38# Must be passed in explicitly. Sample values are shown below.
39#CC = /gcc-build-dir/xgcc -B/gcc-build-dir/
40#CFLAGS = -O -g
41#CPPFLAGS =
42#F2C_H_DIR = /gcc-source-dir/f/runtime
43#G2C_H_DIR = /gcc-build-dir/f/runtime
44#GCC_H_DIR = /gcc-build-dir/include
45
46ALL_CFLAGS = -I. -I$(srcdir) -I$(G2C_H_DIR) -I$(F2C_H_DIR) -I$(GCC_H_DIR) $(CPPFLAGS) $(DEFS) $(CFLAGS)
81fea2b1
JL
47
48.SUFFIXES:
49.SUFFIXES: .c .o
50
51.c.o:
52 $(CC) -c -DSkip_f2c_Undefs -DAllow_TYQUAD $(ALL_CFLAGS) $<
53
54OBJ = VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o \
55 fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o \
56 rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o \
57 util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o \
58 ftell_.o
59
81fea2b1
JL
60all: $(OBJ)
61
62VersionI.o: Version.c
f30bc2e7 63 $(CC) -c $(ALL_CFLAGS) -o $@ $(srcdir)/Version.c
81fea2b1
JL
64
65backspace.o: fio.h
66close.o: fio.h
67dfe.o: fio.h
68dfe.o: fmt.h
69due.o: fio.h
70endfile.o: fio.h rawio.h
71err.o: fio.h rawio.h
72fmt.o: fio.h
73fmt.o: fmt.h
74ftell_.o: fio.h
75iio.o: fio.h
76iio.o: fmt.h
77ilnw.o: fio.h
78ilnw.o: lio.h
79inquire.o: fio.h
80lread.o: fio.h
81lread.o: fmt.h
82lread.o: lio.h
83lread.o: fp.h
84lwrite.o: fio.h
85lwrite.o: fmt.h
86lwrite.o: lio.h
87open.o: fio.h rawio.h
88rdfmt.o: fio.h
89rdfmt.o: fmt.h
90rdfmt.o: fp.h
91rewind.o: fio.h
92rsfe.o: fio.h
93rsfe.o: fmt.h
94rsli.o: fio.h
95rsli.o: lio.h
96rsne.o: fio.h
97rsne.o: lio.h
98sfe.o: fio.h
99sue.o: fio.h
100uio.o: fio.h
101util.o: fio.h
102wref.o: fio.h
103wref.o: fmt.h
104wref.o: fp.h
105wrtfmt.o: fio.h
106wrtfmt.o: fmt.h
107wsfe.o: fio.h
108wsfe.o: fmt.h
109wsle.o: fio.h
110wsle.o: fmt.h
111wsle.o: lio.h
112wsne.o: fio.h
113wsne.o: lio.h
114xwsne.o: fio.h
115xwsne.o: lio.h
116xwsne.o: fmt.h
117
118# May be pessimistic:
f30bc2e7 119$(OBJ): $(F2C_H_DIR)/f2c.h $(G2C_H_DIR)/g2c.h
81fea2b1 120
f30bc2e7 121.PHONY: all
This page took 0.06339 seconds and 5 git commands to generate.