Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
f177f8bf
Commit
f177f8bf
authored
Mar 06, 1999
by
Craig Burley
Committed by
Craig Burley
Mar 05, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Nilsson] Add dependencies
From-SVN: r25611
parent
a9c509b3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
163 additions
and
29 deletions
+163
-29
libf2c/ChangeLog
+8
-0
libf2c/libF77/Makefile.in
+122
-0
libf2c/libI77/Makefile.in
+32
-29
libf2c/libU77/Makefile.in
+1
-0
No files found.
libf2c/ChangeLog
View file @
f177f8bf
1999-03-06 Craig Burley <craig@jcb-sc.com>
1999-03-06 Craig Burley <craig@jcb-sc.com>
Mon Dec 21 23:03:54 1998 Hans-Peter Nilsson <hp@axis.se>:
* libI77/Makefile.in (all *.o except VersionI.o): Added dependence
on respective .c file.
* libF77/Makefile.in (all .o except VersionF.o): Similarly.
* libU77/Makefile.in (date_.o): Added dependence on date_.c
1999-03-06 Craig Burley <craig@jcb-sc.com>
Rename non-Y2K-compliant intrinsics:
Rename non-Y2K-compliant intrinsics:
* Makefile.in (F2CEXT): Now two versions each of
* Makefile.in (F2CEXT): Now two versions each of
`date' and `vxtidt'.
`date' and `vxtidt'.
...
...
libf2c/libF77/Makefile.in
View file @
f177f8bf
...
@@ -103,6 +103,128 @@ ${srcdir}/configure: configure.in
...
@@ -103,6 +103,128 @@ ${srcdir}/configure: configure.in
VersionF.o
:
Version.c
VersionF.o
:
Version.c
$(CC)
-c
$(ALL_CFLAGS)
-o
$@
$(srcdir)
/Version.c
$(CC)
-c
$(ALL_CFLAGS)
-o
$@
$(srcdir)
/Version.c
F77_aloc.o
:
F77_aloc.c
main.o
:
main.c
s_rnge.o
:
s_rnge.c
abort_.o
:
abort_.c
getarg_.o
:
getarg_.c
iargc_.o
:
iargc_.c
getenv_.o
:
getenv_.c
signal_.o
:
signal_.c
s_stop.o
:
s_stop.c
s_paus.o
:
s_paus.c
system_.o
:
system_.c
cabs.o
:
cabs.c
derf_.o
:
derf_.c
derfc_.o
:
derfc_.c
erf_.o
:
erf_.c
erfc_.o
:
erfc_.c
sig_die.o
:
sig_die.c
exit_.o
:
exit_.c
setarg.o
:
setarg.c
setsig.o
:
setsig.c
pow_ci.o
:
pow_ci.c
pow_dd.o
:
pow_dd.c
pow_di.o
:
pow_di.c
pow_hh.o
:
pow_hh.c
pow_ii.o
:
pow_ii.c
pow_ri.o
:
pow_ri.c
pow_zi.o
:
pow_zi.c
pow_zz.o
:
pow_zz.c
pow_qq.o
:
pow_qq.c
c_abs.o
:
c_abs.c
c_cos.o
:
c_cos.c
c_div.o
:
c_div.c
c_exp.o
:
c_exp.c
c_log.o
:
c_log.c
c_sin.o
:
c_sin.c
c_sqrt.o
:
c_sqrt.c
z_abs.o
:
z_abs.c
z_cos.o
:
z_cos.c
z_div.o
:
z_div.c
z_exp.o
:
z_exp.c
z_log.o
:
z_log.c
z_sin.o
:
z_sin.c
z_sqrt.o
:
z_sqrt.c
r_abs.o
:
r_abs.c
r_acos.o
:
r_acos.c
r_asin.o
:
r_asin.c
r_atan.o
:
r_atan.c
r_atn2.o
:
r_atn2.c
r_cnjg.o
:
r_cnjg.c
r_cos.o
:
r_cos.c
r_cosh.o
:
r_cosh.c
r_dim.o
:
r_dim.c
r_exp.o
:
r_exp.c
r_imag.o
:
r_imag.c
r_int.o
:
r_int.c
r_lg10.o
:
r_lg10.c
r_log.o
:
r_log.c
r_mod.o
:
r_mod.c
r_nint.o
:
r_nint.c
r_sign.o
:
r_sign.c
r_sin.o
:
r_sin.c
r_sinh.o
:
r_sinh.c
r_sqrt.o
:
r_sqrt.c
r_tan.o
:
r_tan.c
r_tanh.o
:
r_tanh.c
d_abs.o
:
d_abs.c
d_acos.o
:
d_acos.c
d_asin.o
:
d_asin.c
d_atan.o
:
d_atan.c
d_atn2.o
:
d_atn2.c
d_cnjg.o
:
d_cnjg.c
d_cos.o
:
d_cos.c
d_cosh.o
:
d_cosh.c
d_dim.o
:
d_dim.c
d_exp.o
:
d_exp.c
d_imag.o
:
d_imag.c
d_int.o
:
d_int.c
d_lg10.o
:
d_lg10.c
d_log.o
:
d_log.c
d_mod.o
:
d_mod.c
d_nint.o
:
d_nint.c
d_prod.o
:
d_prod.c
d_sign.o
:
d_sign.c
d_sin.o
:
d_sin.c
d_sinh.o
:
d_sinh.c
d_sqrt.o
:
d_sqrt.c
d_tan.o
:
d_tan.c
d_tanh.o
:
d_tanh.c
i_abs.o
:
i_abs.c
i_dim.o
:
i_dim.c
i_dnnt.o
:
i_dnnt.c
i_indx.o
:
i_indx.c
i_len.o
:
i_len.c
i_mod.o
:
i_mod.c
i_nint.o
:
i_nint.c
i_sign.o
:
i_sign.c
h_abs.o
:
h_abs.c
h_dim.o
:
h_dim.c
h_dnnt.o
:
h_dnnt.c
h_indx.o
:
h_indx.c
h_len.o
:
h_len.c
h_mod.o
:
h_mod.c
h_nint.o
:
h_nint.c
h_sign.o
:
h_sign.c
l_ge.o
:
l_ge.c
l_gt.o
:
l_gt.c
l_le.o
:
l_le.c
l_lt.o
:
l_lt.c
hl_ge.o
:
hl_ge.c
hl_gt.o
:
hl_gt.c
hl_le.o
:
hl_le.c
hl_lt.o
:
hl_lt.c
ef1asc_.o
:
ef1asc_.c
ef1cmc_.o
:
ef1cmc_.c
s_cat.o
:
s_cat.c
s_cmp.o
:
s_cmp.c
s_copy.o
:
s_copy.c
lbitbits.o
:
lbitbits.c
lbitshft.o
:
lbitshft.c
qbitbits.o
:
qbitbits.c
qbitshft.o
:
qbitshft.c
# Not quite all these actually do depend on f2c.h...
# Not quite all these actually do depend on f2c.h...
$(MISC)
$(POW)
$(CX)
$(DCX)
$(REAL)
$(DBL)
$(INT)
$(HALF)
$(CMP)
$(EFL)
\
$(MISC)
$(POW)
$(CX)
$(DCX)
$(REAL)
$(DBL)
$(INT)
$(HALF)
$(CMP)
$(EFL)
\
$(CHAR) $(F90BIT)
:
$(F2C_H_DIR)/f2c.h $(G2C_H_DIR)/g2c.h
$(CHAR) $(F90BIT)
:
$(F2C_H_DIR)/f2c.h $(G2C_H_DIR)/g2c.h
...
...
libf2c/libI77/Makefile.in
View file @
f177f8bf
...
@@ -84,58 +84,61 @@ ${srcdir}/configure: configure.in
...
@@ -84,58 +84,61 @@ ${srcdir}/configure: configure.in
VersionI.o
:
Version.c
VersionI.o
:
Version.c
$(CC)
-c
$(ALL_CFLAGS)
-o
$@
$(srcdir)
/Version.c
$(CC)
-c
$(ALL_CFLAGS)
-o
$@
$(srcdir)
/Version.c
backspace.o
:
fio.h
backspace.o
:
backspace.c
fio.h
close.o
:
fio.h
close.o
:
close.c
fio.h
dfe.o
:
fio.h
dfe.o
:
fio.h
dfe.o
:
fmt.h
dfe.o
:
dfe.c fmt.h
due.o
:
fio.h
dolio.o
:
dolio.c
endfile.o
:
fio.h rawio.h
due.o
:
due.c fio.h
err.o
:
fio.h rawio.h
endfile.o
:
endfile.c fio.h rawio.h
err.o
:
err.c fio.h rawio.h
fmt.o
:
fio.h
fmt.o
:
fio.h
fmt.o
:
fmt.h
fmt.o
:
fmt.c fmt.h
ftell_.o
:
fio.h
fmtlib.o
:
fmtlib.c
ftell_.o
:
ftell_.c fio.h
iio.o
:
fio.h
iio.o
:
fio.h
iio.o
:
fmt.h
iio.o
:
iio.c
fmt.h
ilnw.o
:
fio.h
ilnw.o
:
fio.h
ilnw.o
:
lio.h
ilnw.o
:
ilnw.c
lio.h
inquire.o
:
fio.h
inquire.o
:
inquire.c
fio.h
lread.o
:
fio.h
lread.o
:
fio.h
lread.o
:
fmt.h
lread.o
:
fmt.h
lread.o
:
lio.h
lread.o
:
lio.h
lread.o
:
fp.h
lread.o
:
lread.c
fp.h
lwrite.o
:
fio.h
lwrite.o
:
fio.h
lwrite.o
:
fmt.h
lwrite.o
:
fmt.h
lwrite.o
:
lio.h
lwrite.o
:
l
write.c l
io.h
open.o
:
fio.h rawio.h
open.o
:
open.c
fio.h rawio.h
rdfmt.o
:
fio.h
rdfmt.o
:
fio.h
rdfmt.o
:
fmt.h
rdfmt.o
:
fmt.h
rdfmt.o
:
fp.h
rdfmt.o
:
rdfmt.c
fp.h
rewind.o
:
fio.h
rewind.o
:
rewind.c
fio.h
rsfe.o
:
fio.h
rsfe.o
:
fio.h
rsfe.o
:
fmt.h
rsfe.o
:
rsfe.c
fmt.h
rsli.o
:
fio.h
rsli.o
:
fio.h
rsli.o
:
lio.h
rsli.o
:
rsli.c
lio.h
rsne.o
:
fio.h
rsne.o
:
fio.h
rsne.o
:
lio.h
rsne.o
:
rsne.c lio.h
sfe.o
:
fio.h
sfe.o
:
sfe.c fio.h
sue.o
:
fio.h
sue.o
:
sue.c fio.h
uio.o
:
fio.h
typesize.o
:
typesize.c
util.o
:
fio.h
uio.o
:
uio.c fio.h
util.o
:
util.c fio.h
wref.o
:
fio.h
wref.o
:
fio.h
wref.o
:
fmt.h
wref.o
:
fmt.h
wref.o
:
fp.h
wref.o
:
wref.c
fp.h
wrtfmt.o
:
fio.h
wrtfmt.o
:
fio.h
wrtfmt.o
:
fmt.h
wrtfmt.o
:
wrtfmt.c
fmt.h
wsfe.o
:
fio.h
wsfe.o
:
fio.h
wsfe.o
:
fmt.h
wsfe.o
:
wsfe.c
fmt.h
wsle.o
:
fio.h
wsle.o
:
fio.h
wsle.o
:
fmt.h
wsle.o
:
fmt.h
wsle.o
:
lio.h
wsle.o
:
wsle.c
lio.h
wsne.o
:
fio.h
wsne.o
:
fio.h
wsne.o
:
lio.h
wsne.o
:
wsne.c
lio.h
xwsne.o
:
fio.h
xwsne.o
:
fio.h
xwsne.o
:
lio.h
xwsne.o
:
lio.h
xwsne.o
:
fmt.h
xwsne.o
:
xwsne.c
fmt.h
# May be pessimistic:
# May be pessimistic:
$(OBJ)
:
$(F2C_H_DIR)/f2c.h $(G2C_H_DIR)/g2c.h
$(OBJ)
:
$(F2C_H_DIR)/f2c.h $(G2C_H_DIR)/g2c.h
...
...
libf2c/libU77/Makefile.in
View file @
f177f8bf
...
@@ -164,6 +164,7 @@ rename_.o: rename_.c
...
@@ -164,6 +164,7 @@ rename_.o: rename_.c
fputc_.o
:
fputc_.c
fputc_.o
:
fputc_.c
fgetc_.o
:
fgetc_.c
fgetc_.o
:
fgetc_.c
sys_clock_.o
:
sys_clock_.c
sys_clock_.o
:
sys_clock_.c
date_.o
:
date_.c
umask_.o
:
umask_.c
umask_.o
:
umask_.c
flush1_.o
:
flush1_.c
flush1_.o
:
flush1_.c
mclock_.o
:
mclock_.c
mclock_.o
:
mclock_.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment