~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to gnulib/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-01-29 19:04:39 UTC
  • mto: (779.3.29 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090129190439-vfr95s6gaudjacm7
Add timegm which is missing on Solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.
 
4
#
 
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.
 
10
#
 
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
 
13
 
 
14
AUTOMAKE_OPTIONS = 1.5 gnits
 
15
 
 
16
noinst_HEADERS =
 
17
noinst_LIBRARIES =
 
18
noinst_LTLIBRARIES =
 
19
EXTRA_DIST =
 
20
BUILT_SOURCES =
 
21
SUFFIXES =
 
22
MOSTLYCLEANFILES = core *.stackdump
 
23
MOSTLYCLEANDIRS =
 
24
CLEANFILES =
 
25
DISTCLEANFILES =
 
26
MAINTAINERCLEANFILES =
 
27
 
 
28
AM_CPPFLAGS =
 
29
 
 
30
noinst_LTLIBRARIES += libgnu.la
 
31
 
 
32
libgnu_la_SOURCES =
 
33
libgnu_la_LIBADD = $(gl_LTLIBOBJS)
 
34
libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
 
35
EXTRA_libgnu_la_SOURCES =
 
36
libgnu_la_LDFLAGS = $(AM_LDFLAGS)
 
37
 
 
38
## begin gnulib module mktime
 
39
 
 
40
 
 
41
EXTRA_DIST += mktime.c
 
42
 
 
43
EXTRA_libgnu_la_SOURCES += mktime.c
 
44
 
 
45
## end   gnulib module mktime
 
46
 
 
47
## begin gnulib module time
 
48
 
 
49
BUILT_SOURCES += time.h
 
50
 
 
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.
 
53
time.h: time.in.h
 
54
        rm -f $@-t $@
 
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; \
 
65
        } > $@-t
 
66
        mv $@-t $@
 
67
MOSTLYCLEANFILES += time.h time.h-t
 
68
 
 
69
EXTRA_DIST += time.in.h
 
70
 
 
71
## end   gnulib module time
 
72
 
 
73
## begin gnulib module time_r
 
74
 
 
75
 
 
76
EXTRA_DIST += time_r.c
 
77
 
 
78
EXTRA_libgnu_la_SOURCES += time_r.c
 
79
 
 
80
## end   gnulib module time_r
 
81
 
 
82
## begin gnulib module timegm
 
83
 
 
84
 
 
85
EXTRA_DIST += timegm.c
 
86
 
 
87
EXTRA_libgnu_la_SOURCES += timegm.c
 
88
 
 
89
## end   gnulib module timegm
 
90
 
 
91
## begin gnulib module dummy
 
92
 
 
93
libgnu_la_SOURCES += dummy.c
 
94
 
 
95
## end   gnulib module dummy
 
96
 
 
97
 
 
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; \
 
102
          fi; \
 
103
        done; \
 
104
        :