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