2 A <stddef.h> that works around platform issues.
16 BUILT_SOURCES += $(STDDEF_H)
18 # We need the following in order to create <stddef.h> when the system
19 # doesn't have one that works with the given compiler.
21 $(AM_V_GEN)rm -f $@-t $@ && \
22 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
23 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
24 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
25 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
26 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
27 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
28 < $(srcdir)/stddef.in.h; \
31 MOSTLYCLEANFILES += stddef.h stddef.h-t