1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19am__make_dryrun = \
20  { \
21    am__dry=no; \
22    case $$MAKEFLAGS in \
23      *\\[\ \	]*) \
24        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26      *) \
27        for am__flg in $$MAKEFLAGS; do \
28          case $$am__flg in \
29            *=*|--*) ;; \
30            *n*) am__dry=yes; break;; \
31          esac; \
32        done;; \
33    esac; \
34    test $$am__dry = yes; \
35  }
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = @build@
53host_triplet = @host@
54subdir = .
55DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
56	$(top_srcdir)/configure $(am__configure_deps) \
57	$(srcdir)/../../../../mkinstalldirs
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
60	$(top_srcdir)/configure.in
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62	$(ACLOCAL_M4)
63am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64 configure.lineno config.status.lineno
65mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
66CONFIG_CLEAN_FILES =
67CONFIG_CLEAN_VPATH_FILES =
68LIBRARIES = $(noinst_LIBRARIES)
69ARFLAGS = cru
70lib_a_AR = $(AR) $(ARFLAGS)
71lib_a_LIBADD =
72am_lib_a_OBJECTS =
73lib_a_OBJECTS = $(am_lib_a_OBJECTS)
74libfoo_a_AR = $(AR) $(ARFLAGS)
75libfoo_a_LIBADD =
76am_libfoo_a_OBJECTS = crt0.$(OBJEXT)
77libfoo_a_OBJECTS = $(am_libfoo_a_OBJECTS)
78DEFAULT_INCLUDES = -I.@am__isrc@
79depcomp =
80am__depfiles_maybe =
81COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83CCLD = $(CC)
84LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
85SOURCES = $(lib_a_SOURCES) $(libfoo_a_SOURCES)
86am__can_run_installinfo = \
87  case $$AM_UPDATE_INFO_DIR in \
88    n|no|NO) false;; \
89    *) (install-info --version) >/dev/null 2>&1;; \
90  esac
91ETAGS = etags
92CTAGS = ctags
93ACLOCAL = @ACLOCAL@
94AMTAR = @AMTAR@
95AR = @AR@
96AS = @AS@
97AUTOCONF = @AUTOCONF@
98AUTOHEADER = @AUTOHEADER@
99AUTOMAKE = @AUTOMAKE@
100AWK = @AWK@
101CC = @CC@
102CCAS = @CCAS@
103CCASFLAGS = @CCASFLAGS@
104CCDEPMODE = @CCDEPMODE@
105CYGPATH_W = @CYGPATH_W@
106DEFS = @DEFS@
107DEPDIR = @DEPDIR@
108ECHO_C = @ECHO_C@
109ECHO_N = @ECHO_N@
110ECHO_T = @ECHO_T@
111INSTALL = @INSTALL@
112INSTALL_DATA = @INSTALL_DATA@
113INSTALL_PROGRAM = @INSTALL_PROGRAM@
114INSTALL_SCRIPT = @INSTALL_SCRIPT@
115INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116LDFLAGS = @LDFLAGS@
117LIBOBJS = @LIBOBJS@
118LIBS = @LIBS@
119LTLIBOBJS = @LTLIBOBJS@
120MAINT = @MAINT@
121MAKEINFO = @MAKEINFO@
122MKDIR_P = @MKDIR_P@
123NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
124NO_INCLUDE_LIST = @NO_INCLUDE_LIST@
125OBJEXT = @OBJEXT@
126PACKAGE = @PACKAGE@
127PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
128PACKAGE_NAME = @PACKAGE_NAME@
129PACKAGE_STRING = @PACKAGE_STRING@
130PACKAGE_TARNAME = @PACKAGE_TARNAME@
131PACKAGE_URL = @PACKAGE_URL@
132PACKAGE_VERSION = @PACKAGE_VERSION@
133PATH_SEPARATOR = @PATH_SEPARATOR@
134RANLIB = @RANLIB@
135READELF = @READELF@
136SET_MAKE = @SET_MAKE@
137SHELL = @SHELL@
138STRIP = @STRIP@
139VERSION = @VERSION@
140abs_builddir = @abs_builddir@
141abs_srcdir = @abs_srcdir@
142abs_top_builddir = @abs_top_builddir@
143abs_top_srcdir = @abs_top_srcdir@
144aext = @aext@
145am__include = @am__include@
146am__leading_dot = @am__leading_dot@
147am__quote = @am__quote@
148am__tar = @am__tar@
149am__untar = @am__untar@
150bindir = @bindir@
151build = @build@
152build_alias = @build_alias@
153build_cpu = @build_cpu@
154build_os = @build_os@
155build_vendor = @build_vendor@
156builddir = @builddir@
157datadir = @datadir@
158datarootdir = @datarootdir@
159docdir = @docdir@
160dvidir = @dvidir@
161exec_prefix = @exec_prefix@
162host = @host@
163host_alias = @host_alias@
164host_cpu = @host_cpu@
165host_os = @host_os@
166host_vendor = @host_vendor@
167htmldir = @htmldir@
168includedir = @includedir@
169infodir = @infodir@
170install_sh = @install_sh@
171libdir = @libdir@
172libexecdir = @libexecdir@
173libm_machine_dir = @libm_machine_dir@
174localedir = @localedir@
175localstatedir = @localstatedir@
176lpfx = @lpfx@
177machine_dir = @machine_dir@
178mandir = @mandir@
179mkdir_p = @mkdir_p@
180newlib_basedir = @newlib_basedir@
181oext = @oext@
182oldincludedir = @oldincludedir@
183pdfdir = @pdfdir@
184prefix = @prefix@
185program_transform_name = @program_transform_name@
186psdir = @psdir@
187sbindir = @sbindir@
188sharedstatedir = @sharedstatedir@
189srcdir = @srcdir@
190sys_dir = @sys_dir@
191sysconfdir = @sysconfdir@
192target_alias = @target_alias@
193top_build_prefix = @top_build_prefix@
194top_builddir = @top_builddir@
195top_srcdir = @top_srcdir@
196AUTOMAKE_OPTIONS = cygnus
197INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
198AM_CCASFLAGS = $(INCLUDES)
199noinst_LIBRARIES = lib.a
200lib_a_SOURCES =
201lib_a_CCASFLAGS = $(AM_CCASFLAGS)
202lib_a_CFLAGS = $(AM_CFLAGS)
203
204# This is a hack to force automake to include a definition for
205# COMPILE.
206EXTRA_LIBRARIES = libfoo.a
207libfoo_a_SOURCES = crt0.c
208ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
209CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
210all: all-am
211
212.SUFFIXES:
213.SUFFIXES: .c .o .obj
214am--refresh: Makefile
215	@:
216$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
217	@for dep in $?; do \
218	  case '$(am__configure_deps)' in \
219	    *$$dep*) \
220	      echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
221	      $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
222		&& exit 0; \
223	      exit 1;; \
224	  esac; \
225	done; \
226	echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
227	$(am__cd) $(top_srcdir) && \
228	  $(AUTOMAKE) --cygnus Makefile
229.PRECIOUS: Makefile
230Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
231	@case '$?' in \
232	  *config.status*) \
233	    echo ' $(SHELL) ./config.status'; \
234	    $(SHELL) ./config.status;; \
235	  *) \
236	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
237	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
238	esac;
239
240$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
241	$(SHELL) ./config.status --recheck
242
243$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
244	$(am__cd) $(srcdir) && $(AUTOCONF)
245$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
246	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
247$(am__aclocal_m4_deps):
248
249clean-noinstLIBRARIES:
250	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
251lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES) $(EXTRA_lib_a_DEPENDENCIES)
252	-rm -f lib.a
253	$(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
254	$(RANLIB) lib.a
255libfoo.a: $(libfoo_a_OBJECTS) $(libfoo_a_DEPENDENCIES) $(EXTRA_libfoo_a_DEPENDENCIES)
256	-rm -f libfoo.a
257	$(libfoo_a_AR) libfoo.a $(libfoo_a_OBJECTS) $(libfoo_a_LIBADD)
258	$(RANLIB) libfoo.a
259
260mostlyclean-compile:
261	-rm -f *.$(OBJEXT)
262
263distclean-compile:
264	-rm -f *.tab.c
265
266.c.o:
267	$(COMPILE) -c $<
268
269.c.obj:
270	$(COMPILE) -c `$(CYGPATH_W) '$<'`
271
272ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
273	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
274	unique=`for i in $$list; do \
275	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
276	  done | \
277	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
278	      END { if (nonempty) { for (i in files) print i; }; }'`; \
279	mkid -fID $$unique
280tags: TAGS
281
282TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
283		$(TAGS_FILES) $(LISP)
284	set x; \
285	here=`pwd`; \
286	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
287	unique=`for i in $$list; do \
288	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289	  done | \
290	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
291	      END { if (nonempty) { for (i in files) print i; }; }'`; \
292	shift; \
293	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
294	  test -n "$$unique" || unique=$$empty_fix; \
295	  if test $$# -gt 0; then \
296	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
297	      "$$@" $$unique; \
298	  else \
299	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
300	      $$unique; \
301	  fi; \
302	fi
303ctags: CTAGS
304CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
305		$(TAGS_FILES) $(LISP)
306	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
307	unique=`for i in $$list; do \
308	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309	  done | \
310	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
311	      END { if (nonempty) { for (i in files) print i; }; }'`; \
312	test -z "$(CTAGS_ARGS)$$unique" \
313	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
314	     $$unique
315
316GTAGS:
317	here=`$(am__cd) $(top_builddir) && pwd` \
318	  && $(am__cd) $(top_srcdir) \
319	  && gtags -i $(GTAGS_ARGS) "$$here"
320
321distclean-tags:
322	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
323check-am:
324check: check-am
325all-am: Makefile $(LIBRARIES) all-local
326installdirs:
327install: install-am
328install-exec: install-exec-am
329install-data: install-data-am
330uninstall: uninstall-am
331
332install-am: all-am
333	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
334
335installcheck: installcheck-am
336install-strip:
337	if test -z '$(STRIP)'; then \
338	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
339	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
340	      install; \
341	else \
342	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
343	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
344	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
345	fi
346mostlyclean-generic:
347
348clean-generic:
349
350distclean-generic:
351	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
352	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
353
354maintainer-clean-generic:
355	@echo "This command is intended for maintainers to use"
356	@echo "it deletes files that may require special tools to rebuild."
357clean: clean-am
358
359clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
360
361distclean: distclean-am
362	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
363	-rm -f Makefile
364distclean-am: clean-am distclean-compile distclean-generic \
365	distclean-tags
366
367dvi: dvi-am
368
369dvi-am:
370
371html: html-am
372
373html-am:
374
375info: info-am
376
377info-am:
378
379install-data-am:
380
381install-dvi: install-dvi-am
382
383install-dvi-am:
384
385install-exec-am:
386
387install-html: install-html-am
388
389install-html-am:
390
391install-info: install-info-am
392
393install-info-am:
394
395install-man:
396
397install-pdf: install-pdf-am
398
399install-pdf-am:
400
401install-ps: install-ps-am
402
403install-ps-am:
404
405installcheck-am:
406
407maintainer-clean: maintainer-clean-am
408	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
409	-rm -rf $(top_srcdir)/autom4te.cache
410	-rm -f Makefile
411maintainer-clean-am: distclean-am maintainer-clean-generic
412
413mostlyclean: mostlyclean-am
414
415mostlyclean-am: mostlyclean-compile mostlyclean-generic
416
417pdf: pdf-am
418
419pdf-am:
420
421ps: ps-am
422
423ps-am:
424
425uninstall-am:
426
427.MAKE: install-am install-strip
428
429.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
430	clean clean-generic clean-noinstLIBRARIES ctags distclean \
431	distclean-compile distclean-generic distclean-tags dvi dvi-am \
432	html html-am info info-am install install-am install-data \
433	install-data-am install-dvi install-dvi-am install-exec \
434	install-exec-am install-html install-html-am install-info \
435	install-info-am install-man install-pdf install-pdf-am \
436	install-ps install-ps-am install-strip installcheck \
437	installcheck-am installdirs maintainer-clean \
438	maintainer-clean-generic mostlyclean mostlyclean-compile \
439	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
440	uninstall-am
441
442
443all-local: crt0.o
444
445# Tell versions [3.59,3.63) of GNU make to not export all variables.
446# Otherwise a system limit (for SysV at least) may be exceeded.
447.NOEXPORT:
448