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
3e9cfddb
Commit
3e9cfddb
authored
Oct 17, 1998
by
Per Bothner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r23152
parent
1f50b029
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
gcc/java/Makefile.in
+7
-10
No files found.
gcc/java/Makefile.in
View file @
3e9cfddb
...
@@ -182,10 +182,12 @@ INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../config -I$(srcdir)
...
@@ -182,10 +182,12 @@ INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../config -I$(srcdir)
#
#
JAVA_OBJS
=
parse.o class.o decl.o expr.o constants.o lang.o typeck.o
\
JAVA_OBJS
=
parse.o class.o decl.o expr.o constants.o lang.o typeck.o
\
except.o verify.o zextract.o jcf-io.o jcf-parse.o mangle.o jcf-write.o
\
except.o verify.o zextract.o jcf-io.o jcf-parse.o mangle.o jcf-write.o
\
buffer.o
memmove.o
jcf-depend.o
buffer.o jcf-depend.o
JAVA_OBJS_LITE
=
parse-scan.o jv-scan.o
JAVA_OBJS_LITE
=
parse-scan.o jv-scan.o
LIBS
=
../../libiberty/libiberty.a
# Language-independent object files.
# Language-independent object files.
OBJS
=
`
cat
../stamp-objlist
`
OBJS
=
`
cat
../stamp-objlist
`
OBJDEPS
=
../stamp-objlist
OBJDEPS
=
../stamp-objlist
...
@@ -200,24 +202,19 @@ compiler: ../jc1$(exeext) ../jv-scan$(exeext)
...
@@ -200,24 +202,19 @@ compiler: ../jc1$(exeext) ../jv-scan$(exeext)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
\
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
\
$(JAVA_OBJS_LITE)
$(LIBS)
$(JAVA_OBJS_LITE)
$(LIBS)
../jcf-dump$(exeext)
:
jcf-dump.o jcf-io.o jcf-depend.o zextract.o
memmove.o
../jcf-dump$(exeext)
:
jcf-dump.o jcf-io.o jcf-depend.o zextract.o
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
jcf-dump.o jcf-io.o jcf-depend.o zextract.o
memmove.o
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
jcf-dump.o jcf-io.o jcf-depend.o zextract.o
$(LIBS)
# Dependencies here must be kept in sync with dependencies in Make-lang.in.
# Dependencies here must be kept in sync with dependencies in Make-lang.in.
../jvgenmain$(exeext)
:
jvgenmain.o mangle.o
../jvgenmain$(exeext)
:
jvgenmain.o mangle.o
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
jvgenmain.o mangle.o ../obstack.o
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
jvgenmain.o mangle.o ../obstack.o
../gcjh$(exeext)
:
gjavah.o jcf-io.o jcf-depend.o zextract.o
memmove.o
../gcjh$(exeext)
:
gjavah.o jcf-io.o jcf-depend.o zextract.o
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
gjavah.o jcf-io.o jcf-depend.o zextract.o
memmove.o
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
gjavah.o jcf-io.o jcf-depend.o zextract.o
$(LIBS)
Makefile
:
$(srcdir)/Makefile.in $(srcdir)/../configure
Makefile
:
$(srcdir)/Makefile.in $(srcdir)/../configure
cd
..
;
$(SHELL)
config.status
cd
..
;
$(SHELL)
config.status
memmove.o
:
$(srcdir)/../../libiberty/memmove.c
rm
-f
memmove.c
$(LN_S)
$(srcdir)
/../../libiberty/memmove.c memmove.c
$(CC)
-c
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
memmove.c
native
:
config.status ../jc1$(exeext)
native
:
config.status ../jc1$(exeext)
# Compiling object files from source files.
# Compiling object files from source files.
...
...
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