aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/Makefile.macosx
blob: 3b274f5b68d102ee6803e0d72006fe6393ae7ff9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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