libctf: build system
[external/binutils.git] / libctf / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 #
18 #   Copyright (C) 2019 Free Software Foundation, Inc.
19 #
20 # This file is free software; you can redistribute it and/or modify
21 # it under the terms of the GNU General Public License as published by
22 # the Free Software Foundation; either version 2 of the License, or
23 # (at your option) any later version.
24 #
25 # This program is distributed in the hope that it will be useful,
26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28 # GNU General Public License for more details.
29 #
30 # You should have received a copy of the GNU General Public License
31 # along with this program; see the file COPYING.  If not see
32 # <http://www.gnu.org/licenses/>.
33 #
34
35 VPATH = @srcdir@
36 am__is_gnu_make = { \
37   if test -z '$(MAKELEVEL)'; then \
38     false; \
39   elif test -n '$(MAKE_HOST)'; then \
40     true; \
41   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42     true; \
43   else \
44     false; \
45   fi; \
46 }
47 am__make_running_with_option = \
48   case $${target_option-} in \
49       ?) ;; \
50       *) echo "am__make_running_with_option: internal error: invalid" \
51               "target option '$${target_option-}' specified" >&2; \
52          exit 1;; \
53   esac; \
54   has_opt=no; \
55   sane_makeflags=$$MAKEFLAGS; \
56   if $(am__is_gnu_make); then \
57     sane_makeflags=$$MFLAGS; \
58   else \
59     case $$MAKEFLAGS in \
60       *\\[\ \   ]*) \
61         bs=\\; \
62         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
64     esac; \
65   fi; \
66   skip_next=no; \
67   strip_trailopt () \
68   { \
69     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70   }; \
71   for flg in $$sane_makeflags; do \
72     test $$skip_next = yes && { skip_next=no; continue; }; \
73     case $$flg in \
74       *=*|--*) continue;; \
75         -*I) strip_trailopt 'I'; skip_next=yes;; \
76       -*I?*) strip_trailopt 'I';; \
77         -*O) strip_trailopt 'O'; skip_next=yes;; \
78       -*O?*) strip_trailopt 'O';; \
79         -*l) strip_trailopt 'l'; skip_next=yes;; \
80       -*l?*) strip_trailopt 'l';; \
81       -[dEDm]) skip_next=yes;; \
82       -[JT]) skip_next=yes;; \
83     esac; \
84     case $$flg in \
85       *$$target_option*) has_opt=yes; break;; \
86     esac; \
87   done; \
88   test $$has_opt = yes
89 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91 pkgdatadir = $(datadir)/@PACKAGE@
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibdir = $(libdir)/@PACKAGE@
94 pkglibexecdir = $(libexecdir)/@PACKAGE@
95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96 install_sh_DATA = $(install_sh) -c -m 644
97 install_sh_PROGRAM = $(install_sh) -c
98 install_sh_SCRIPT = $(install_sh) -c
99 INSTALL_HEADER = $(INSTALL_DATA)
100 transform = $(program_transform_name)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 subdir = .
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
110         $(top_srcdir)/../config/lead-dot.m4 \
111         $(top_srcdir)/../config/override.m4 \
112         $(top_srcdir)/../config/warnings.m4 $(top_srcdir)/configure.ac
113 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114         $(ACLOCAL_M4)
115 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
116         $(am__configure_deps) $(am__DIST_COMMON)
117 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
118  configure.lineno config.status.lineno
119 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
120 CONFIG_HEADER = config.h
121 CONFIG_CLEAN_FILES =
122 CONFIG_CLEAN_VPATH_FILES =
123 LIBRARIES = $(noinst_LIBRARIES)
124 ARFLAGS = cru
125 AM_V_AR = $(am__v_AR_@AM_V@)
126 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
127 am__v_AR_0 = @echo "  AR      " $@;
128 am__v_AR_1 = 
129 libctf_a_AR = $(AR) $(ARFLAGS)
130 libctf_a_LIBADD =
131 am_libctf_a_OBJECTS = ctf-archive.$(OBJEXT) ctf-dump.$(OBJEXT) \
132         ctf-create.$(OBJEXT) ctf-decl.$(OBJEXT) ctf-error.$(OBJEXT) \
133         ctf-hash.$(OBJEXT) ctf-labels.$(OBJEXT) ctf-lookup.$(OBJEXT) \
134         ctf-open.$(OBJEXT) ctf-open-bfd.$(OBJEXT) ctf-subr.$(OBJEXT) \
135         ctf-types.$(OBJEXT) ctf-util.$(OBJEXT)
136 libctf_a_OBJECTS = $(am_libctf_a_OBJECTS)
137 AM_V_P = $(am__v_P_@AM_V@)
138 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
139 am__v_P_0 = false
140 am__v_P_1 = :
141 AM_V_GEN = $(am__v_GEN_@AM_V@)
142 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
143 am__v_GEN_0 = @echo "  GEN     " $@;
144 am__v_GEN_1 = 
145 AM_V_at = $(am__v_at_@AM_V@)
146 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
147 am__v_at_0 = @
148 am__v_at_1 = 
149 DEFAULT_INCLUDES = -I.@am__isrc@
150 depcomp = $(SHELL) $(top_srcdir)/../depcomp
151 am__depfiles_maybe = depfiles
152 am__mv = mv -f
153 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
154         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
155 AM_V_CC = $(am__v_CC_@AM_V@)
156 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
157 am__v_CC_0 = @echo "  CC      " $@;
158 am__v_CC_1 = 
159 CCLD = $(CC)
160 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
161 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
162 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
163 am__v_CCLD_0 = @echo "  CCLD    " $@;
164 am__v_CCLD_1 = 
165 SOURCES = $(libctf_a_SOURCES)
166 DIST_SOURCES = $(libctf_a_SOURCES)
167 am__can_run_installinfo = \
168   case $$AM_UPDATE_INFO_DIR in \
169     n|no|NO) false;; \
170     *) (install-info --version) >/dev/null 2>&1;; \
171   esac
172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
173         $(LISP)config.h.in
174 # Read a list of newline-separated strings from the standard input,
175 # and print each of them once, without duplicates.  Input order is
176 # *not* preserved.
177 am__uniquify_input = $(AWK) '\
178   BEGIN { nonempty = 0; } \
179   { items[$$0] = 1; nonempty = 1; } \
180   END { if (nonempty) { for (i in items) print i; }; } \
181 '
182 # Make sure the list of sources is unique.  This is necessary because,
183 # e.g., the same source file might be shared among _SOURCES variables
184 # for different programs/libraries.
185 am__define_uniq_tagged_files = \
186   list='$(am__tagged_files)'; \
187   unique=`for i in $$list; do \
188     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
189   done | $(am__uniquify_input)`
190 ETAGS = etags
191 CTAGS = ctags
192 CSCOPE = cscope
193 AM_RECURSIVE_TARGETS = cscope
194 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
195         $(top_srcdir)/../ar-lib $(top_srcdir)/../compile \
196         $(top_srcdir)/../depcomp $(top_srcdir)/../install-sh \
197         $(top_srcdir)/../missing $(top_srcdir)/../mkinstalldirs
198 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
199 distdir = $(PACKAGE)-$(VERSION)
200 top_distdir = $(distdir)
201 am__remove_distdir = \
202   if test -d "$(distdir)"; then \
203     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
204       && rm -rf "$(distdir)" \
205       || { sleep 5 && rm -rf "$(distdir)"; }; \
206   else :; fi
207 am__post_remove_distdir = $(am__remove_distdir)
208 DIST_ARCHIVES = $(distdir).tar.gz
209 GZIP_ENV = --best
210 DIST_TARGETS = dist-gzip
211 distuninstallcheck_listfiles = find . -type f -print
212 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
213   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
214 distcleancheck_listfiles = find . -type f -print
215 ACLOCAL = @ACLOCAL@
216 AMTAR = @AMTAR@
217 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
218 AR = @AR@
219 AUTOCONF = @AUTOCONF@
220 AUTOHEADER = @AUTOHEADER@
221 AUTOMAKE = @AUTOMAKE@
222 AWK = @AWK@
223 CC = @CC@
224 CCDEPMODE = @CCDEPMODE@
225 CFLAGS = @CFLAGS@
226 CPP = @CPP@
227 CPPFLAGS = @CPPFLAGS@
228 CYGPATH_W = @CYGPATH_W@
229 DEFS = @DEFS@
230 DEPDIR = @DEPDIR@
231 ECHO_C = @ECHO_C@
232 ECHO_N = @ECHO_N@
233 ECHO_T = @ECHO_T@
234 EGREP = @EGREP@
235 EXEEXT = @EXEEXT@
236 GREP = @GREP@
237 INSTALL = @INSTALL@
238 INSTALL_DATA = @INSTALL_DATA@
239 INSTALL_PROGRAM = @INSTALL_PROGRAM@
240 INSTALL_SCRIPT = @INSTALL_SCRIPT@
241 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
242 LDFLAGS = @LDFLAGS@
243 LIBOBJS = @LIBOBJS@
244 LIBS = @LIBS@
245 LTLIBOBJS = @LTLIBOBJS@
246 MAINT = @MAINT@
247 MAKEINFO = @MAKEINFO@
248 MKDIR_P = @MKDIR_P@
249 OBJEXT = @OBJEXT@
250 PACKAGE = @PACKAGE@
251 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
252 PACKAGE_NAME = @PACKAGE_NAME@
253 PACKAGE_STRING = @PACKAGE_STRING@
254 PACKAGE_TARNAME = @PACKAGE_TARNAME@
255 PACKAGE_URL = @PACKAGE_URL@
256 PACKAGE_VERSION = @PACKAGE_VERSION@
257 PATH_SEPARATOR = @PATH_SEPARATOR@
258 RANLIB = @RANLIB@
259 SET_MAKE = @SET_MAKE@
260 SHELL = @SHELL@
261 STRIP = @STRIP@
262 VERSION = @VERSION@
263 WARN_PEDANTIC = @WARN_PEDANTIC@
264 WERROR = @WERROR@
265 abs_builddir = @abs_builddir@
266 abs_srcdir = @abs_srcdir@
267 abs_top_builddir = @abs_top_builddir@
268 abs_top_srcdir = @abs_top_srcdir@
269 ac_ct_AR = @ac_ct_AR@
270 ac_ct_CC = @ac_ct_CC@
271 ac_libctf_warn_cflags = @ac_libctf_warn_cflags@
272 am__include = @am__include@
273 am__leading_dot = @am__leading_dot@
274 am__quote = @am__quote@
275 am__tar = @am__tar@
276 am__untar = @am__untar@
277 bindir = @bindir@
278 build_alias = @build_alias@
279 builddir = @builddir@
280 c_warn = @c_warn@
281 datadir = @datadir@
282 datarootdir = @datarootdir@
283 docdir = @docdir@
284 dvidir = @dvidir@
285 exec_prefix = @exec_prefix@
286 host_alias = @host_alias@
287 htmldir = @htmldir@
288 includedir = @includedir@
289 infodir = @infodir@
290 install_sh = @install_sh@
291 libdir = @libdir@
292 libexecdir = @libexecdir@
293 localedir = @localedir@
294 localstatedir = @localstatedir@
295 mandir = @mandir@
296 mkdir_p = @mkdir_p@
297 oldincludedir = @oldincludedir@
298 pdfdir = @pdfdir@
299 prefix = @prefix@
300 program_transform_name = @program_transform_name@
301 psdir = @psdir@
302 sbindir = @sbindir@
303 sharedstatedir = @sharedstatedir@
304 srcdir = @srcdir@
305 sysconfdir = @sysconfdir@
306 target_alias = @target_alias@
307 top_build_prefix = @top_build_prefix@
308 top_builddir = @top_builddir@
309 top_srcdir = @top_srcdir@
310 warn = @warn@
311 ACLOCAL_AMFLAGS = -I .. -I ../config
312 AUTOMAKE_OPTIONS = foreign no-texinfo.tex
313 AM_CPPFLAGS = -D_GNU_SOURCE -I$(top_srcdir) -I$(top_srcdir)/../include -I$(top_srcdir)/../bfd -I../bfd
314 AM_CFLAGS = -std=gnu99 @ac_libctf_warn_cflags@ @warn@ @c_warn@ @WARN_PEDANTIC@ @WERROR@
315 noinst_LIBRARIES = libctf.a
316 libctf_a_SOURCES = ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c \
317                    ctf-hash.c ctf-labels.c ctf-lookup.c ctf-open.c ctf-open-bfd.c \
318                    ctf-subr.c ctf-types.c ctf-util.c
319
320 all: config.h
321         $(MAKE) $(AM_MAKEFLAGS) all-am
322
323 .SUFFIXES:
324 .SUFFIXES: .c .o .obj
325 am--refresh: Makefile
326         @:
327 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
328         @for dep in $?; do \
329           case '$(am__configure_deps)' in \
330             *$$dep*) \
331               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
332               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
333                 && exit 0; \
334               exit 1;; \
335           esac; \
336         done; \
337         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
338         $(am__cd) $(top_srcdir) && \
339           $(AUTOMAKE) --foreign Makefile
340 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
341         @case '$?' in \
342           *config.status*) \
343             echo ' $(SHELL) ./config.status'; \
344             $(SHELL) ./config.status;; \
345           *) \
346             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
347             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
348         esac;
349
350 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
351         $(SHELL) ./config.status --recheck
352
353 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
354         $(am__cd) $(srcdir) && $(AUTOCONF)
355 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
356         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
357 $(am__aclocal_m4_deps):
358
359 config.h: stamp-h1
360         @test -f $@ || rm -f stamp-h1
361         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
362
363 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
364         @rm -f stamp-h1
365         cd $(top_builddir) && $(SHELL) ./config.status config.h
366 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
367         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
368         rm -f stamp-h1
369         touch $@
370
371 distclean-hdr:
372         -rm -f config.h stamp-h1
373
374 clean-noinstLIBRARIES:
375         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
376
377 libctf.a: $(libctf_a_OBJECTS) $(libctf_a_DEPENDENCIES) $(EXTRA_libctf_a_DEPENDENCIES) 
378         $(AM_V_at)-rm -f libctf.a
379         $(AM_V_AR)$(libctf_a_AR) libctf.a $(libctf_a_OBJECTS) $(libctf_a_LIBADD)
380         $(AM_V_at)$(RANLIB) libctf.a
381
382 mostlyclean-compile:
383         -rm -f *.$(OBJEXT)
384
385 distclean-compile:
386         -rm -f *.tab.c
387
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-archive.Po@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-create.Po@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-decl.Po@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-dump.Po@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-error.Po@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-hash.Po@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-labels.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-lookup.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-open-bfd.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-open.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-subr.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-types.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-util.Po@am__quote@
401
402 .c.o:
403 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
404 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
405 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
408
409 .c.obj:
410 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
411 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
412 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
415
416 ID: $(am__tagged_files)
417         $(am__define_uniq_tagged_files); mkid -fID $$unique
418 tags: tags-am
419 TAGS: tags
420
421 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
422         set x; \
423         here=`pwd`; \
424         $(am__define_uniq_tagged_files); \
425         shift; \
426         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
427           test -n "$$unique" || unique=$$empty_fix; \
428           if test $$# -gt 0; then \
429             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430               "$$@" $$unique; \
431           else \
432             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
433               $$unique; \
434           fi; \
435         fi
436 ctags: ctags-am
437
438 CTAGS: ctags
439 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
440         $(am__define_uniq_tagged_files); \
441         test -z "$(CTAGS_ARGS)$$unique" \
442           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
443              $$unique
444
445 GTAGS:
446         here=`$(am__cd) $(top_builddir) && pwd` \
447           && $(am__cd) $(top_srcdir) \
448           && gtags -i $(GTAGS_ARGS) "$$here"
449 cscope: cscope.files
450         test ! -s cscope.files \
451           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
452 clean-cscope:
453         -rm -f cscope.files
454 cscope.files: clean-cscope cscopelist
455 cscopelist: cscopelist-am
456
457 cscopelist-am: $(am__tagged_files)
458         list='$(am__tagged_files)'; \
459         case "$(srcdir)" in \
460           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
461           *) sdir=$(subdir)/$(srcdir) ;; \
462         esac; \
463         for i in $$list; do \
464           if test -f "$$i"; then \
465             echo "$(subdir)/$$i"; \
466           else \
467             echo "$$sdir/$$i"; \
468           fi; \
469         done >> $(top_builddir)/cscope.files
470
471 distclean-tags:
472         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
473         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
474
475 distdir: $(DISTFILES)
476         $(am__remove_distdir)
477         test -d "$(distdir)" || mkdir "$(distdir)"
478         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
479         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
480         list='$(DISTFILES)'; \
481           dist_files=`for file in $$list; do echo $$file; done | \
482           sed -e "s|^$$srcdirstrip/||;t" \
483               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
484         case $$dist_files in \
485           */*) $(MKDIR_P) `echo "$$dist_files" | \
486                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
487                            sort -u` ;; \
488         esac; \
489         for file in $$dist_files; do \
490           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
491           if test -d $$d/$$file; then \
492             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
493             if test -d "$(distdir)/$$file"; then \
494               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
495             fi; \
496             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
497               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
498               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499             fi; \
500             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
501           else \
502             test -f "$(distdir)/$$file" \
503             || cp -p $$d/$$file "$(distdir)/$$file" \
504             || exit 1; \
505           fi; \
506         done
507         -test -n "$(am__skip_mode_fix)" \
508         || find "$(distdir)" -type d ! -perm -755 \
509                 -exec chmod u+rwx,go+rx {} \; -o \
510           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
511           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
512           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
513         || chmod -R a+r "$(distdir)"
514 dist-gzip: distdir
515         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
516         $(am__post_remove_distdir)
517
518 dist-bzip2: distdir
519         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
520         $(am__post_remove_distdir)
521
522 dist-lzip: distdir
523         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
524         $(am__post_remove_distdir)
525
526 dist-xz: distdir
527         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
528         $(am__post_remove_distdir)
529
530 dist-tarZ: distdir
531         @echo WARNING: "Support for distribution archives compressed with" \
532                        "legacy program 'compress' is deprecated." >&2
533         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
534         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
535         $(am__post_remove_distdir)
536
537 dist-shar: distdir
538         @echo WARNING: "Support for shar distribution archives is" \
539                        "deprecated." >&2
540         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
541         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
542         $(am__post_remove_distdir)
543
544 dist-zip: distdir
545         -rm -f $(distdir).zip
546         zip -rq $(distdir).zip $(distdir)
547         $(am__post_remove_distdir)
548
549 dist dist-all:
550         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
551         $(am__post_remove_distdir)
552
553 # This target untars the dist file and tries a VPATH configuration.  Then
554 # it guarantees that the distribution is self-contained by making another
555 # tarfile.
556 distcheck: dist
557         case '$(DIST_ARCHIVES)' in \
558         *.tar.gz*) \
559           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
560         *.tar.bz2*) \
561           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
562         *.tar.lz*) \
563           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
564         *.tar.xz*) \
565           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
566         *.tar.Z*) \
567           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
568         *.shar.gz*) \
569           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
570         *.zip*) \
571           unzip $(distdir).zip ;;\
572         esac
573         chmod -R a-w $(distdir)
574         chmod u+w $(distdir)
575         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
576         chmod a-w $(distdir)
577         test -d $(distdir)/_build || exit 0; \
578         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
579           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
580           && am__cwd=`pwd` \
581           && $(am__cd) $(distdir)/_build/sub \
582           && ../../configure \
583             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
584             $(DISTCHECK_CONFIGURE_FLAGS) \
585             --srcdir=../.. --prefix="$$dc_install_base" \
586           && $(MAKE) $(AM_MAKEFLAGS) \
587           && $(MAKE) $(AM_MAKEFLAGS) dvi \
588           && $(MAKE) $(AM_MAKEFLAGS) check \
589           && $(MAKE) $(AM_MAKEFLAGS) install \
590           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
591           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
592           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
593                 distuninstallcheck \
594           && chmod -R a-w "$$dc_install_base" \
595           && ({ \
596                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
597                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
598                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
599                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
600                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
601               } || { rm -rf "$$dc_destdir"; exit 1; }) \
602           && rm -rf "$$dc_destdir" \
603           && $(MAKE) $(AM_MAKEFLAGS) dist \
604           && rm -rf $(DIST_ARCHIVES) \
605           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
606           && cd "$$am__cwd" \
607           || exit 1
608         $(am__post_remove_distdir)
609         @(echo "$(distdir) archives ready for distribution: "; \
610           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
611           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
612 distuninstallcheck:
613         @test -n '$(distuninstallcheck_dir)' || { \
614           echo 'ERROR: trying to run $@ with an empty' \
615                '$$(distuninstallcheck_dir)' >&2; \
616           exit 1; \
617         }; \
618         $(am__cd) '$(distuninstallcheck_dir)' || { \
619           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
620           exit 1; \
621         }; \
622         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
623            || { echo "ERROR: files left after uninstall:" ; \
624                 if test -n "$(DESTDIR)"; then \
625                   echo "  (check DESTDIR support)"; \
626                 fi ; \
627                 $(distuninstallcheck_listfiles) ; \
628                 exit 1; } >&2
629 distcleancheck: distclean
630         @if test '$(srcdir)' = . ; then \
631           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
632           exit 1 ; \
633         fi
634         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
635           || { echo "ERROR: files left in build directory after distclean:" ; \
636                $(distcleancheck_listfiles) ; \
637                exit 1; } >&2
638 check-am: all-am
639 check: check-am
640 all-am: Makefile $(LIBRARIES) config.h
641 installdirs:
642 install: install-am
643 install-exec: install-exec-am
644 install-data: install-data-am
645 uninstall: uninstall-am
646
647 install-am: all-am
648         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
649
650 installcheck: installcheck-am
651 install-strip:
652         if test -z '$(STRIP)'; then \
653           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
654             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
655               install; \
656         else \
657           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
658             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
659             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
660         fi
661 mostlyclean-generic:
662
663 clean-generic:
664
665 distclean-generic:
666         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
667         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
668
669 maintainer-clean-generic:
670         @echo "This command is intended for maintainers to use"
671         @echo "it deletes files that may require special tools to rebuild."
672 clean: clean-am
673
674 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
675
676 distclean: distclean-am
677         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
678         -rm -rf ./$(DEPDIR)
679         -rm -f Makefile
680 distclean-am: clean-am distclean-compile distclean-generic \
681         distclean-hdr distclean-tags
682
683 dvi: dvi-am
684
685 dvi-am:
686
687 html: html-am
688
689 html-am:
690
691 info: info-am
692
693 info-am:
694
695 install-data-am:
696
697 install-dvi: install-dvi-am
698
699 install-dvi-am:
700
701 install-exec-am:
702
703 install-html: install-html-am
704
705 install-html-am:
706
707 install-info: install-info-am
708
709 install-info-am:
710
711 install-man:
712
713 install-pdf: install-pdf-am
714
715 install-pdf-am:
716
717 install-ps: install-ps-am
718
719 install-ps-am:
720
721 installcheck-am:
722
723 maintainer-clean: maintainer-clean-am
724         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
725         -rm -rf $(top_srcdir)/autom4te.cache
726         -rm -rf ./$(DEPDIR)
727         -rm -f Makefile
728 maintainer-clean-am: distclean-am maintainer-clean-generic
729
730 mostlyclean: mostlyclean-am
731
732 mostlyclean-am: mostlyclean-compile mostlyclean-generic
733
734 pdf: pdf-am
735
736 pdf-am:
737
738 ps: ps-am
739
740 ps-am:
741
742 uninstall-am:
743
744 .MAKE: all install-am install-strip
745
746 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
747         clean-cscope clean-generic clean-noinstLIBRARIES cscope \
748         cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
749         dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
750         distcheck distclean distclean-compile distclean-generic \
751         distclean-hdr distclean-tags distcleancheck distdir \
752         distuninstallcheck dvi dvi-am html html-am info info-am \
753         install install-am install-data install-data-am install-dvi \
754         install-dvi-am install-exec install-exec-am install-html \
755         install-html-am install-info install-info-am install-man \
756         install-pdf install-pdf-am install-ps install-ps-am \
757         install-strip installcheck installcheck-am installdirs \
758         maintainer-clean maintainer-clean-generic mostlyclean \
759         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
760         tags tags-am uninstall uninstall-am
761
762 .PRECIOUS: Makefile
763
764
765 # Tell versions [3.59,3.63) of GNU make to not export all variables.
766 # Otherwise a system limit (for SysV at least) may be exceeded.
767 .NOEXPORT: