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
bd075bad
Commit
bd075bad
authored
Apr 13, 1993
by
Kresten Krab Thorup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated for new filenames
From-SVN: r4124
parent
ff2fda34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/objc/Makefile.in
+5
-5
No files found.
gcc/objc/Makefile.in
View file @
bd075bad
...
@@ -51,8 +51,8 @@ SUBDIR_INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/config
...
@@ -51,8 +51,8 @@ SUBDIR_INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/config
all
:
all
:
cd
..
;
$(MAKE)
sublibobjc.a
cd
..
;
$(MAKE)
sublibobjc.a
OBJC_O
=
hash.o sarray.o o
bjc-class.o objc-msg.o objc-init.o objc-archive
.o
\
OBJC_O
=
hash.o sarray.o o
c-class.o oc-msg.o oc-init.o oc-arch
.o
\
o
bjc-sel.o objc-object.o obj
c-misc.o Object.o Protocol.o
o
c-sel.o oc-obj.o o
c-misc.o Object.o Protocol.o
libobjc.a
:
$(OBJC_O)
libobjc.a
:
$(OBJC_O)
-
rm
-f
libobjc.a
-
rm
-f
libobjc.a
...
@@ -60,7 +60,7 @@ libobjc.a: $(OBJC_O)
...
@@ -60,7 +60,7 @@ libobjc.a: $(OBJC_O)
# ranlib is run in the parent directory's makefile.
# ranlib is run in the parent directory's makefile.
OBJC_H
=
hash.h list.h sarray.h objc.h
\
OBJC_H
=
hash.h list.h sarray.h objc.h
\
objc-api.h
objc-archive.h
cache.h
\
objc-api.h cache.h
\
Object.h Protocol.h mutex.h
Object.h Protocol.h mutex.h
# copy objc headers to installation include directory
# copy objc headers to installation include directory
...
@@ -73,8 +73,8 @@ copy-headers: $(OBJC_H)
...
@@ -73,8 +73,8 @@ copy-headers: $(OBJC_H)
chmod a+r
$(incinstalldir)
/objc
;
\
chmod a+r
$(incinstalldir)
/objc
;
\
done
done
o
bjc-msg.o
:
obj
c-msg.c fflags
o
c-msg.o
:
o
c-msg.c fflags
$(GCC_FOR_TARGET)
`
cat
fflags
`
-c
$(GCC_CFLAGS)
$(SUBDIR_INCLUDES)
$(srcdir)
/objc/o
bj
c-msg.c
$(GCC_FOR_TARGET)
`
cat
fflags
`
-c
$(GCC_CFLAGS)
$(SUBDIR_INCLUDES)
$(srcdir)
/objc/oc-msg.c
## Next to are for heuristics on forwarding mechanism...
## Next to are for heuristics on forwarding mechanism...
_forward
:
_forward.c
_forward
:
_forward.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