2 A <termios.h> that works around platform issues.
18 BUILT_SOURCES += termios.h
20 # We need the following in order to create <termios.h> when the system
21 # version does not have all declarations.
22 termios.h: termios.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
23 $(AM_V_GEN)rm -f $@-t $@ && \
24 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
25 sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
26 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
27 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
28 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
29 -e 's|@''NEXT_TERMIOS_H''@|$(NEXT_TERMIOS_H)|g' \
30 -e 's/@''GNULIB_TCGETSID''@/$(GNULIB_TCGETSID)/g' \
31 -e 's|@''HAVE_DECL_TCGETSID''@|$(HAVE_DECL_TCGETSID)|g' \
32 -e 's|@''HAVE_TERMIOS_H''@|$(HAVE_TERMIOS_H)|g' \
33 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
34 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
35 < $(srcdir)/termios.in.h; \
38 MOSTLYCLEANFILES += termios.h termios.h-t