OSDN Git Service

6cdd29f823f3c956fc350e046fa4820b43e2fb00
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / sys / linux / stdlib / Makefile.in
1 # Makefile.in generated by automake 1.9.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18
19 SOURCES = $(lib_a_SOURCES) $(libstdlib_la_SOURCES)
20
21 srcdir = @srcdir@
22 top_srcdir = @top_srcdir@
23 VPATH = @srcdir@
24 pkgdatadir = $(datadir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkgincludedir = $(includedir)/@PACKAGE@
27 top_builddir = ..
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 INSTALL = @INSTALL@
30 install_sh_DATA = $(install_sh) -c -m 644
31 install_sh_PROGRAM = $(install_sh) -c
32 install_sh_SCRIPT = $(install_sh) -c
33 INSTALL_HEADER = $(INSTALL_DATA)
34 transform = $(program_transform_name)
35 NORMAL_INSTALL = :
36 PRE_INSTALL = :
37 POST_INSTALL = :
38 NORMAL_UNINSTALL = :
39 PRE_UNINSTALL = :
40 POST_UNINSTALL = :
41 build_triplet = @build@
42 host_triplet = @host@
43 DIST_COMMON = $(srcdir)/../../../../Makefile.shared \
44         $(srcdir)/Makefile.in $(srcdir)/Makefile.am
45 subdir = stdlib
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
48         $(top_srcdir)/../../../libtool.m4 $(top_srcdir)/configure.in
49 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50         $(ACLOCAL_M4)
51 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
52 CONFIG_CLEAN_FILES =
53 LIBRARIES = $(noinst_LIBRARIES)
54 ARFLAGS = cru
55 lib_a_AR = $(AR) $(ARFLAGS)
56 lib_a_LIBADD =
57 am__objects_1 = lib_a-fnmatch.$(OBJEXT) lib_a-glob.$(OBJEXT) \
58         lib_a-regcomp.$(OBJEXT) lib_a-regerror.$(OBJEXT) \
59         lib_a-regexec.$(OBJEXT) lib_a-regfree.$(OBJEXT) \
60         lib_a-collate.$(OBJEXT) lib_a-collcmp.$(OBJEXT) \
61         lib_a-reallocf.$(OBJEXT)
62 am__objects_2 = lib_a-wordexp.$(OBJEXT) lib_a-wordfree.$(OBJEXT)
63 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@am__objects_3 =  \
64 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@        $(am__objects_2)
65 @USE_LIBTOOL_FALSE@am_lib_a_OBJECTS = $(am__objects_1) \
66 @USE_LIBTOOL_FALSE@     $(am__objects_3)
67 lib_a_OBJECTS = $(am_lib_a_OBJECTS)
68 LTLIBRARIES = $(noinst_LTLIBRARIES)
69 libstdlib_la_LIBADD =
70 am__objects_4 = fnmatch.lo glob.lo regcomp.lo regerror.lo regexec.lo \
71         regfree.lo collate.lo collcmp.lo reallocf.lo
72 am__objects_5 = wordexp.lo wordfree.lo
73 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@am__objects_6 =  \
74 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@        $(am__objects_5)
75 @USE_LIBTOOL_TRUE@am_libstdlib_la_OBJECTS = $(am__objects_4) \
76 @USE_LIBTOOL_TRUE@      $(am__objects_6)
77 libstdlib_la_OBJECTS = $(am_libstdlib_la_OBJECTS)
78 @USE_LIBTOOL_TRUE@am_libstdlib_la_rpath =
79 DEFAULT_INCLUDES = -I. -I$(srcdir)
80 depcomp =
81 am__depfiles_maybe =
82 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
85         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
86         $(AM_CFLAGS) $(CFLAGS)
87 CCLD = $(CC)
88 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
89         $(AM_LDFLAGS) $(LDFLAGS) -o $@
90 SOURCES = $(lib_a_SOURCES) $(libstdlib_la_SOURCES)
91 DATA = $(noinst_DATA)
92 ETAGS = etags
93 CTAGS = ctags
94 ACLOCAL = @ACLOCAL@
95 AMDEP_FALSE = @AMDEP_FALSE@
96 AMDEP_TRUE = @AMDEP_TRUE@
97 AMTAR = @AMTAR@
98 AR = @AR@
99 AS = @AS@
100 AUTOCONF = @AUTOCONF@
101 AUTOHEADER = @AUTOHEADER@
102 AUTOMAKE = @AUTOMAKE@
103 AWK = @AWK@
104 CC = @CC@
105 CCAS = @CCAS@
106 CCASFLAGS = @CCASFLAGS@
107 CCDEPMODE = @CCDEPMODE@
108 CFLAGS = @CFLAGS@
109 CPPFLAGS = @CPPFLAGS@
110 CYGPATH_W = @CYGPATH_W@
111 DEFS = @DEFS@
112 DEPDIR = @DEPDIR@
113 ECHO_C = @ECHO_C@
114 ECHO_N = @ECHO_N@
115 ECHO_T = @ECHO_T@
116 ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
117 ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
118 ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
119 ELIX_LEVEL_1_TRUE = @ELIX_LEVEL_1_TRUE@
120 ELIX_LEVEL_2_FALSE = @ELIX_LEVEL_2_FALSE@
121 ELIX_LEVEL_2_TRUE = @ELIX_LEVEL_2_TRUE@
122 ELIX_LEVEL_3_FALSE = @ELIX_LEVEL_3_FALSE@
123 ELIX_LEVEL_3_TRUE = @ELIX_LEVEL_3_TRUE@
124 ELIX_LEVEL_4_FALSE = @ELIX_LEVEL_4_FALSE@
125 ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
126 EXEEXT = @EXEEXT@
127 EXTRA_SUBDIRS = @EXTRA_SUBDIRS@
128 EXTRA_SUBLIBS = @EXTRA_SUBLIBS@
129 INSTALL_DATA = @INSTALL_DATA@
130 INSTALL_PROGRAM = @INSTALL_PROGRAM@
131 INSTALL_SCRIPT = @INSTALL_SCRIPT@
132 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133 LDFLAGS = @LDFLAGS@
134 LIBOBJS = @LIBOBJS@
135 LIBS = @LIBS@
136 LIBTOOL = @LIBTOOL@
137 LINUX_MACH_LIB = @LINUX_MACH_LIB@
138 LN_S = @LN_S@
139 LTLIBOBJS = @LTLIBOBJS@
140 MAINT = @MAINT@
141 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
142 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
143 MAKEINFO = @MAKEINFO@
144 MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
145 MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
146 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
147 OBJEXT = @OBJEXT@
148 PACKAGE = @PACKAGE@
149 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150 PACKAGE_NAME = @PACKAGE_NAME@
151 PACKAGE_STRING = @PACKAGE_STRING@
152 PACKAGE_TARNAME = @PACKAGE_TARNAME@
153 PACKAGE_VERSION = @PACKAGE_VERSION@
154 PATH_SEPARATOR = @PATH_SEPARATOR@
155 RANLIB = @RANLIB@
156 SET_MAKE = @SET_MAKE@
157 SHELL = @SHELL@
158 STRIP = @STRIP@
159 USE_LIBTOOL_FALSE = @USE_LIBTOOL_FALSE@
160 USE_LIBTOOL_TRUE = @USE_LIBTOOL_TRUE@
161 VERSION = @VERSION@
162 ac_ct_AR = @ac_ct_AR@
163 ac_ct_AS = @ac_ct_AS@
164 ac_ct_CC = @ac_ct_CC@
165 ac_ct_RANLIB = @ac_ct_RANLIB@
166 ac_ct_STRIP = @ac_ct_STRIP@
167 aext = @aext@
168 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
169 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
170 am__include = @am__include@
171 am__leading_dot = @am__leading_dot@
172 am__quote = @am__quote@
173 am__tar = @am__tar@
174 am__untar = @am__untar@
175 bindir = @bindir@
176 build = @build@
177 build_alias = @build_alias@
178 build_cpu = @build_cpu@
179 build_os = @build_os@
180 build_vendor = @build_vendor@
181 datadir = @datadir@
182 exec_prefix = @exec_prefix@
183 host = @host@
184 host_alias = @host_alias@
185 host_cpu = @host_cpu@
186 host_os = @host_os@
187 host_vendor = @host_vendor@
188 includedir = @includedir@
189 infodir = @infodir@
190 install_sh = @install_sh@
191 libdir = @libdir@
192 libexecdir = @libexecdir@
193 libm_machine_dir = @libm_machine_dir@
194 localstatedir = @localstatedir@
195 lpfx = @lpfx@
196 machine_dir = @machine_dir@
197 mandir = @mandir@
198 mkdir_p = @mkdir_p@
199 newlib_basedir = @newlib_basedir@
200 oext = @oext@
201 oldincludedir = @oldincludedir@
202 prefix = @prefix@
203 program_transform_name = @program_transform_name@
204 sbindir = @sbindir@
205 sharedstatedir = @sharedstatedir@
206 subdirs = @subdirs@
207 sys_dir = @sys_dir@
208 sysconfdir = @sysconfdir@
209 target_alias = @target_alias@
210 AUTOMAKE_OPTIONS = cygnus
211 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
212 GENERAL_SOURCES = \
213         fnmatch.c glob.c regcomp.c regerror.c regex2.h \
214         regexec.c regfree.c collate.h collate.c collcmp.c \
215         reallocf.c
216
217 ELIX_3_SOURCES = \
218         wordexp.c \
219         wordfree.c
220
221 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@ELIX_SOURCES = $(ELIX_3_SOURCES)
222 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_TRUE@ELIX_SOURCES = 
223 @ELIX_LEVEL_1_TRUE@ELIX_SOURCES = 
224 libstdlib_la_LDFLAGS = -Xcompiler -nostdlib
225 @USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = libstdlib.la
226 @USE_LIBTOOL_TRUE@libstdlib_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
227 @USE_LIBTOOL_FALSE@noinst_DATA = 
228 @USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in
229 @USE_LIBTOOL_FALSE@noinst_LIBRARIES = lib.a
230 @USE_LIBTOOL_FALSE@lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
231 @USE_LIBTOOL_FALSE@lib_a_CFLAGS = $(AM_CFLAGS)
232 AM_CFLAGS = -D_GNU_SOURCE
233 all: all-am
234
235 .SUFFIXES:
236 .SUFFIXES: .c .lo .o .obj
237 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../../../Makefile.shared $(am__configure_deps)
238         @for dep in $?; do \
239           case '$(am__configure_deps)' in \
240             *$$dep*) \
241               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
242                 && exit 0; \
243               exit 1;; \
244           esac; \
245         done; \
246         echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus  stdlib/Makefile'; \
247         cd $(top_srcdir) && \
248           $(AUTOMAKE) --cygnus  stdlib/Makefile
249 .PRECIOUS: Makefile
250 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
251         @case '$?' in \
252           *config.status*) \
253             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
254           *) \
255             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
256             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
257         esac;
258
259 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
260         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
262 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
263         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
265         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
267 clean-noinstLIBRARIES:
268         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
269 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES) 
270         -rm -f lib.a
271         $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
272         $(RANLIB) lib.a
273
274 clean-noinstLTLIBRARIES:
275         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
276         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
277           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
278           test "$$dir" != "$$p" || dir=.; \
279           echo "rm -f \"$${dir}/so_locations\""; \
280           rm -f "$${dir}/so_locations"; \
281         done
282 libstdlib.la: $(libstdlib_la_OBJECTS) $(libstdlib_la_DEPENDENCIES) 
283         $(LINK) $(am_libstdlib_la_rpath) $(libstdlib_la_LDFLAGS) $(libstdlib_la_OBJECTS) $(libstdlib_la_LIBADD) $(LIBS)
284
285 mostlyclean-compile:
286         -rm -f *.$(OBJEXT)
287
288 distclean-compile:
289         -rm -f *.tab.c
290
291 .c.o:
292         $(COMPILE) -c $<
293
294 .c.obj:
295         $(COMPILE) -c `$(CYGPATH_W) '$<'`
296
297 .c.lo:
298         $(LTCOMPILE) -c -o $@ $<
299
300 lib_a-fnmatch.o: fnmatch.c
301         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-fnmatch.o `test -f 'fnmatch.c' || echo '$(srcdir)/'`fnmatch.c
302
303 lib_a-fnmatch.obj: fnmatch.c
304         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-fnmatch.obj `if test -f 'fnmatch.c'; then $(CYGPATH_W) 'fnmatch.c'; else $(CYGPATH_W) '$(srcdir)/fnmatch.c'; fi`
305
306 lib_a-glob.o: glob.c
307         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-glob.o `test -f 'glob.c' || echo '$(srcdir)/'`glob.c
308
309 lib_a-glob.obj: glob.c
310         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-glob.obj `if test -f 'glob.c'; then $(CYGPATH_W) 'glob.c'; else $(CYGPATH_W) '$(srcdir)/glob.c'; fi`
311
312 lib_a-regcomp.o: regcomp.c
313         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-regcomp.o `test -f 'regcomp.c' || echo '$(srcdir)/'`regcomp.c
314
315 lib_a-regcomp.obj: regcomp.c
316         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-regcomp.obj `if test -f 'regcomp.c'; then $(CYGPATH_W) 'regcomp.c'; else $(CYGPATH_W) '$(srcdir)/regcomp.c'; fi`
317
318 lib_a-regerror.o: regerror.c
319         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-regerror.o `test -f 'regerror.c' || echo '$(srcdir)/'`regerror.c
320
321 lib_a-regerror.obj: regerror.c
322         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-regerror.obj `if test -f 'regerror.c'; then $(CYGPATH_W) 'regerror.c'; else $(CYGPATH_W) '$(srcdir)/regerror.c'; fi`
323
324 lib_a-regexec.o: regexec.c
325         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-regexec.o `test -f 'regexec.c' || echo '$(srcdir)/'`regexec.c
326
327 lib_a-regexec.obj: regexec.c
328         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-regexec.obj `if test -f 'regexec.c'; then $(CYGPATH_W) 'regexec.c'; else $(CYGPATH_W) '$(srcdir)/regexec.c'; fi`
329
330 lib_a-regfree.o: regfree.c
331         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-regfree.o `test -f 'regfree.c' || echo '$(srcdir)/'`regfree.c
332
333 lib_a-regfree.obj: regfree.c
334         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-regfree.obj `if test -f 'regfree.c'; then $(CYGPATH_W) 'regfree.c'; else $(CYGPATH_W) '$(srcdir)/regfree.c'; fi`
335
336 lib_a-collate.o: collate.c
337         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-collate.o `test -f 'collate.c' || echo '$(srcdir)/'`collate.c
338
339 lib_a-collate.obj: collate.c
340         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-collate.obj `if test -f 'collate.c'; then $(CYGPATH_W) 'collate.c'; else $(CYGPATH_W) '$(srcdir)/collate.c'; fi`
341
342 lib_a-collcmp.o: collcmp.c
343         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-collcmp.o `test -f 'collcmp.c' || echo '$(srcdir)/'`collcmp.c
344
345 lib_a-collcmp.obj: collcmp.c
346         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-collcmp.obj `if test -f 'collcmp.c'; then $(CYGPATH_W) 'collcmp.c'; else $(CYGPATH_W) '$(srcdir)/collcmp.c'; fi`
347
348 lib_a-reallocf.o: reallocf.c
349         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-reallocf.o `test -f 'reallocf.c' || echo '$(srcdir)/'`reallocf.c
350
351 lib_a-reallocf.obj: reallocf.c
352         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-reallocf.obj `if test -f 'reallocf.c'; then $(CYGPATH_W) 'reallocf.c'; else $(CYGPATH_W) '$(srcdir)/reallocf.c'; fi`
353
354 lib_a-wordexp.o: wordexp.c
355         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-wordexp.o `test -f 'wordexp.c' || echo '$(srcdir)/'`wordexp.c
356
357 lib_a-wordexp.obj: wordexp.c
358         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-wordexp.obj `if test -f 'wordexp.c'; then $(CYGPATH_W) 'wordexp.c'; else $(CYGPATH_W) '$(srcdir)/wordexp.c'; fi`
359
360 lib_a-wordfree.o: wordfree.c
361         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-wordfree.o `test -f 'wordfree.c' || echo '$(srcdir)/'`wordfree.c
362
363 lib_a-wordfree.obj: wordfree.c
364         $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-wordfree.obj `if test -f 'wordfree.c'; then $(CYGPATH_W) 'wordfree.c'; else $(CYGPATH_W) '$(srcdir)/wordfree.c'; fi`
365
366 mostlyclean-libtool:
367         -rm -f *.lo
368
369 clean-libtool:
370         -rm -rf .libs _libs
371
372 distclean-libtool:
373         -rm -f libtool
374 uninstall-info-am:
375
376 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
377         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
378         unique=`for i in $$list; do \
379             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380           done | \
381           $(AWK) '    { files[$$0] = 1; } \
382                END { for (i in files) print i; }'`; \
383         mkid -fID $$unique
384 tags: TAGS
385
386 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
387                 $(TAGS_FILES) $(LISP)
388         tags=; \
389         here=`pwd`; \
390         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
391         unique=`for i in $$list; do \
392             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393           done | \
394           $(AWK) '    { files[$$0] = 1; } \
395                END { for (i in files) print i; }'`; \
396         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
397           test -n "$$unique" || unique=$$empty_fix; \
398           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
399             $$tags $$unique; \
400         fi
401 ctags: CTAGS
402 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
403                 $(TAGS_FILES) $(LISP)
404         tags=; \
405         here=`pwd`; \
406         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
407         unique=`for i in $$list; do \
408             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409           done | \
410           $(AWK) '    { files[$$0] = 1; } \
411                END { for (i in files) print i; }'`; \
412         test -z "$(CTAGS_ARGS)$$tags$$unique" \
413           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
414              $$tags $$unique
415
416 GTAGS:
417         here=`$(am__cd) $(top_builddir) && pwd` \
418           && cd $(top_srcdir) \
419           && gtags -i $(GTAGS_ARGS) $$here
420
421 distclean-tags:
422         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
423 check-am:
424 check: check-am
425 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
426 installdirs:
427 install: install-am
428 install-exec: install-exec-am
429 install-data: install-data-am
430 uninstall: uninstall-am
431
432 install-am: all-am
433         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
434
435 installcheck: installcheck-am
436 install-strip:
437         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
438           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
439           `test -z '$(STRIP)' || \
440             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
441 mostlyclean-generic:
442
443 clean-generic:
444
445 distclean-generic:
446         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
447
448 maintainer-clean-generic:
449         @echo "This command is intended for maintainers to use"
450         @echo "it deletes files that may require special tools to rebuild."
451 clean: clean-am
452
453 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
454         clean-noinstLTLIBRARIES mostlyclean-am
455
456 distclean: distclean-am
457         -rm -f Makefile
458 distclean-am: clean-am distclean-compile distclean-generic \
459         distclean-libtool distclean-tags
460
461 dvi: dvi-am
462
463 dvi-am:
464
465 html: html-am
466
467 info: info-am
468
469 info-am:
470
471 install-data-am:
472
473 install-exec-am:
474
475 install-info: install-info-am
476
477 install-man:
478
479 installcheck-am:
480
481 maintainer-clean: maintainer-clean-am
482         -rm -f Makefile
483 maintainer-clean-am: distclean-am maintainer-clean-generic
484
485 mostlyclean: mostlyclean-am
486
487 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
488         mostlyclean-libtool
489
490 pdf: pdf-am
491
492 pdf-am:
493
494 ps: ps-am
495
496 ps-am:
497
498 uninstall-am:
499
500 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
501         clean-libtool clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
502         ctags distclean distclean-compile distclean-generic \
503         distclean-libtool distclean-tags dvi dvi-am html html-am info \
504         info-am install install-am install-data install-data-am \
505         install-exec install-exec-am install-info install-info-am \
506         install-man install-strip installcheck installcheck-am \
507         installdirs maintainer-clean maintainer-clean-generic \
508         mostlyclean mostlyclean-compile mostlyclean-generic \
509         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
510         uninstall-am uninstall-info-am
511
512 objectlist.awk.in: $(noinst_LTLIBRARIES)
513         -rm -f objectlist.awk.in
514         for i in `ls *.lo` ; \
515         do \
516           echo $$i `pwd`/$$i >> objectlist.awk.in ; \
517         done
518 # Tell versions [3.59,3.63) of GNU make to not export all variables.
519 # Otherwise a system limit (for SysV at least) may be exceeded.
520 .NOEXPORT: