1 include $(SRCDIR)/config/aros.cfg
3 #MM- AROS : compiler-posixc
199 # The following files don't have source code here but have a CPU
200 # specific version in arch directory hierarchy
213 # Both in linklib and shared library
217 #MM- core-linklibs : linklibs-posixc
219 NOWARN_FLAGS := $(NOWARN_NONNULL_COMPARE)
220 USER_CFLAGS += $(NOWARN_FLAGS)
221 USER_LDFLAGS := -noposixc
222 POSIXC_LINKOBJS := $(addsuffix .o,$(addprefix $(GENDIR)/$(CURDIR)/,$(notdir $(POSIXC_COMMON))))
224 %build_module mmake=compiler-posixc \
225 modname=posixc modtype=library \
226 files="$(POSIXC) $(POSIXC_COMMON) $(POSIXC_ARCH)" \
227 linklibfiles=$(POSIXC_LINKLIB) linklibobjs=$(POSIXC_LINKOBJS) \
228 uselibs="stdc_rel stdcio_rel"