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