source: trunk/libs/newlib/src/newlib/doc/Makefile.in @ 543

Last change on this file since 543 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 9.4 KB
Line 
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 =
68depcomp =
69am__depfiles_maybe =
70SOURCES =
71am__can_run_installinfo = \
72  case $$AM_UPDATE_INFO_DIR in \
73    n|no|NO) false;; \
74    *) (install-info --version) >/dev/null 2>&1;; \
75  esac
76DATA = $(noinst_DATA)
77ACLOCAL = @ACLOCAL@
78AMTAR = @AMTAR@
79AR = @AR@
80AS = @AS@
81AUTOCONF = @AUTOCONF@
82AUTOHEADER = @AUTOHEADER@
83AUTOMAKE = @AUTOMAKE@
84AWK = @AWK@
85CC = @CC@
86CCAS = @CCAS@
87CCASFLAGS = @CCASFLAGS@
88CCDEPMODE = @CCDEPMODE@
89CC_FOR_BUILD = @CC_FOR_BUILD@
90CYGPATH_W = @CYGPATH_W@
91DEFS = @DEFS@
92DEPDIR = @DEPDIR@
93ECHO_C = @ECHO_C@
94ECHO_N = @ECHO_N@
95ECHO_T = @ECHO_T@
96EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
97INSTALL = @INSTALL@
98INSTALL_DATA = @INSTALL_DATA@
99INSTALL_PROGRAM = @INSTALL_PROGRAM@
100INSTALL_SCRIPT = @INSTALL_SCRIPT@
101INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
102LDFLAGS = @LDFLAGS@
103LIBOBJS = @LIBOBJS@
104LIBS = @LIBS@
105LTLIBOBJS = @LTLIBOBJS@
106MAINT = @MAINT@
107MAKEINFO = @MAKEINFO@
108MKDIR_P = @MKDIR_P@
109NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
110NO_INCLUDE_LIST = @NO_INCLUDE_LIST@
111OBJEXT = @OBJEXT@
112PACKAGE = @PACKAGE@
113PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
114PACKAGE_NAME = @PACKAGE_NAME@
115PACKAGE_STRING = @PACKAGE_STRING@
116PACKAGE_TARNAME = @PACKAGE_TARNAME@
117PACKAGE_URL = @PACKAGE_URL@
118PACKAGE_VERSION = @PACKAGE_VERSION@
119PATH_SEPARATOR = @PATH_SEPARATOR@
120RANLIB = @RANLIB@
121READELF = @READELF@
122SET_MAKE = @SET_MAKE@
123SHELL = @SHELL@
124STRIP = @STRIP@
125VERSION = @VERSION@
126abs_builddir = @abs_builddir@
127abs_srcdir = @abs_srcdir@
128abs_top_builddir = @abs_top_builddir@
129abs_top_srcdir = @abs_top_srcdir@
130aext = @aext@
131am__include = @am__include@
132am__leading_dot = @am__leading_dot@
133am__quote = @am__quote@
134am__tar = @am__tar@
135am__untar = @am__untar@
136bindir = @bindir@
137build = @build@
138build_alias = @build_alias@
139build_cpu = @build_cpu@
140build_os = @build_os@
141build_vendor = @build_vendor@
142builddir = @builddir@
143datadir = @datadir@
144datarootdir = @datarootdir@
145docdir = @docdir@
146dvidir = @dvidir@
147exec_prefix = @exec_prefix@
148host = @host@
149host_alias = @host_alias@
150host_cpu = @host_cpu@
151host_os = @host_os@
152host_vendor = @host_vendor@
153htmldir = @htmldir@
154includedir = @includedir@
155infodir = @infodir@
156install_sh = @install_sh@
157libdir = @libdir@
158libexecdir = @libexecdir@
159libm_machine_dir = @libm_machine_dir@
160localedir = @localedir@
161localstatedir = @localstatedir@
162lpfx = @lpfx@
163machine_dir = @machine_dir@
164mandir = @mandir@
165mkdir_p = @mkdir_p@
166newlib_basedir = @newlib_basedir@
167oext = @oext@
168oldincludedir = @oldincludedir@
169pdfdir = @pdfdir@
170prefix = @prefix@
171program_transform_name = @program_transform_name@
172psdir = @psdir@
173sbindir = @sbindir@
174sharedstatedir = @sharedstatedir@
175srcdir = @srcdir@
176sys_dir = @sys_dir@
177sysconfdir = @sysconfdir@
178target_alias = @target_alias@
179top_build_prefix = @top_build_prefix@
180top_builddir = @top_builddir@
181top_srcdir = @top_srcdir@
182AUTOMAKE_OPTIONS = cygnus
183
184# We can't use noinst_PROGRAMS, because automake will add $(EXEEXT).
185noinst_DATA = makedoc
186MKDOC = makedoc$(EXEEXT_FOR_BUILD)
187ACLOCAL_AMFLAGS = -I .. -I ../..
188CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
189all: all-am
190
191.SUFFIXES:
192am--refresh: Makefile
193        @:
194$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
195        @for dep in $?; do \
196          case '$(am__configure_deps)' in \
197            *$$dep*) \
198              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
199              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
200                && exit 0; \
201              exit 1;; \
202          esac; \
203        done; \
204        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
205        $(am__cd) $(top_srcdir) && \
206          $(AUTOMAKE) --cygnus Makefile
207.PRECIOUS: Makefile
208Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
209        @case '$?' in \
210          *config.status*) \
211            echo ' $(SHELL) ./config.status'; \
212            $(SHELL) ./config.status;; \
213          *) \
214            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
215            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
216        esac;
217
218$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
219        $(SHELL) ./config.status --recheck
220
221$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
222        $(am__cd) $(srcdir) && $(AUTOCONF)
223$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
224        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
225$(am__aclocal_m4_deps):
226tags: TAGS
227TAGS:
228
229ctags: CTAGS
230CTAGS:
231
232check-am:
233check: check-am
234all-am: Makefile $(DATA)
235installdirs:
236install: install-am
237install-exec: install-exec-am
238install-data: install-data-am
239uninstall: uninstall-am
240
241install-am: all-am
242        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
243
244installcheck: installcheck-am
245install-strip:
246        if test -z '$(STRIP)'; then \
247          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
248            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
249              install; \
250        else \
251          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
252            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
253            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
254        fi
255mostlyclean-generic:
256
257clean-generic:
258
259distclean-generic:
260        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
261        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
262
263maintainer-clean-generic:
264        @echo "This command is intended for maintainers to use"
265        @echo "it deletes files that may require special tools to rebuild."
266clean: clean-am
267
268clean-am: clean-generic mostlyclean-am
269
270distclean: distclean-am
271        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
272        -rm -f Makefile
273distclean-am: clean-am distclean-generic
274
275dvi: dvi-am
276
277dvi-am:
278
279html: html-am
280
281html-am:
282
283info: info-am
284
285info-am:
286
287install-data-am:
288
289install-dvi: install-dvi-am
290
291install-dvi-am:
292
293install-exec-am:
294
295install-html: install-html-am
296
297install-html-am:
298
299install-info: install-info-am
300
301install-info-am:
302
303install-man:
304
305install-pdf: install-pdf-am
306
307install-pdf-am:
308
309install-ps: install-ps-am
310
311install-ps-am:
312
313installcheck-am:
314
315maintainer-clean: maintainer-clean-am
316        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
317        -rm -rf $(top_srcdir)/autom4te.cache
318        -rm -f Makefile
319maintainer-clean-am: distclean-am maintainer-clean-generic
320
321mostlyclean: mostlyclean-am
322
323mostlyclean-am: mostlyclean-generic
324
325pdf: pdf-am
326
327pdf-am:
328
329ps: ps-am
330
331ps-am:
332
333uninstall-am:
334
335.MAKE: install-am install-strip
336
337.PHONY: all all-am am--refresh check check-am clean clean-generic \
338        distclean distclean-generic dvi dvi-am html html-am info \
339        info-am install install-am install-data install-data-am \
340        install-dvi install-dvi-am install-exec install-exec-am \
341        install-html install-html-am install-info install-info-am \
342        install-man install-pdf install-pdf-am install-ps \
343        install-ps-am install-strip installcheck installcheck-am \
344        installdirs maintainer-clean maintainer-clean-generic \
345        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
346        uninstall-am
347
348
349# We don't use CFLAGS with CC_FOR_BUILD because here CFLAGS will
350# actually be CFLAGS_FOR_TARGET, and in some cases that will include
351# -Os, which CC_FOR_BUILD may not recognize.
352
353$(MKDOC): makedoc.o
354        $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $(MKDOC) makedoc.o
355
356makedoc.o: makedoc.c
357        $(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c
358
359man:
360
361man-cache:
362        ${srcdir}/makedocbook.py --cache
363
364.PHONY: man-cache
365
366# Tell versions [3.59,3.63) of GNU make to not export all variables.
367# Otherwise a system limit (for SysV at least) may be exceeded.
368.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.