OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [gnulib/] [Makefile.am] - Blame information for rev 833

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 227 jeremybenn
## DO NOT EDIT! GENERATED AUTOMATICALLY!
2
## Process this file with automake to produce Makefile.in.
3
# Copyright (C) 2004-2007, 2009, 2010 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=gnulib/m4 --doc-base=doc --aux-dir=gnulib/extra --no-libtool --macro-prefix=gl memmem
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_LIBRARIES += libgnu.a
31
 
32
libgnu_a_SOURCES =
33
libgnu_a_LIBADD = $(gl_LIBOBJS)
34
libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
35
EXTRA_libgnu_a_SOURCES =
36
 
37
## begin gnulib module link-warning
38
 
39
LINK_WARNING_H=$(top_srcdir)/gnulib/extra/link-warning.h
40
 
41
EXTRA_DIST += $(top_srcdir)/gnulib/extra/link-warning.h
42
 
43
## end   gnulib module link-warning
44
 
45
## begin gnulib module memchr
46
 
47
 
48
EXTRA_DIST += memchr.c
49
 
50
EXTRA_libgnu_a_SOURCES += memchr.c
51
 
52
## end   gnulib module memchr
53
 
54
## begin gnulib module memcmp
55
 
56
 
57
EXTRA_DIST += memcmp.c
58
 
59
EXTRA_libgnu_a_SOURCES += memcmp.c
60
 
61
## end   gnulib module memcmp
62
 
63
## begin gnulib module memmem-simple
64
 
65
 
66
EXTRA_DIST += memmem.c str-two-way.h
67
 
68
EXTRA_libgnu_a_SOURCES += memmem.c
69
 
70
## end   gnulib module memmem-simple
71
 
72
## begin gnulib module stdint
73
 
74
BUILT_SOURCES += $(STDINT_H)
75
 
76
# We need the following in order to create  when the system
77
# doesn't have one that works with the given compiler.
78
stdint.h: stdint.in.h
79
        rm -f $@-t $@
80
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
81
          sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
82
              -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
83
              -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
84
              -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
85
              -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
86
              -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
87
              -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
88
              -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
89
              -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
90
              -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
91
              -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
92
              -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
93
              -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
94
              -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
95
              -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
96
              -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
97
              -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
98
              -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
99
              -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
100
              -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
101
              -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
102
              -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
103
              < $(srcdir)/stdint.in.h; \
104
        } > $@-t
105
        mv $@-t $@
106
MOSTLYCLEANFILES += stdint.h stdint.h-t
107
 
108
EXTRA_DIST += stdint.in.h
109
 
110
## end   gnulib module stdint
111
 
112
## begin gnulib module string
113
 
114
BUILT_SOURCES += string.h
115
 
116
# We need the following in order to create  when the system
117
# doesn't have one that works with the given compiler.
118
string.h: string.in.h
119
        rm -f $@-t $@
120
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
121
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
122
              -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
123
              -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
124
              -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
125
              -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
126
              -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
127
              -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
128
              -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
129
              -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
130
              -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
131
              -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
132
              -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
133
              -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
134
              -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
135
              -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
136
              -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
137
              -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
138
              -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
139
              -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
140
              -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
141
              -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
142
              -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
143
              -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
144
              -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
145
              -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
146
              -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
147
              -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
148
              -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
149
              -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
150
              -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
151
              -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
152
              -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
153
              -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
154
              -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
155
              -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
156
              -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
157
              -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
158
              -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
159
              -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
160
              -e 's|@''HAVE_STRNDUP''@|$(HAVE_STRNDUP)|g' \
161
              -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
162
              -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
163
              -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
164
              -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
165
              -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
166
              -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
167
              -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
168
              -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
169
              -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
170
              -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
171
              -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
172
              -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
173
              -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
174
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
175
              < $(srcdir)/string.in.h; \
176
        } > $@-t
177
        mv $@-t $@
178
MOSTLYCLEANFILES += string.h string.h-t
179
 
180
EXTRA_DIST += string.in.h
181
 
182
## end   gnulib module string
183
 
184
## begin gnulib module wchar
185
 
186
BUILT_SOURCES += $(WCHAR_H)
187
 
188
# We need the following in order to create  when the system
189
# version does not work standalone.
190
wchar.h: wchar.in.h
191
        rm -f $@-t $@
192
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
193
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
194
              -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
195
              -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
196
              -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
197
              -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
198
              -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
199
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
200
            < $(srcdir)/wchar.in.h; \
201
        } > $@-t
202
        mv $@-t $@
203
MOSTLYCLEANFILES += wchar.h wchar.h-t
204
 
205
EXTRA_DIST += wchar.in.h
206
 
207
## end   gnulib module wchar
208
 
209
## begin gnulib module dummy
210
 
211
libgnu_a_SOURCES += dummy.c
212
 
213
## end   gnulib module dummy
214
 
215
 
216
mostlyclean-local: mostlyclean-generic
217
        @for dir in '' $(MOSTLYCLEANDIRS); do \
218
          if test -n "$$dir" && test -d $$dir; then \
219
            echo "rmdir $$dir"; rmdir $$dir; \
220
          fi; \
221
        done; \
222
        :

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.