Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
b1c4f395
Commit
b1c4f395
authored
Apr 25, 2006
by
John van Groningen
Browse files
make Makefile compatible with Solaris
parent
3708d9d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/Unix/Makefile
View file @
b1c4f395
...
...
@@ -9,14 +9,14 @@ all: cDirectory.o ipc.o set_return_code_c.o \
Clean
\
System
\
Files/set_return_code_c.o
Clean\ System\ Files
:
mkdir
"Clean System Files"
mkdir
-p
"Clean System Files"
Clean\ System\ Files/cDirectory.o
:
cDirectory.c
$(CC)
-c
$(CFLAGS)
$<
-o
"
$@
"
$(CC)
-c
$(CFLAGS)
cDirectory.c
-o
"Clean System Files/cDirectory.o
"
Clean\ System\ Files/ipc.o
:
ipc.c
$(CC)
-c
$(CFLAGS)
$<
-o
"
$@
"
$(CC)
-c
$(CFLAGS)
ipc.c
-o
"Clean System Files/ipc.o
"
Clean\ System\ Files/set_return_code_c.o
:
set_return_code_c.c
$(CC)
-c
$(CFLAGS)
$<
-o
"
$@
"
$(CC)
-c
$(CFLAGS)
set_return_code_c.c
-o
"Clean System Files/set_return_code_c.o
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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