source: trunk/libs/newlib/src/newlib/libc/misc/Makefile.in

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

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

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