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
3e42872a
Commit
3e42872a
authored
Mar 17, 2005
by
John van Groningen
Browse files
makefile for MacOSX / MACH_O
parent
1d1208ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/Makefile.macosx
0 → 100644
View file @
3e42872a
# This is for MacOSX
CFLAGS
=
-I
/Developer/Headers/FlatCarbon/
-D_MAC_
-DPOWER
-DGNU_C
-DKARBON
-O
AR
=
ar
RANLIB
=
ranlib
OBJECTS
=
\
backend.o backendsupport.o buildtree.o checker_2.o checksupport.o
\
cocl.o codegen1.o codegen2.o codegen3.o codegen.o comparser_2.o
\
compiler.o comsupport.o dbprint.o instructions.o optimisations.o
\
pattern_match_2.o result_state_database.o sa.o scanner_2.o
\
set_scope_numbers.o settings.o statesgen.o tcsupport_2.o
\
typeconv_2.o version.o
\
mac_io.o path_cache.o
backend.a
:
$(OBJECTS)
$(AR)
cur backend.a
$(OBJECTS)
$(RANLIB)
backend.a
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