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 = lib_a-syscalls.$(OBJEXT)
73lib_a_OBJECTS = $(am_lib_a_OBJECTS)
74DEFAULT_INCLUDES = -I.@am__isrc@
75depcomp =
76am__depfiles_maybe =
77COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
78	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79CCLD = $(CC)
80LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
81SOURCES = $(lib_a_SOURCES)
82am__can_run_installinfo = \
83  case $$AM_UPDATE_INFO_DIR in \
84    n|no|NO) false;; \
85    *) (install-info --version) >/dev/null 2>&1;; \
86  esac
87ETAGS = etags
88CTAGS = ctags
89ACLOCAL = @ACLOCAL@
90AMTAR = @AMTAR@
91AR = @AR@
92AS = @AS@
93AUTOCONF = @AUTOCONF@
94AUTOHEADER = @AUTOHEADER@
95AUTOMAKE = @AUTOMAKE@
96AWK = @AWK@
97CC = @CC@
98CCAS = @CCAS@
99CCASFLAGS = @CCASFLAGS@
100CCDEPMODE = @CCDEPMODE@
101CYGPATH_W = @CYGPATH_W@
102DEFS = @DEFS@
103DEPDIR = @DEPDIR@
104ECHO_C = @ECHO_C@
105ECHO_N = @ECHO_N@
106ECHO_T = @ECHO_T@
107INSTALL = @INSTALL@
108INSTALL_DATA = @INSTALL_DATA@
109INSTALL_PROGRAM = @INSTALL_PROGRAM@
110INSTALL_SCRIPT = @INSTALL_SCRIPT@
111INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
112LDFLAGS = @LDFLAGS@
113LIBOBJS = @LIBOBJS@
114LIBS = @LIBS@
115LTLIBOBJS = @LTLIBOBJS@
116MAINT = @MAINT@
117MAKEINFO = @MAKEINFO@
118MKDIR_P = @MKDIR_P@
119NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
120NO_INCLUDE_LIST = @NO_INCLUDE_LIST@
121OBJEXT = @OBJEXT@
122PACKAGE = @PACKAGE@
123PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124PACKAGE_NAME = @PACKAGE_NAME@
125PACKAGE_STRING = @PACKAGE_STRING@
126PACKAGE_TARNAME = @PACKAGE_TARNAME@
127PACKAGE_URL = @PACKAGE_URL@
128PACKAGE_VERSION = @PACKAGE_VERSION@
129PATH_SEPARATOR = @PATH_SEPARATOR@
130RANLIB = @RANLIB@
131READELF = @READELF@
132SET_MAKE = @SET_MAKE@
133SHELL = @SHELL@
134STRIP = @STRIP@
135VERSION = @VERSION@
136abs_builddir = @abs_builddir@
137abs_srcdir = @abs_srcdir@
138abs_top_builddir = @abs_top_builddir@
139abs_top_srcdir = @abs_top_srcdir@
140aext = @aext@
141am__include = @am__include@
142am__leading_dot = @am__leading_dot@
143am__quote = @am__quote@
144am__tar = @am__tar@
145am__untar = @am__untar@
146bindir = @bindir@
147build = @build@
148build_alias = @build_alias@
149build_cpu = @build_cpu@
150build_os = @build_os@
151build_vendor = @build_vendor@
152builddir = @builddir@
153datadir = @datadir@
154datarootdir = @datarootdir@
155docdir = @docdir@
156dvidir = @dvidir@
157exec_prefix = @exec_prefix@
158host = @host@
159host_alias = @host_alias@
160host_cpu = @host_cpu@
161host_os = @host_os@
162host_vendor = @host_vendor@
163htmldir = @htmldir@
164includedir = @includedir@
165infodir = @infodir@
166install_sh = @install_sh@
167libdir = @libdir@
168libexecdir = @libexecdir@
169libm_machine_dir = @libm_machine_dir@
170localedir = @localedir@
171localstatedir = @localstatedir@
172lpfx = @lpfx@
173machine_dir = @machine_dir@
174mandir = @mandir@
175mkdir_p = @mkdir_p@
176newlib_basedir = @newlib_basedir@
177oext = @oext@
178oldincludedir = @oldincludedir@
179pdfdir = @pdfdir@
180prefix = @prefix@
181program_transform_name = @program_transform_name@
182psdir = @psdir@
183sbindir = @sbindir@
184sharedstatedir = @sharedstatedir@
185srcdir = @srcdir@
186sys_dir = @sys_dir@
187sysconfdir = @sysconfdir@
188target_alias = @target_alias@
189top_build_prefix = @top_build_prefix@
190top_builddir = @top_builddir@
191top_srcdir = @top_srcdir@
192AUTOMAKE_OPTIONS = cygnus
193INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
194AM_CCASFLAGS = $(INCLUDES)
195noinst_LIBRARIES = lib.a
196lib_a_SOURCES = syscalls.c
197lib_a_CCASFLAGS = $(AM_CCASFLAGS)
198lib_a_CFLAGS = $(AM_CFLAGS)
199ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
200CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
201all: all-am
202
203.SUFFIXES:
204.SUFFIXES: .c .o .obj
205am--refresh: Makefile
206	@:
207$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
208	@for dep in $?; do \
209	  case '$(am__configure_deps)' in \
210	    *$$dep*) \
211	      echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
212	      $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
213		&& exit 0; \
214	      exit 1;; \
215	  esac; \
216	done; \
217	echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
218	$(am__cd) $(top_srcdir) && \
219	  $(AUTOMAKE) --cygnus Makefile
220.PRECIOUS: Makefile
221Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
222	@case '$?' in \
223	  *config.status*) \
224	    echo ' $(SHELL) ./config.status'; \
225	    $(SHELL) ./config.status;; \
226	  *) \
227	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
228	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
229	esac;
230
231$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
232	$(SHELL) ./config.status --recheck
233
234$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
235	$(am__cd) $(srcdir) && $(AUTOCONF)
236$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
237	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
238$(am__aclocal_m4_deps):
239
240clean-noinstLIBRARIES:
241	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
242lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES) $(EXTRA_lib_a_DEPENDENCIES)
243	-rm -f lib.a
244	$(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
245	$(RANLIB) lib.a
246
247mostlyclean-compile:
248	-rm -f *.$(OBJEXT)
249
250distclean-compile:
251	-rm -f *.tab.c
252
253.c.o:
254	$(COMPILE) -c $<
255
256.c.obj:
257	$(COMPILE) -c `$(CYGPATH_W) '$<'`
258
259lib_a-syscalls.o: syscalls.c
260	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-syscalls.o `test -f 'syscalls.c' || echo '$(srcdir)/'`syscalls.c
261
262lib_a-syscalls.obj: syscalls.c
263	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-syscalls.obj `if test -f 'syscalls.c'; then $(CYGPATH_W) 'syscalls.c'; else $(CYGPATH_W) '$(srcdir)/syscalls.c'; fi`
264
265ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
266	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
267	unique=`for i in $$list; do \
268	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269	  done | \
270	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
271	      END { if (nonempty) { for (i in files) print i; }; }'`; \
272	mkid -fID $$unique
273tags: TAGS
274
275TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
276		$(TAGS_FILES) $(LISP)
277	set x; \
278	here=`pwd`; \
279	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
280	unique=`for i in $$list; do \
281	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
282	  done | \
283	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
284	      END { if (nonempty) { for (i in files) print i; }; }'`; \
285	shift; \
286	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
287	  test -n "$$unique" || unique=$$empty_fix; \
288	  if test $$# -gt 0; then \
289	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
290	      "$$@" $$unique; \
291	  else \
292	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
293	      $$unique; \
294	  fi; \
295	fi
296ctags: CTAGS
297CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
298		$(TAGS_FILES) $(LISP)
299	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
300	unique=`for i in $$list; do \
301	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
302	  done | \
303	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
304	      END { if (nonempty) { for (i in files) print i; }; }'`; \
305	test -z "$(CTAGS_ARGS)$$unique" \
306	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
307	     $$unique
308
309GTAGS:
310	here=`$(am__cd) $(top_builddir) && pwd` \
311	  && $(am__cd) $(top_srcdir) \
312	  && gtags -i $(GTAGS_ARGS) "$$here"
313
314distclean-tags:
315	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
316check-am:
317check: check-am
318all-am: Makefile $(LIBRARIES) all-local
319installdirs:
320install: install-am
321install-exec: install-exec-am
322install-data: install-data-am
323uninstall: uninstall-am
324
325install-am: all-am
326	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
327
328installcheck: installcheck-am
329install-strip:
330	if test -z '$(STRIP)'; then \
331	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
332	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
333	      install; \
334	else \
335	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
336	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
337	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
338	fi
339mostlyclean-generic:
340
341clean-generic:
342
343distclean-generic:
344	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
345	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
346
347maintainer-clean-generic:
348	@echo "This command is intended for maintainers to use"
349	@echo "it deletes files that may require special tools to rebuild."
350clean: clean-am
351
352clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
353
354distclean: distclean-am
355	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
356	-rm -f Makefile
357distclean-am: clean-am distclean-compile distclean-generic \
358	distclean-tags
359
360dvi: dvi-am
361
362dvi-am:
363
364html: html-am
365
366html-am:
367
368info: info-am
369
370info-am:
371
372install-data-am:
373
374install-dvi: install-dvi-am
375
376install-dvi-am:
377
378install-exec-am:
379
380install-html: install-html-am
381
382install-html-am:
383
384install-info: install-info-am
385
386install-info-am:
387
388install-man:
389
390install-pdf: install-pdf-am
391
392install-pdf-am:
393
394install-ps: install-ps-am
395
396install-ps-am:
397
398installcheck-am:
399
400maintainer-clean: maintainer-clean-am
401	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
402	-rm -rf $(top_srcdir)/autom4te.cache
403	-rm -f Makefile
404maintainer-clean-am: distclean-am maintainer-clean-generic
405
406mostlyclean: mostlyclean-am
407
408mostlyclean-am: mostlyclean-compile mostlyclean-generic
409
410pdf: pdf-am
411
412pdf-am:
413
414ps: ps-am
415
416ps-am:
417
418uninstall-am:
419
420.MAKE: install-am install-strip
421
422.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
423	clean clean-generic clean-noinstLIBRARIES ctags distclean \
424	distclean-compile distclean-generic distclean-tags dvi dvi-am \
425	html html-am info info-am install install-am install-data \
426	install-data-am install-dvi install-dvi-am install-exec \
427	install-exec-am install-html install-html-am install-info \
428	install-info-am install-man install-pdf install-pdf-am \
429	install-ps install-ps-am install-strip installcheck \
430	installcheck-am installdirs maintainer-clean \
431	maintainer-clean-generic mostlyclean mostlyclean-compile \
432	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
433	uninstall-am
434
435
436all-local: crt0.o
437
438# Tell versions [3.59,3.63) of GNU make to not export all variables.
439# Otherwise a system limit (for SysV at least) may be exceeded.
440.NOEXPORT:
441