1 include $(TOP)/config/make.cfg
3 #MM- AROS : compiler-posixc
196 # The following files don't have source code here but have a CPU
197 # specific version in arch directory hierarchy
210 # Both in linklib and shared library
214 #MM- core-linklibs : linklibs-posixc
216 USER_LDFLAGS := -noposixc
217 POSIXC_LINKOBJS := $(addsuffix .o,$(addprefix $(GENDIR)/$(CURDIR)/,$(notdir $(POSIXC_COMMON))))
219 %build_module mmake=compiler-posixc \
220 modname=posixc modtype=library \
221 files="$(POSIXC) $(POSIXC_COMMON) $(POSIXC_ARCH)" \
222 linklibfiles=$(POSIXC_LINKLIB) linklibobjs=$(POSIXC_LINKOBJS) \
223 uselibs="stdc_rel stdcio_rel"