2 A POSIX-like <sys/uio.h>.
18 BUILT_SOURCES += sys/uio.h
20 # We need the following in order to create <sys/uio.h> when the system
21 # doesn't have one that works with the given compiler.
22 sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
23 $(AM_V_at)$(MKDIR_P) sys
24 $(AM_V_GEN)rm -f $@-t $@ && \
25 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
26 sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
27 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
28 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
29 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
30 -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \
31 -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \
32 < $(srcdir)/sys_uio.in.h; \
35 MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t
36 MOSTLYCLEANDIRS += sys