1 include $(SRCDIR)/config/aros.cfg
3 #MM- AROS : compiler-posixc
212 # The following files don't have source code here but have a CPU
213 # specific version in arch directory hierarchy
226 # Both in linklib and shared library
230 #MM- core-linklibs : linklibs-posixc
232 NOWARN_FLAGS := $(NOWARN_NONNULL_COMPARE)
233 USER_CFLAGS += $(NOWARN_FLAGS)
234 USER_CPPFLAGS := -D__TIMER_NOLIBBASE__
235 USER_LDFLAGS := -noposixc
237 POSIXC_LINKOBJS := $(addsuffix .o,$(addprefix $(GENDIR)/$(CURDIR)/posixc/,$(notdir $(POSIXC_COMMON))))
239 %build_module mmake=compiler-posixc \
240 modname=posixc modtype=library \
241 files="$(POSIXC) $(POSIXC_COMMON) $(POSIXC_ARCH)" \
242 linklibfiles=$(POSIXC_LINKLIB) linklibobjs=$(POSIXC_LINKOBJS) \
243 uselibs="stdc_rel stdcio_rel"