2 A <stdalign.h> that nearly conforms to ISO C11 and C++11.
14 BUILT_SOURCES += $(STDALIGN_H)
16 # We need the following in order to create <stdalign.h> when the system
17 # doesn't have one that works.
18 if GL_GENERATE_STDALIGN_H
19 stdalign.h: stdalign.in.h $(top_builddir)/config.status
20 $(AM_V_GEN)rm -f $@-t $@ && \
21 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
22 cat $(srcdir)/stdalign.in.h; \
26 stdalign.h: $(top_builddir)/config.status
29 MOSTLYCLEANFILES += stdalign.h stdalign.h-t