source: trunk/libs/newlib/src/newlib/libc/errno/Makefile.in @ 444

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

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

File size: 15.8 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
18
19
20VPATH = @srcdir@
21am__make_dryrun = \
22  { \
23    am__dry=no; \
24    case $$MAKEFLAGS in \
25      *\\[\ \   ]*) \
26        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
27          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28      *) \
29        for am__flg in $$MAKEFLAGS; do \
30          case $$am__flg in \
31            *=*|--*) ;; \
32            *n*) am__dry=yes; break;; \
33          esac; \
34        done;; \
35    esac; \
36    test $$am__dry = yes; \
37  }
38pkgdatadir = $(datadir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkglibexecdir = $(libexecdir)/@PACKAGE@
42am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43install_sh_DATA = $(install_sh) -c -m 644
44install_sh_PROGRAM = $(install_sh) -c
45install_sh_SCRIPT = $(install_sh) -c
46INSTALL_HEADER = $(INSTALL_DATA)
47transform = $(program_transform_name)
48NORMAL_INSTALL = :
49PRE_INSTALL = :
50POST_INSTALL = :
51NORMAL_UNINSTALL = :
52PRE_UNINSTALL = :
53POST_UNINSTALL = :
54build_triplet = @build@
55host_triplet = @host@
56DIST_COMMON = $(srcdir)/../../Makefile.shared $(srcdir)/Makefile.in \
57        $(srcdir)/Makefile.am
58subdir = errno
59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
61        $(top_srcdir)/../../ltoptions.m4 \
62        $(top_srcdir)/../../ltsugar.m4 \
63        $(top_srcdir)/../../ltversion.m4 \
64        $(top_srcdir)/../../lt~obsolete.m4 \
65        $(top_srcdir)/../acinclude.m4 $(top_srcdir)/configure.in
66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67        $(ACLOCAL_M4)
68mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
69CONFIG_CLEAN_FILES =
70CONFIG_CLEAN_VPATH_FILES =
71LIBRARIES = $(noinst_LIBRARIES)
72ARFLAGS = cru
73lib_a_AR = $(AR) $(ARFLAGS)
74lib_a_LIBADD =
75am__objects_1 = lib_a-errno.$(OBJEXT)
76@USE_LIBTOOL_FALSE@am_lib_a_OBJECTS = $(am__objects_1)
77lib_a_OBJECTS = $(am_lib_a_OBJECTS)
78LTLIBRARIES = $(noinst_LTLIBRARIES)
79liberrno_la_LIBADD =
80am__objects_2 = errno.lo
81@USE_LIBTOOL_TRUE@am_liberrno_la_OBJECTS = $(am__objects_2)
82liberrno_la_OBJECTS = $(am_liberrno_la_OBJECTS)
83liberrno_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
85        $(liberrno_la_LDFLAGS) $(LDFLAGS) -o $@
86@USE_LIBTOOL_TRUE@am_liberrno_la_rpath =
87DEFAULT_INCLUDES = -I.@am__isrc@
88depcomp =
89am__depfiles_maybe =
90COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
91        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
94        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95CCLD = $(CC)
96LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
98        $(LDFLAGS) -o $@
99SOURCES = $(lib_a_SOURCES) $(liberrno_la_SOURCES)
100am__can_run_installinfo = \
101  case $$AM_UPDATE_INFO_DIR in \
102    n|no|NO) false;; \
103    *) (install-info --version) >/dev/null 2>&1;; \
104  esac
105DATA = $(noinst_DATA)
106ETAGS = etags
107CTAGS = ctags
108ACLOCAL = @ACLOCAL@
109AMTAR = @AMTAR@
110AR = @AR@
111AS = @AS@
112AUTOCONF = @AUTOCONF@
113AUTOHEADER = @AUTOHEADER@
114AUTOMAKE = @AUTOMAKE@
115AWK = @AWK@
116CC = @CC@
117CCAS = @CCAS@
118CCASFLAGS = @CCASFLAGS@
119CCDEPMODE = @CCDEPMODE@
120CFLAGS = @CFLAGS@
121CPP = @CPP@
122CPPFLAGS = @CPPFLAGS@
123CRT0 = @CRT0@
124CYGPATH_W = @CYGPATH_W@
125DEFS = @DEFS@
126DEPDIR = @DEPDIR@
127DLLTOOL = @DLLTOOL@
128DSYMUTIL = @DSYMUTIL@
129DUMPBIN = @DUMPBIN@
130ECHO_C = @ECHO_C@
131ECHO_N = @ECHO_N@
132ECHO_T = @ECHO_T@
133EGREP = @EGREP@
134EXEEXT = @EXEEXT@
135FGREP = @FGREP@
136GREP = @GREP@
137INSTALL = @INSTALL@
138INSTALL_DATA = @INSTALL_DATA@
139INSTALL_PROGRAM = @INSTALL_PROGRAM@
140INSTALL_SCRIPT = @INSTALL_SCRIPT@
141INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
142LD = @LD@
143LDFLAGS = @LDFLAGS@
144LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
145LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
146LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
147LIBC_POSIX_DEF = @LIBC_POSIX_DEF@
148LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
149LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
150LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
151LIBC_STDIO64_DEF = @LIBC_STDIO64_DEF@
152LIBC_STDIO64_LIB = @LIBC_STDIO64_LIB@
153LIBC_STDIO_DEF = @LIBC_STDIO_DEF@
154LIBC_STDIO_LIB = @LIBC_STDIO_LIB@
155LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
156LIBC_SYS_LIB = @LIBC_SYS_LIB@
157LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
158LIBC_XDR_DEF = @LIBC_XDR_DEF@
159LIBC_XDR_LIB = @LIBC_XDR_LIB@
160LIBOBJS = @LIBOBJS@
161LIBS = @LIBS@
162LIBTOOL = @LIBTOOL@
163LIPO = @LIPO@
164LN_S = @LN_S@
165LTLIBOBJS = @LTLIBOBJS@
166MAINT = @MAINT@
167MAKEINFO = @MAKEINFO@
168MKDIR_P = @MKDIR_P@
169NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
170NM = @NM@
171NMEDIT = @NMEDIT@
172NO_INCLUDE_LIST = @NO_INCLUDE_LIST@
173OBJDUMP = @OBJDUMP@
174OBJEXT = @OBJEXT@
175OTOOL = @OTOOL@
176OTOOL64 = @OTOOL64@
177PACKAGE = @PACKAGE@
178PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179PACKAGE_NAME = @PACKAGE_NAME@
180PACKAGE_STRING = @PACKAGE_STRING@
181PACKAGE_TARNAME = @PACKAGE_TARNAME@
182PACKAGE_URL = @PACKAGE_URL@
183PACKAGE_VERSION = @PACKAGE_VERSION@
184PATH_SEPARATOR = @PATH_SEPARATOR@
185RANLIB = @RANLIB@
186READELF = @READELF@
187SED = @SED@
188SET_MAKE = @SET_MAKE@
189SHELL = @SHELL@
190STRIP = @STRIP@
191VERSION = @VERSION@
192abs_builddir = @abs_builddir@
193abs_srcdir = @abs_srcdir@
194abs_top_builddir = @abs_top_builddir@
195abs_top_srcdir = @abs_top_srcdir@
196ac_ct_CC = @ac_ct_CC@
197ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
198aext = @aext@
199am__include = @am__include@
200am__leading_dot = @am__leading_dot@
201am__quote = @am__quote@
202am__tar = @am__tar@
203am__untar = @am__untar@
204bindir = @bindir@
205build = @build@
206build_alias = @build_alias@
207build_cpu = @build_cpu@
208build_os = @build_os@
209build_vendor = @build_vendor@
210builddir = @builddir@
211datadir = @datadir@
212datarootdir = @datarootdir@
213docdir = @docdir@
214dvidir = @dvidir@
215exec_prefix = @exec_prefix@
216extra_dir = @extra_dir@
217host = @host@
218host_alias = @host_alias@
219host_cpu = @host_cpu@
220host_os = @host_os@
221host_vendor = @host_vendor@
222htmldir = @htmldir@
223includedir = @includedir@
224infodir = @infodir@
225install_sh = @install_sh@
226libdir = @libdir@
227libexecdir = @libexecdir@
228libm_machine_dir = @libm_machine_dir@
229localedir = @localedir@
230localstatedir = @localstatedir@
231lpfx = @lpfx@
232machine_dir = @machine_dir@
233mandir = @mandir@
234mkdir_p = @mkdir_p@
235newlib_basedir = @newlib_basedir@
236oext = @oext@
237oldincludedir = @oldincludedir@
238pdfdir = @pdfdir@
239prefix = @prefix@
240program_transform_name = @program_transform_name@
241psdir = @psdir@
242sbindir = @sbindir@
243sharedstatedir = @sharedstatedir@
244srcdir = @srcdir@
245subdirs = @subdirs@
246sys_dir = @sys_dir@
247sysconfdir = @sysconfdir@
248target_alias = @target_alias@
249top_build_prefix = @top_build_prefix@
250top_builddir = @top_builddir@
251top_srcdir = @top_srcdir@
252AUTOMAKE_OPTIONS = cygnus
253INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
254LIB_SOURCES = errno.c
255liberrno_la_LDFLAGS = -Xcompiler -nostdlib
256@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = liberrno.la
257@USE_LIBTOOL_TRUE@liberrno_la_SOURCES = $(LIB_SOURCES)
258@USE_LIBTOOL_FALSE@noinst_DATA =
259@USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in
260@USE_LIBTOOL_FALSE@noinst_LIBRARIES = lib.a
261@USE_LIBTOOL_FALSE@lib_a_SOURCES = $(LIB_SOURCES)
262@USE_LIBTOOL_FALSE@lib_a_CFLAGS = $(AM_CFLAGS)
263
264#
265# documentation rules
266#
267SUFFIXES = .def .xml
268CHEW = ${top_builddir}/../doc/makedoc -f $(top_srcdir)/../doc/doc.str
269DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py
270DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml)
271DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml)
272CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
273CHEWOUT_FILES =
274CHAPTERS =
275all: all-am
276
277.SUFFIXES:
278.SUFFIXES: .def .xml .c .lo .o .obj
279$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../Makefile.shared $(am__configure_deps)
280        @for dep in $?; do \
281          case '$(am__configure_deps)' in \
282            *$$dep*) \
283              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
284                && { if test -f $@; then exit 0; else break; fi; }; \
285              exit 1;; \
286          esac; \
287        done; \
288        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus errno/Makefile'; \
289        $(am__cd) $(top_srcdir) && \
290          $(AUTOMAKE) --cygnus errno/Makefile
291.PRECIOUS: Makefile
292Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293        @case '$?' in \
294          *config.status*) \
295            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
296          *) \
297            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
298            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
299        esac;
300$(srcdir)/../../Makefile.shared:
301
302$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
303        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304
305$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
306        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
308        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309$(am__aclocal_m4_deps):
310
311clean-noinstLIBRARIES:
312        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
313lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES) $(EXTRA_lib_a_DEPENDENCIES)
314        -rm -f lib.a
315        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
316        $(RANLIB) lib.a
317
318clean-noinstLTLIBRARIES:
319        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
320        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
321          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
322          test "$$dir" != "$$p" || dir=.; \
323          echo "rm -f \"$${dir}/so_locations\""; \
324          rm -f "$${dir}/so_locations"; \
325        done
326liberrno.la: $(liberrno_la_OBJECTS) $(liberrno_la_DEPENDENCIES) $(EXTRA_liberrno_la_DEPENDENCIES)
327        $(liberrno_la_LINK) $(am_liberrno_la_rpath) $(liberrno_la_OBJECTS) $(liberrno_la_LIBADD) $(LIBS)
328
329mostlyclean-compile:
330        -rm -f *.$(OBJEXT)
331
332distclean-compile:
333        -rm -f *.tab.c
334
335.c.o:
336        $(COMPILE) -c $<
337
338.c.obj:
339        $(COMPILE) -c `$(CYGPATH_W) '$<'`
340
341.c.lo:
342        $(LTCOMPILE) -c -o $@ $<
343
344lib_a-errno.o: errno.c
345        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-errno.o `test -f 'errno.c' || echo '$(srcdir)/'`errno.c
346
347lib_a-errno.obj: errno.c
348        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-errno.obj `if test -f 'errno.c'; then $(CYGPATH_W) 'errno.c'; else $(CYGPATH_W) '$(srcdir)/errno.c'; fi`
349
350mostlyclean-libtool:
351        -rm -f *.lo
352
353clean-libtool:
354        -rm -rf .libs _libs
355
356ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
357        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
358        unique=`for i in $$list; do \
359            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360          done | \
361          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
362              END { if (nonempty) { for (i in files) print i; }; }'`; \
363        mkid -fID $$unique
364tags: TAGS
365
366TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
367                $(TAGS_FILES) $(LISP)
368        set x; \
369        here=`pwd`; \
370        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
371        unique=`for i in $$list; do \
372            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373          done | \
374          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
375              END { if (nonempty) { for (i in files) print i; }; }'`; \
376        shift; \
377        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
378          test -n "$$unique" || unique=$$empty_fix; \
379          if test $$# -gt 0; then \
380            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381              "$$@" $$unique; \
382          else \
383            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
384              $$unique; \
385          fi; \
386        fi
387ctags: CTAGS
388CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
389                $(TAGS_FILES) $(LISP)
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; nonempty = 1; } \
395              END { if (nonempty) { for (i in files) print i; }; }'`; \
396        test -z "$(CTAGS_ARGS)$$unique" \
397          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
398             $$unique
399
400GTAGS:
401        here=`$(am__cd) $(top_builddir) && pwd` \
402          && $(am__cd) $(top_srcdir) \
403          && gtags -i $(GTAGS_ARGS) "$$here"
404
405distclean-tags:
406        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407check-am:
408check: check-am
409all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
410installdirs:
411install: install-am
412install-exec: install-exec-am
413install-data: install-data-am
414uninstall: uninstall-am
415
416install-am: all-am
417        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
418
419installcheck: installcheck-am
420install-strip:
421        if test -z '$(STRIP)'; then \
422          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
423            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
424              install; \
425        else \
426          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
427            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
428            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
429        fi
430mostlyclean-generic:
431
432clean-generic:
433        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
434
435distclean-generic:
436        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
437        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
438
439maintainer-clean-generic:
440        @echo "This command is intended for maintainers to use"
441        @echo "it deletes files that may require special tools to rebuild."
442clean: clean-am
443
444clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
445        clean-noinstLTLIBRARIES mostlyclean-am
446
447distclean: distclean-am
448        -rm -f Makefile
449distclean-am: clean-am distclean-compile distclean-generic \
450        distclean-tags
451
452dvi: dvi-am
453
454dvi-am:
455
456html: html-am
457
458html-am:
459
460info: info-am
461
462info-am:
463
464install-data-am:
465
466install-dvi: install-dvi-am
467
468install-dvi-am:
469
470install-exec-am:
471
472install-html: install-html-am
473
474install-html-am:
475
476install-info: install-info-am
477
478install-info-am:
479
480install-man:
481
482install-pdf: install-pdf-am
483
484install-pdf-am:
485
486install-ps: install-ps-am
487
488install-ps-am:
489
490installcheck-am:
491
492maintainer-clean: maintainer-clean-am
493        -rm -f Makefile
494maintainer-clean-am: distclean-am maintainer-clean-generic
495
496mostlyclean: mostlyclean-am
497
498mostlyclean-am: mostlyclean-compile mostlyclean-generic \
499        mostlyclean-libtool
500
501pdf: pdf-am
502
503pdf-am:
504
505ps: ps-am
506
507ps-am:
508
509uninstall-am:
510
511.MAKE: install-am install-strip
512
513.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
514        clean-libtool clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
515        ctags distclean distclean-compile distclean-generic \
516        distclean-libtool distclean-tags dvi dvi-am html html-am info \
517        info-am install install-am install-data install-data-am \
518        install-dvi install-dvi-am install-exec install-exec-am \
519        install-html install-html-am install-info install-info-am \
520        install-man install-pdf install-pdf-am install-ps \
521        install-ps-am install-strip installcheck installcheck-am \
522        installdirs maintainer-clean maintainer-clean-generic \
523        mostlyclean mostlyclean-compile mostlyclean-generic \
524        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
525        uninstall-am
526
527objectlist.awk.in: $(noinst_LTLIBRARIES)
528        -rm -f objectlist.awk.in
529        for i in `ls *.lo` ; \
530        do \
531          echo $$i `pwd`/$$i >> objectlist.awk.in ; \
532        done
533
534.c.def:
535        $(CHEW) < $< > $*.def || ( rm $*.def && false )
536        @touch stmp-def
537
538TARGETDOC ?= ../tmp.texi
539
540doc: $(CHEWOUT_FILES)
541        for chapter in $(CHAPTERS) ; \
542        do \
543          cat $(srcdir)/$$chapter >> $(TARGETDOC) ; \
544        done
545
546.c.xml:
547        $(DOCBOOK_CHEW) < $< > $*.xml || ( rm $*.xml && false )
548        @touch stmp-xml
549
550docbook: $(DOCBOOK_OUT_FILES)
551        for chapter in $(DOCBOOK_CHAPTERS) ; \
552        do \
553          ${top_srcdir}/../doc/chapter-texi2docbook.py <$(srcdir)/$${chapter%.xml}.tex >../$$chapter ; \
554        done
555# No doc for errno.
556
557# Tell versions [3.59,3.63) of GNU make to not export all variables.
558# Otherwise a system limit (for SysV at least) may be exceeded.
559.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.