1
## DO NOT EDIT! GENERATED AUTOMATICALLY!
2
## Process this file with automake to produce Makefile.in.
3
# Copyright (C) 2002-2008 Free Software Foundation, Inc.
5
# This file is free software, distributed under the terms of the GNU
6
# General Public License. As a special exception to the GNU General
7
# Public License, this file may be distributed as part of a program
8
# that contains a configuration script generated by Autoconf, under
9
# the same distribution terms as the rest of that program.
11
# Generated by gnulib-tool.
12
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib --m4-base=m4 --doc-base=doc --aux-dir=config --lgpl --libtool --macro-prefix=gl timegm
14
AUTOMAKE_OPTIONS = 1.5 gnits
22
MOSTLYCLEANFILES = core *.stackdump
26
MAINTAINERCLEANFILES =
30
noinst_LTLIBRARIES += libgnu.la
33
libgnu_la_LIBADD = $(gl_LTLIBOBJS)
34
libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
35
EXTRA_libgnu_la_SOURCES =
36
libgnu_la_LDFLAGS = $(AM_LDFLAGS)
38
## begin gnulib module mktime
41
EXTRA_DIST += mktime.c
43
EXTRA_libgnu_la_SOURCES += mktime.c
45
## end gnulib module mktime
47
## begin gnulib module time
49
BUILT_SOURCES += time.h
51
# We need the following in order to create <time.h> when the system
52
# doesn't have one that works with the given compiler.
55
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
56
sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
57
-e 's|@NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
58
-e 's|@REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
59
-e 's|@REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
60
-e 's|@REPLACE_STRPTIME''@|$(REPLACE_STRPTIME)|g' \
61
-e 's|@REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
62
-e 's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
63
-e 's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
64
< $(srcdir)/time.in.h; \
67
MOSTLYCLEANFILES += time.h time.h-t
69
EXTRA_DIST += time.in.h
71
## end gnulib module time
73
## begin gnulib module time_r
76
EXTRA_DIST += time_r.c
78
EXTRA_libgnu_la_SOURCES += time_r.c
80
## end gnulib module time_r
82
## begin gnulib module timegm
85
EXTRA_DIST += timegm.c
87
EXTRA_libgnu_la_SOURCES += timegm.c
89
## end gnulib module timegm
91
## begin gnulib module dummy
93
libgnu_la_SOURCES += dummy.c
95
## end gnulib module dummy
98
mostlyclean-local: mostlyclean-generic
99
@for dir in '' $(MOSTLYCLEANDIRS); do \
100
if test -n "$$dir" && test -d $$dir; then \
101
echo "rmdir $$dir"; rmdir $$dir; \