2 A more-standard <time.h>.
20 BUILT_SOURCES += time.h
22 # We need the following in order to create <time.h> when the system
23 # doesn't have one that works with the given compiler.
24 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
25 $(AM_V_GEN)rm -f $@-t $@ && \
26 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
27 sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
28 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
29 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
30 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
31 -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
32 -e 's/@''GNULIB_CTIME''@/$(GNULIB_CTIME)/g' \
33 -e 's/@''GNULIB_LOCALTIME''@/$(GNULIB_LOCALTIME)/g' \
34 -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
35 -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
36 -e 's/@''GNULIB_STRFTIME''@/$(GNULIB_STRFTIME)/g' \
37 -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
38 -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
39 -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
40 -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
41 -e 's/@''GNULIB_TZSET''@/$(GNULIB_TZSET)/g' \
42 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
43 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
44 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
45 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
46 -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
47 -e 's|@''REPLACE_CTIME''@|$(REPLACE_CTIME)|g' \
48 -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
49 -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
50 -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
51 -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
52 -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
53 -e 's|@''REPLACE_STRFTIME''@|$(REPLACE_STRFTIME)|g' \
54 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
55 -e 's|@''REPLACE_TZSET''@|$(REPLACE_TZSET)|g' \
56 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
57 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
58 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
59 -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
60 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
61 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
62 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
63 < $(srcdir)/time.in.h; \
66 MOSTLYCLEANFILES += time.h time.h-t