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
d79229bd
Commit
d79229bd
authored
Jan 04, 2000
by
Tom Tromey
Committed by
Tom Tromey
Jan 04, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Rebuilt with newer automake.
From-SVN: r31220
parent
730ecdd3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
26 deletions
+26
-26
libffi/ChangeLog
+4
-0
libffi/Makefile.in
+0
-0
libffi/include/Makefile.in
+22
-26
No files found.
libffi/ChangeLog
View file @
d79229bd
2000-01-04 Tom Tromey <tromey@cygnus.com>
* Makefile.in: Rebuilt with newer automake.
1999-12-31 Tom Tromey <tromey@cygnus.com>
* Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
...
...
libffi/Makefile.in
View file @
d79229bd
This diff is collapsed.
Click to expand it.
libffi/include/Makefile.in
View file @
d79229bd
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Makefile.in generated automatically by automake 1.4
a
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
...
...
@@ -10,7 +10,6 @@
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
SHELL
=
@SHELL@
srcdir
=
@srcdir@
...
...
@@ -46,9 +45,10 @@ AUTOMAKE = @AUTOMAKE@
AUTOHEADER
=
@AUTOHEADER@
INSTALL
=
@INSTALL@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_STRIP_FLAG
=
transform
=
@program_transform_name@
NORMAL_INSTALL
=
:
...
...
@@ -80,6 +80,7 @@ TARGETDIR = @TARGETDIR@
VERSION
=
@VERSION@
install_sh
=
@install_sh@
AUTOMAKE_OPTIONS
=
foreign
EXTRA_DIST
=
ffi.h.in ffi_common.h ffi_mips.h
...
...
@@ -87,17 +88,18 @@ EXTRA_DIST = ffi.h.in ffi_common.h ffi_mips.h
hackdir
=
$(includedir)
hack_DATA
=
fficonfig.h ffi.h ffi_mips.h
subdir
=
include
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/mkinstalldirs
CONFIG_HEADER
=
../fficonfig.h
CONFIG_CLEAN_FILES
=
ffi.h
DIST_SOURCES
=
DATA
=
$(hack_DATA)
DIST_COMMON
=
Makefile.am Makefile.in ffi.h.in
DIST_COMMON
=
$(hack_DATA)
Makefile.am Makefile.in ffi.h.in
DISTFILES
=
$(DIST_COMMON)
$(
SOURCES)
$(HEADER
S)
$(TEXINFOS)
$(EXTRA_DIST)
DISTFILES
=
$(DIST_COMMON)
$(
DIST_SOURCE
S)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
GZIP_ENV
=
--best
all
:
all-redirect
.SUFFIXES
:
...
...
@@ -115,19 +117,18 @@ install-hackDATA: $(hack_DATA)
@
$(NORMAL_INSTALL)
$(mkinstalldirs)
$(DESTDIR)$(hackdir)
@
list
=
'
$(hack_DATA)
'
;
for
p
in
$$
list
;
do
\
if
test
-f
$(srcdir)
/
$$
p
;
then
\
echo
"
$(INSTALL_DATA)
$(srcdir)
/
$$
p
$(DESTDIR)$(hackdir)
/
$$
p"
;
\
$(INSTALL_DATA)
$(srcdir)
/
$$
p
$(DESTDIR)$(hackdir)
/
$$
p
;
\
else if
test
-f
$$
p
;
then
\
echo
"
$(INSTALL_DATA)
$$
p
$(DESTDIR)$(hackdir)
/
$$
p"
;
\
$(INSTALL_DATA)
$$
p
$(DESTDIR)$(hackdir)
/
$$
p
;
\
fi
;
fi
;
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
f
=
"
`
echo
$$
p | sed
-e
's|^.*/||'
`
"
;
\
echo
"
$(INSTALL_DATA)
$$
d
$$
p
$(DESTDIR)$(hackdir)
/
$$
f"
;
\
$(INSTALL_DATA)
$$
d
$$
p
$(DESTDIR)$(hackdir)
/
$$
f
;
\
done
uninstall-hackDATA
:
@
$(NORMAL_UNINSTALL)
list
=
'
$(hack_DATA)
'
;
for
p
in
$$
list
;
do
\
rm
-f
$(DESTDIR)$(hackdir)
/
$$
p
;
\
@
list
=
'
$(hack_DATA)
'
;
for
p
in
$$
list
;
do
\
f
=
"
`
echo
$$
p | sed
-e
's|^.*/||'
`
"
;
\
echo
" rm -f
$(DESTDIR)$(hackdir)
/
$$
f"
;
\
rm
-f
$(DESTDIR)$(hackdir)
/
$$
f
;
\
done
tags
:
TAGS
TAGS
:
...
...
@@ -135,18 +136,11 @@ TAGS:
distdir
=
$(top_builddir)
/
$(PACKAGE)
-
$(VERSION)
/
$(subdir)
subdir
=
include
distdir
:
$(DISTFILES)
here
=
`
cd
$(top_builddir)
&&
pwd
`
;
\
top_distdir
=
`
cd
$(top_distdir)
&&
pwd
`
;
\
distdir
=
`
cd
$(distdir)
&&
pwd
`
;
\
cd
$(top_srcdir)
\
&&
$(AUTOMAKE)
--include-deps
--build-dir
=
$$
here
--srcdir-name
=
$(top_srcdir)
--output-dir
=
$$
top_distdir
--foreign
include/Makefile
@
for
file
in
$(DISTFILES)
;
do
\
d
=
$(srcdir)
;
\
if
test
-d
$$
d/
$$
file
;
then
\
cp
-p
r
$$
/
$$
file
$(distdir)
/
$$
file
;
\
cp
-p
R
$$
d/
$$
file
$(distdir)
;
\
else
\
test
-f
$(distdir)
/
$$
file
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
...
...
@@ -175,7 +169,7 @@ uninstall: uninstall-am
all-am
:
Makefile $(DATA)
all-redirect
:
all-am
install-strip
:
$(MAKE)
$(AM_MAKEFLAGS)
AM_INSTALL_PROGRAM_FLAGS
=
-s
install
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_STRIP_FLAG
=
-s
install
installdirs
:
$(mkinstalldirs)
$(DESTDIR)$(hackdir)
...
...
@@ -189,6 +183,7 @@ distclean-generic:
-
rm
-f
config.cache config.log stamp-h stamp-h[0-9]
*
maintainer-clean-generic
:
-
rm
-f
Makefile.in
mostlyclean-am
:
mostlyclean-generic
mostlyclean
:
mostlyclean-am
...
...
@@ -198,6 +193,7 @@ clean-am: clean-generic mostlyclean-am
clean
:
clean-am
distclean-am
:
distclean-generic clean-am
-
rm
-f
libtool
distclean
:
distclean-am
...
...
@@ -210,8 +206,8 @@ maintainer-clean: maintainer-clean-am
.PHONY
:
uninstall-hackDATA install-hackDATA tags distdir info-am info
\
dvi-am dvi check check-am installcheck-am installcheck install-exec-am
\
install-exec install-data-am install-data install-am install
\
uninstall-am uninstall all-redirect all-am all install
dirs
\
mostlyclean-generic distclean-generic clean-generic
\
uninstall-am uninstall all-redirect all-am all install
-strip
\
installdirs
mostlyclean-generic distclean-generic clean-generic
\
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
...
...
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