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
82c34dcb
Commit
82c34dcb
authored
Mar 14, 2003
by
Michael Chastain
Committed by
DJ Delorie
Mar 14, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Regenerate with correct Makefile.def.
From-SVN: r64368
parent
35d9c403
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
73 additions
and
1 deletions
+73
-1
ChangeLog
+4
-0
Makefile.in
+69
-1
No files found.
ChangeLog
View file @
82c34dcb
2003-03-14 Michael Chastain <mec@shout.net>
* Makefile.in: Regenerate with correct Makefile.def.
2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
...
...
Makefile.in
View file @
82c34dcb
...
...
@@ -641,7 +641,8 @@ CLEAN_X11_MODULES = \
clean-gdb
\
clean-expect
\
clean-guile
\
clean-tk
clean-tk
\
clean-tix
# The target built for a native build.
# This list only includes modules actually being configured and built.
...
...
@@ -5404,6 +5405,73 @@ install-tk: installdirs
(
cd
tk
&&
$(MAKE)
$(FLAGS_TO_PASS)
$(X11_FLAGS_TO_PASS)
install
)
.PHONY
:
configure-tix maybe-configure-tix
maybe-configure-tix
:
configure-tix
:
@
test
!
-f
tix/Makefile
||
exit
0
;
\
[
-d
tix
]
||
mkdir tix
;
\
r
=
`
${
PWD
}
`
;
export
r
;
\
s
=
`
cd
$(srcdir)
;
${
PWD
}
`
;
export
s
;
\
CC
=
"
$(CC)
"
;
export
CC
;
\
CFLAGS
=
"
$(CFLAGS)
"
;
export
CFLAGS
;
\
CXX
=
"
$(CXX)
"
;
export
CXX
;
\
CXXFLAGS
=
"
$(CXXFLAGS)
"
;
export
CXXFLAGS
;
\
if
[
z
$(build_canonical)
!=
z
$(host_canoncial)
]
;
then
\
AR
=
"
$(AR)
"
;
export
AR
;
\
AS
=
"
$(AS)
"
;
export
AS
;
\
CC_FOR_BUILD
=
"
$(CC_FOR_BUILD)
"
;
export
CC_FOR_BUILD
;
\
DLLTOOL
=
"
$(DLLTOOL)
"
;
export
DLLTOOL
;
\
LD
=
"
$(LD)
"
;
export
LD
;
\
NM
=
"
$(NM)
"
;
export
NM
;
\
RANLIB
=
"
$(RANLIB)
"
;
export
RANLIB
;
\
WINDRES
=
"
$(WINDRES)
"
;
export
WINDRES
;
\
OBJCOPY
=
"
$(OBJCOPY)
"
;
export
OBJCOPY
;
\
OBJDUMP
=
"
$(OBJDUMP)
"
;
export
OBJDUMP
;
\
fi
;
\
echo
Configuring
in
tix
;
\
cd
tix
||
exit
1
;
\
case
$(srcdir)
in
\
\.
)
\
srcdiroption
=
"--srcdir=."
;
\
libsrcdir
=
"."
;;
\
/
*
|
[
A-Za-z]:[
\\
/]
*
)
\
srcdiroption
=
"--srcdir=
$(srcdir)
/tix"
;
\
libsrcdir
=
"
$$
s/tix"
;;
\
*
)
\
srcdiroption
=
"--srcdir=../
$(srcdir)
/tix"
;
\
libsrcdir
=
"
$$
s/tix"
;;
\
esac
;
\
$(SHELL)
$$
{
libsrcdir
}
/configure
\
$(HOST_CONFIGARGS)
$$
{
srcdiroption
}
\
||
exit
1
.PHONY
:
all-tix maybe-all-tix
maybe-all-tix
:
all-tix
:
configure-tix
@
r
=
`
${
PWD
}
`
;
export
r
;
\
s
=
`
cd
$(srcdir)
;
${
PWD
}
`
;
export
s
;
\
$(SET_LIB_PATH)
\
(
cd
tix
&&
$(MAKE)
$(FLAGS_TO_PASS)
$(X11_FLAGS_TO_PASS)
all
)
.PHONY
:
check-tix
check-tix
:
@
r
=
`
${
PWD
}
`
;
export
r
;
\
s
=
`
cd
$(srcdir)
;
${
PWD
}
`
;
export
s
;
\
$(SET_LIB_PATH)
\
(
cd
tix
&&
$(MAKE)
$(FLAGS_TO_PASS)
$(X11_FLAGS_TO_PASS)
check
)
.PHONY
:
install-tix maybe-install-tix
maybe-install-tix
:
install-tix
:
installdirs
@
r
=
`
${
PWD
}
`
;
export
r
;
\
s
=
`
cd
$(srcdir)
;
${
PWD
}
`
;
export
s
;
\
$(SET_LIB_PATH)
\
(
cd
tix
&&
$(MAKE)
$(FLAGS_TO_PASS)
$(X11_FLAGS_TO_PASS)
install
)
.PHONY
:
configure-libtermcap maybe-configure-libtermcap
maybe-configure-libtermcap
:
configure-libtermcap
:
...
...
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