]> git.tdb.fi Git - ext/vorbisfile.git/blob - test/Makefile.in
Add headers to the library component so dependencies work correctly
[ext/vorbisfile.git] / test / Makefile.in
1 # Makefile.in generated by automake 1.16.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2020 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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 check_PROGRAMS = test$(EXEEXT)
91 subdir = test
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
94         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
95         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
96         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ogg.m4 \
97         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99         $(ACLOCAL_M4)
100 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = $(top_builddir)/config.h
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
105 am_test_OBJECTS = util.$(OBJEXT) write_read.$(OBJEXT) test.$(OBJEXT)
106 test_OBJECTS = $(am_test_OBJECTS)
107 test_DEPENDENCIES = ../lib/libvorbisenc.la ../lib/libvorbis.la
108 AM_V_lt = $(am__v_lt_@AM_V@)
109 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
110 am__v_lt_0 = --silent
111 am__v_lt_1 = 
112 AM_V_P = $(am__v_P_@AM_V@)
113 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114 am__v_P_0 = false
115 am__v_P_1 = :
116 AM_V_GEN = $(am__v_GEN_@AM_V@)
117 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118 am__v_GEN_0 = @echo "  GEN     " $@;
119 am__v_GEN_1 = 
120 AM_V_at = $(am__v_at_@AM_V@)
121 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122 am__v_at_0 = @
123 am__v_at_1 = 
124 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
125 depcomp = $(SHELL) $(top_srcdir)/depcomp
126 am__maybe_remake_depfiles = depfiles
127 am__depfiles_remade = ./$(DEPDIR)/test.Po ./$(DEPDIR)/util.Po \
128         ./$(DEPDIR)/write_read.Po
129 am__mv = mv -f
130 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
131         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
133         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
134         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
135         $(AM_CFLAGS) $(CFLAGS)
136 AM_V_CC = $(am__v_CC_@AM_V@)
137 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
138 am__v_CC_0 = @echo "  CC      " $@;
139 am__v_CC_1 = 
140 CCLD = $(CC)
141 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
142         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
143         $(AM_LDFLAGS) $(LDFLAGS) -o $@
144 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
145 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
146 am__v_CCLD_0 = @echo "  CCLD    " $@;
147 am__v_CCLD_1 = 
148 SOURCES = $(test_SOURCES)
149 DIST_SOURCES = $(test_SOURCES)
150 am__can_run_installinfo = \
151   case $$AM_UPDATE_INFO_DIR in \
152     n|no|NO) false;; \
153     *) (install-info --version) >/dev/null 2>&1;; \
154   esac
155 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
156 # Read a list of newline-separated strings from the standard input,
157 # and print each of them once, without duplicates.  Input order is
158 # *not* preserved.
159 am__uniquify_input = $(AWK) '\
160   BEGIN { nonempty = 0; } \
161   { items[$$0] = 1; nonempty = 1; } \
162   END { if (nonempty) { for (i in items) print i; }; } \
163 '
164 # Make sure the list of sources is unique.  This is necessary because,
165 # e.g., the same source file might be shared among _SOURCES variables
166 # for different programs/libraries.
167 am__define_uniq_tagged_files = \
168   list='$(am__tagged_files)'; \
169   unique=`for i in $$list; do \
170     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
171   done | $(am__uniquify_input)`
172 ETAGS = etags
173 CTAGS = ctags
174 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
175 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176 ACLOCAL = @ACLOCAL@
177 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
178 ALLOCA = @ALLOCA@
179 AMTAR = @AMTAR@
180 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
181 AR = @AR@
182 AS = @AS@
183 AUTOCONF = @AUTOCONF@
184 AUTOHEADER = @AUTOHEADER@
185 AUTOMAKE = @AUTOMAKE@
186 AWK = @AWK@
187 CC = @CC@
188 CCDEPMODE = @CCDEPMODE@
189 CFLAGS = @CFLAGS@
190 CPP = @CPP@
191 CPPFLAGS = @CPPFLAGS@
192 CYGPATH_W = @CYGPATH_W@
193 DEBUG = @DEBUG@
194 DEFS = @DEFS@
195 DEPDIR = @DEPDIR@
196 DLLTOOL = @DLLTOOL@
197 DSYMUTIL = @DSYMUTIL@
198 DUMPBIN = @DUMPBIN@
199 ECHO_C = @ECHO_C@
200 ECHO_N = @ECHO_N@
201 ECHO_T = @ECHO_T@
202 EGREP = @EGREP@
203 EXEEXT = @EXEEXT@
204 FGREP = @FGREP@
205 GREP = @GREP@
206 HAVE_DOXYGEN = @HAVE_DOXYGEN@
207 HTLATEX = @HTLATEX@
208 INSTALL = @INSTALL@
209 INSTALL_DATA = @INSTALL_DATA@
210 INSTALL_PROGRAM = @INSTALL_PROGRAM@
211 INSTALL_SCRIPT = @INSTALL_SCRIPT@
212 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
213 LD = @LD@
214 LDFLAGS = @LDFLAGS@
215 LIBOBJS = @LIBOBJS@
216 LIBS = @LIBS@
217 LIBTOOL = @LIBTOOL@
218 LIBTOOL_DEPS = @LIBTOOL_DEPS@
219 LIPO = @LIPO@
220 LN_S = @LN_S@
221 LTLIBOBJS = @LTLIBOBJS@
222 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
223 MAINT = @MAINT@
224 MAKEINFO = @MAKEINFO@
225 MANIFEST_TOOL = @MANIFEST_TOOL@
226 MKDIR_P = @MKDIR_P@
227 NM = @NM@
228 NMEDIT = @NMEDIT@
229 OBJDUMP = @OBJDUMP@
230 OBJEXT = @OBJEXT@
231 OGG_CFLAGS = @OGG_CFLAGS@
232 OGG_LIBS = @OGG_LIBS@
233 OTOOL = @OTOOL@
234 OTOOL64 = @OTOOL64@
235 PACKAGE = @PACKAGE@
236 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
237 PACKAGE_NAME = @PACKAGE_NAME@
238 PACKAGE_STRING = @PACKAGE_STRING@
239 PACKAGE_TARNAME = @PACKAGE_TARNAME@
240 PACKAGE_URL = @PACKAGE_URL@
241 PACKAGE_VERSION = @PACKAGE_VERSION@
242 PATH_SEPARATOR = @PATH_SEPARATOR@
243 PDFLATEX = @PDFLATEX@
244 PKG_CONFIG = @PKG_CONFIG@
245 PROFILE = @PROFILE@
246 RANLIB = @RANLIB@
247 SED = @SED@
248 SET_MAKE = @SET_MAKE@
249 SHELL = @SHELL@
250 STRIP = @STRIP@
251 VERSION = @VERSION@
252 VE_LIB_AGE = @VE_LIB_AGE@
253 VE_LIB_CURRENT = @VE_LIB_CURRENT@
254 VE_LIB_REVISION = @VE_LIB_REVISION@
255 VF_LIB_AGE = @VF_LIB_AGE@
256 VF_LIB_CURRENT = @VF_LIB_CURRENT@
257 VF_LIB_REVISION = @VF_LIB_REVISION@
258 VORBIS_LIBS = @VORBIS_LIBS@
259 V_LIB_AGE = @V_LIB_AGE@
260 V_LIB_CURRENT = @V_LIB_CURRENT@
261 V_LIB_REVISION = @V_LIB_REVISION@
262 abs_builddir = @abs_builddir@
263 abs_srcdir = @abs_srcdir@
264 abs_top_builddir = @abs_top_builddir@
265 abs_top_srcdir = @abs_top_srcdir@
266 ac_ct_AR = @ac_ct_AR@
267 ac_ct_CC = @ac_ct_CC@
268 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
269 am__include = @am__include@
270 am__leading_dot = @am__leading_dot@
271 am__quote = @am__quote@
272 am__tar = @am__tar@
273 am__untar = @am__untar@
274 bindir = @bindir@
275 build = @build@
276 build_alias = @build_alias@
277 build_cpu = @build_cpu@
278 build_os = @build_os@
279 build_vendor = @build_vendor@
280 builddir = @builddir@
281 datadir = @datadir@
282 datarootdir = @datarootdir@
283 docdir = @docdir@
284 dvidir = @dvidir@
285 exec_prefix = @exec_prefix@
286 host = @host@
287 host_alias = @host_alias@
288 host_cpu = @host_cpu@
289 host_os = @host_os@
290 host_vendor = @host_vendor@
291 htmldir = @htmldir@
292 includedir = @includedir@
293 infodir = @infodir@
294 install_sh = @install_sh@
295 libdir = @libdir@
296 libexecdir = @libexecdir@
297 localedir = @localedir@
298 localstatedir = @localstatedir@
299 mandir = @mandir@
300 mkdir_p = @mkdir_p@
301 oldincludedir = @oldincludedir@
302 pdfdir = @pdfdir@
303 prefix = @prefix@
304 program_transform_name = @program_transform_name@
305 psdir = @psdir@
306 pthread_lib = @pthread_lib@
307 runstatedir = @runstatedir@
308 sbindir = @sbindir@
309 sharedstatedir = @sharedstatedir@
310 srcdir = @srcdir@
311 sysconfdir = @sysconfdir@
312 target_alias = @target_alias@
313 top_build_prefix = @top_build_prefix@
314 top_builddir = @top_builddir@
315 top_srcdir = @top_srcdir@
316 AUTOMAKE_OPTIONS = foreign
317 AM_CPPFLAGS = -I$(top_srcdir)/include @OGG_CFLAGS@
318 test_SOURCES = util.c util.h write_read.c write_read.h test.c
319 test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
320 all: all-am
321
322 .SUFFIXES:
323 .SUFFIXES: .c .lo .o .obj
324 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
325         @for dep in $?; do \
326           case '$(am__configure_deps)' in \
327             *$$dep*) \
328               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
329                 && { if test -f $@; then exit 0; else break; fi; }; \
330               exit 1;; \
331           esac; \
332         done; \
333         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
334         $(am__cd) $(top_srcdir) && \
335           $(AUTOMAKE) --foreign test/Makefile
336 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
337         @case '$?' in \
338           *config.status*) \
339             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
340           *) \
341             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
342             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
343         esac;
344
345 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
346         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347
348 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
349         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
351         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352 $(am__aclocal_m4_deps):
353
354 clean-checkPROGRAMS:
355         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
356         echo " rm -f" $$list; \
357         rm -f $$list || exit $$?; \
358         test -n "$(EXEEXT)" || exit 0; \
359         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
360         echo " rm -f" $$list; \
361         rm -f $$list
362
363 test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES) 
364         @rm -f test$(EXEEXT)
365         $(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
366
367 mostlyclean-compile:
368         -rm -f *.$(OBJEXT)
369
370 distclean-compile:
371         -rm -f *.tab.c
372
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@ # am--include-marker
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@ # am--include-marker
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write_read.Po@am__quote@ # am--include-marker
376
377 $(am__depfiles_remade):
378         @$(MKDIR_P) $(@D)
379         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
380
381 am--depfiles: $(am__depfiles_remade)
382
383 .c.o:
384 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
385 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
386 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
387 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
389
390 .c.obj:
391 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
392 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
393 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
394 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
396
397 .c.lo:
398 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
399 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
401 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
403
404 mostlyclean-libtool:
405         -rm -f *.lo
406
407 clean-libtool:
408         -rm -rf .libs _libs
409
410 ID: $(am__tagged_files)
411         $(am__define_uniq_tagged_files); mkid -fID $$unique
412 tags: tags-am
413 TAGS: tags
414
415 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
416         set x; \
417         here=`pwd`; \
418         $(am__define_uniq_tagged_files); \
419         shift; \
420         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
421           test -n "$$unique" || unique=$$empty_fix; \
422           if test $$# -gt 0; then \
423             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
424               "$$@" $$unique; \
425           else \
426             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
427               $$unique; \
428           fi; \
429         fi
430 ctags: ctags-am
431
432 CTAGS: ctags
433 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
434         $(am__define_uniq_tagged_files); \
435         test -z "$(CTAGS_ARGS)$$unique" \
436           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
437              $$unique
438
439 GTAGS:
440         here=`$(am__cd) $(top_builddir) && pwd` \
441           && $(am__cd) $(top_srcdir) \
442           && gtags -i $(GTAGS_ARGS) "$$here"
443 cscopelist: cscopelist-am
444
445 cscopelist-am: $(am__tagged_files)
446         list='$(am__tagged_files)'; \
447         case "$(srcdir)" in \
448           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
449           *) sdir=$(subdir)/$(srcdir) ;; \
450         esac; \
451         for i in $$list; do \
452           if test -f "$$i"; then \
453             echo "$(subdir)/$$i"; \
454           else \
455             echo "$$sdir/$$i"; \
456           fi; \
457         done >> $(top_builddir)/cscope.files
458
459 distclean-tags:
460         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
461
462 distdir: $(BUILT_SOURCES)
463         $(MAKE) $(AM_MAKEFLAGS) distdir-am
464
465 distdir-am: $(DISTFILES)
466         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468         list='$(DISTFILES)'; \
469           dist_files=`for file in $$list; do echo $$file; done | \
470           sed -e "s|^$$srcdirstrip/||;t" \
471               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
472         case $$dist_files in \
473           */*) $(MKDIR_P) `echo "$$dist_files" | \
474                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
475                            sort -u` ;; \
476         esac; \
477         for file in $$dist_files; do \
478           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
479           if test -d $$d/$$file; then \
480             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
481             if test -d "$(distdir)/$$file"; then \
482               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483             fi; \
484             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
485               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
486               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487             fi; \
488             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
489           else \
490             test -f "$(distdir)/$$file" \
491             || cp -p $$d/$$file "$(distdir)/$$file" \
492             || exit 1; \
493           fi; \
494         done
495 check-am: all-am
496         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
497 check: check-am
498 all-am: Makefile
499 installdirs:
500 install: install-am
501 install-exec: install-exec-am
502 install-data: install-data-am
503 uninstall: uninstall-am
504
505 install-am: all-am
506         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
507
508 installcheck: installcheck-am
509 install-strip:
510         if test -z '$(STRIP)'; then \
511           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513               install; \
514         else \
515           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
518         fi
519 mostlyclean-generic:
520
521 clean-generic:
522
523 distclean-generic:
524         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
525         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
526
527 maintainer-clean-generic:
528         @echo "This command is intended for maintainers to use"
529         @echo "it deletes files that may require special tools to rebuild."
530 clean: clean-am
531
532 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
533         mostlyclean-am
534
535 distclean: distclean-am
536                 -rm -f ./$(DEPDIR)/test.Po
537         -rm -f ./$(DEPDIR)/util.Po
538         -rm -f ./$(DEPDIR)/write_read.Po
539         -rm -f Makefile
540 distclean-am: clean-am distclean-compile distclean-generic \
541         distclean-tags
542
543 dvi: dvi-am
544
545 dvi-am:
546
547 html: html-am
548
549 html-am:
550
551 info: info-am
552
553 info-am:
554
555 install-data-am:
556
557 install-dvi: install-dvi-am
558
559 install-dvi-am:
560
561 install-exec-am:
562
563 install-html: install-html-am
564
565 install-html-am:
566
567 install-info: install-info-am
568
569 install-info-am:
570
571 install-man:
572
573 install-pdf: install-pdf-am
574
575 install-pdf-am:
576
577 install-ps: install-ps-am
578
579 install-ps-am:
580
581 installcheck-am:
582
583 maintainer-clean: maintainer-clean-am
584                 -rm -f ./$(DEPDIR)/test.Po
585         -rm -f ./$(DEPDIR)/util.Po
586         -rm -f ./$(DEPDIR)/write_read.Po
587         -rm -f Makefile
588 maintainer-clean-am: distclean-am maintainer-clean-generic
589
590 mostlyclean: mostlyclean-am
591
592 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
593         mostlyclean-libtool
594
595 pdf: pdf-am
596
597 pdf-am:
598
599 ps: ps-am
600
601 ps-am:
602
603 uninstall-am:
604
605 .MAKE: check-am install-am install-strip
606
607 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
608         clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
609         ctags ctags-am distclean distclean-compile distclean-generic \
610         distclean-libtool distclean-tags distdir dvi dvi-am html \
611         html-am info info-am install install-am install-data \
612         install-data-am install-dvi install-dvi-am install-exec \
613         install-exec-am install-html install-html-am install-info \
614         install-info-am install-man install-pdf install-pdf-am \
615         install-ps install-ps-am install-strip installcheck \
616         installcheck-am installdirs maintainer-clean \
617         maintainer-clean-generic mostlyclean mostlyclean-compile \
618         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
619         tags tags-am uninstall uninstall-am
620
621 .PRECIOUS: Makefile
622
623
624 check: $(check_PROGRAMS)
625         ./test$(EXEEXT)
626
627 debug:
628         $(MAKE) check CFLAGS="@DEBUG@"
629
630 profile:
631         $(MAKE) check CFLAGS="@PROFILE@"
632
633 # Tell versions [3.59,3.63) of GNU make to not export all variables.
634 # Otherwise a system limit (for SysV at least) may be exceeded.
635 .NOEXPORT: