1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
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.
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
18 # Copyright (C) 2019-2023 Free Software Foundation, Inc.
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.
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.
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/>.
38 if
test -z
'$(MAKELEVEL)'; then \
40 elif
test -n
'$(MAKE_HOST)'; then \
42 elif
test -n
'$(MAKE_VERSION)' && test -n
'$(CURDIR)'; then \
48 am__make_running_with_option
= \
49 case
$${target_option-
} in \
51 *) echo
"am__make_running_with_option: internal error: invalid" \
52 "target option '$${target_option-}' specified" >&2; \
56 sane_makeflags
=$$MAKEFLAGS; \
57 if
$(am__is_gnu_make
); then \
58 sane_makeflags
=$$MFLAGS; \
63 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
64 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
70 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
72 for flg in
$$sane_makeflags; do \
73 test $$skip_next = yes
&& { skip_next
=no
; continue
; }; \
76 -*I
) strip_trailopt
'I'; skip_next
=yes
;; \
77 -*I?
*) strip_trailopt
'I';; \
78 -*O
) strip_trailopt
'O'; skip_next
=yes
;; \
79 -*O?
*) strip_trailopt
'O';; \
80 -*l
) strip_trailopt
'l'; skip_next
=yes
;; \
81 -*l?
*) strip_trailopt
'l';; \
82 -[dEDm
]) skip_next
=yes
;; \
83 -[JT
]) skip_next
=yes
;; \
86 *$$target_option*) has_opt
=yes
; break
;; \
90 am__make_dryrun
= (target_option
=n
; $(am__make_running_with_option
))
91 am__make_keepgoing
= (target_option
=k
; $(am__make_running_with_option
))
92 pkgdatadir
= $(datadir)/@PACKAGE@
93 pkgincludedir
= $(includedir)/@PACKAGE@
94 pkglibdir
= $(libdir)/@PACKAGE@
95 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
96 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA
= $(install_sh
) -c
-m
644
98 install_sh_PROGRAM
= $(install_sh
) -c
99 install_sh_SCRIPT
= $(install_sh
) -c
100 INSTALL_HEADER
= $(INSTALL_DATA
)
101 transform
= $(program_transform_name
)
108 build_triplet
= @build@
109 host_triplet
= @host@
110 @BUILD_INFO_TRUE@am__append_1
= doc
/sframe-spec.texi
111 @BUILD_INFO_TRUE@am__append_2
= texput.log
112 @BUILD_INFO_TRUE@am__append_3
= doc
/sframe-spec.
info
113 check_PROGRAMS
= $(am__EXEEXT_1
)
114 @HAVE_COMPAT_DEJAGNU_TRUE@am__append_4
= testsuite
/libsframe.decode
/be-flipping \
115 @HAVE_COMPAT_DEJAGNU_TRUE@ testsuite
/libsframe.decode
/frecnt-1 \
116 @HAVE_COMPAT_DEJAGNU_TRUE@ testsuite
/libsframe.decode
/frecnt-2 \
117 @HAVE_COMPAT_DEJAGNU_TRUE@ testsuite
/libsframe.encode
/encode-1
119 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
120 am__aclocal_m4_deps
= $(top_srcdir
)/..
/bfd
/acinclude.m4 \
121 $(top_srcdir
)/..
/config
/acx.m4 \
122 $(top_srcdir
)/..
/config
/dejagnu.m4 \
123 $(top_srcdir
)/..
/config
/depstand.m4 \
124 $(top_srcdir
)/..
/config
/jobserver.m4 \
125 $(top_srcdir
)/..
/config
/lead-dot.m4 \
126 $(top_srcdir
)/..
/config
/override.m4 \
127 $(top_srcdir
)/..
/config
/warnings.m4 \
128 $(top_srcdir
)/..
/libtool.m4
$(top_srcdir
)/..
/ltoptions.m4 \
129 $(top_srcdir
)/..
/ltsugar.m4
$(top_srcdir
)/..
/ltversion.m4 \
130 $(top_srcdir
)/..
/lt~obsolete.m4
$(top_srcdir
)/configure.ac
131 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
133 DIST_COMMON
= $(srcdir)/Makefile.am
$(top_srcdir
)/configure \
134 $(am__configure_deps
) $(am__include_HEADERS_DIST
) \
136 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
137 configure.lineno config.status.lineno
138 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
139 CONFIG_HEADER
= config.h
141 CONFIG_CLEAN_VPATH_FILES
=
142 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
143 am__vpath_adj
= case
$$p in \
144 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
147 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
149 am__nobase_strip_setup
= \
150 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
152 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
153 am__nobase_list
= $(am__nobase_strip_setup
); \
154 for p in
$$list; do echo
"$$p $$p"; done | \
155 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
156 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
157 if (++n[$$2] == $(am__install_max)) \
158 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
159 END { for (dir in files) print dir, files[dir] }'
161 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
162 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
163 am__uninstall_files_from_dir
= { \
165 ||
{ test ! -d
"$$dir" && test ! -f
"$$dir" && test ! -r
"$$dir"; } \
166 ||
{ echo
" ( cd '$$dir' && rm -f" $$files ")"; \
167 $(am__cd
) "$$dir" && rm -f
$$files; }; \
169 am__installdirs
= "$(DESTDIR)$(libdir)" "$(DESTDIR)$(infodir)" \
170 "$(DESTDIR)$(includedir)"
171 LTLIBRARIES
= $(lib_LTLIBRARIES
) $(noinst_LTLIBRARIES
)
172 libsframe_la_LIBADD
=
173 am_libsframe_la_OBJECTS
= libsframe_la-sframe.lo \
174 libsframe_la-sframe-dump.lo libsframe_la-sframe-error.lo
175 libsframe_la_OBJECTS
= $(am_libsframe_la_OBJECTS
)
176 AM_V_lt
= $(am__v_lt_@AM_V@
)
177 am__v_lt_
= $(am__v_lt_@AM_DEFAULT_V@
)
178 am__v_lt_0
= --silent
180 @INSTALL_LIBBFD_FALSE@am_libsframe_la_rpath
=
181 @INSTALL_LIBBFD_TRUE@am_libsframe_la_rpath
= -rpath
$(libdir)
182 @HAVE_COMPAT_DEJAGNU_TRUE@am__EXEEXT_1
= testsuite
/libsframe.decode
/be-flipping
$(EXEEXT
) \
183 @HAVE_COMPAT_DEJAGNU_TRUE@ testsuite
/libsframe.decode
/frecnt-1
$(EXEEXT
) \
184 @HAVE_COMPAT_DEJAGNU_TRUE@ testsuite
/libsframe.decode
/frecnt-2
$(EXEEXT
) \
185 @HAVE_COMPAT_DEJAGNU_TRUE@ testsuite
/libsframe.encode
/encode-1
$(EXEEXT
)
186 am__dirstamp
= $(am__leading_dot
)dirstamp
187 am_testsuite_libsframe_decode_be_flipping_OBJECTS
= testsuite
/libsframe.decode
/testsuite_libsframe_decode_be_flipping-be-flipping.
$(OBJEXT
)
188 testsuite_libsframe_decode_be_flipping_OBJECTS
= \
189 $(am_testsuite_libsframe_decode_be_flipping_OBJECTS
)
190 testsuite_libsframe_decode_be_flipping_DEPENDENCIES
= \
191 ${top_builddir}/libsframe.la
192 am_testsuite_libsframe_decode_frecnt_1_OBJECTS
= testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_1-frecnt-1.
$(OBJEXT
)
193 testsuite_libsframe_decode_frecnt_1_OBJECTS
= \
194 $(am_testsuite_libsframe_decode_frecnt_1_OBJECTS
)
195 testsuite_libsframe_decode_frecnt_1_DEPENDENCIES
= \
196 ${top_builddir}/libsframe.la
197 am_testsuite_libsframe_decode_frecnt_2_OBJECTS
= testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_2-frecnt-2.
$(OBJEXT
)
198 testsuite_libsframe_decode_frecnt_2_OBJECTS
= \
199 $(am_testsuite_libsframe_decode_frecnt_2_OBJECTS
)
200 testsuite_libsframe_decode_frecnt_2_DEPENDENCIES
= \
201 ${top_builddir}/libsframe.la
202 am_testsuite_libsframe_encode_encode_1_OBJECTS
= testsuite
/libsframe.encode
/testsuite_libsframe_encode_encode_1-encode-1.
$(OBJEXT
)
203 testsuite_libsframe_encode_encode_1_OBJECTS
= \
204 $(am_testsuite_libsframe_encode_encode_1_OBJECTS
)
205 testsuite_libsframe_encode_encode_1_DEPENDENCIES
= \
206 ${top_builddir}/libsframe.la
207 AM_V_P
= $(am__v_P_@AM_V@
)
208 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
211 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
212 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
213 am__v_GEN_0
= @echo
" GEN " $@
;
215 AM_V_at
= $(am__v_at_@AM_V@
)
216 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
219 DEFAULT_INCLUDES
= -I.@am__isrc@
220 depcomp
= $(SHELL
) $(top_srcdir
)/..
/depcomp
221 am__depfiles_maybe
= depfiles
223 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
224 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
225 LTCOMPILE
= $(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
226 $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) \
227 $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) \
228 $(AM_CFLAGS
) $(CFLAGS
)
229 AM_V_CC
= $(am__v_CC_@AM_V@
)
230 am__v_CC_
= $(am__v_CC_@AM_DEFAULT_V@
)
231 am__v_CC_0
= @echo
" CC " $@
;
234 LINK
= $(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
235 $(LIBTOOLFLAGS
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
236 $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
237 AM_V_CCLD
= $(am__v_CCLD_@AM_V@
)
238 am__v_CCLD_
= $(am__v_CCLD_@AM_DEFAULT_V@
)
239 am__v_CCLD_0
= @echo
" CCLD " $@
;
241 SOURCES
= $(libsframe_la_SOURCES
) \
242 $(testsuite_libsframe_decode_be_flipping_SOURCES
) \
243 $(testsuite_libsframe_decode_frecnt_1_SOURCES
) \
244 $(testsuite_libsframe_decode_frecnt_2_SOURCES
) \
245 $(testsuite_libsframe_encode_encode_1_SOURCES
)
246 DIST_SOURCES
= $(libsframe_la_SOURCES
) \
247 $(testsuite_libsframe_decode_be_flipping_SOURCES
) \
248 $(testsuite_libsframe_decode_frecnt_1_SOURCES
) \
249 $(testsuite_libsframe_decode_frecnt_2_SOURCES
) \
250 $(testsuite_libsframe_encode_encode_1_SOURCES
)
251 AM_V_DVIPS
= $(am__v_DVIPS_@AM_V@
)
252 am__v_DVIPS_
= $(am__v_DVIPS_@AM_DEFAULT_V@
)
253 am__v_DVIPS_0
= @echo
" DVIPS " $@
;
255 AM_V_MAKEINFO
= $(am__v_MAKEINFO_@AM_V@
)
256 am__v_MAKEINFO_
= $(am__v_MAKEINFO_@AM_DEFAULT_V@
)
257 am__v_MAKEINFO_0
= @echo
" MAKEINFO" $@
;
259 AM_V_INFOHTML
= $(am__v_INFOHTML_@AM_V@
)
260 am__v_INFOHTML_
= $(am__v_INFOHTML_@AM_DEFAULT_V@
)
261 am__v_INFOHTML_0
= @echo
" INFOHTML" $@
;
263 AM_V_TEXI2DVI
= $(am__v_TEXI2DVI_@AM_V@
)
264 am__v_TEXI2DVI_
= $(am__v_TEXI2DVI_@AM_DEFAULT_V@
)
265 am__v_TEXI2DVI_0
= @echo
" TEXI2DVI" $@
;
267 AM_V_TEXI2PDF
= $(am__v_TEXI2PDF_@AM_V@
)
268 am__v_TEXI2PDF_
= $(am__v_TEXI2PDF_@AM_DEFAULT_V@
)
269 am__v_TEXI2PDF_0
= @echo
" TEXI2PDF" $@
;
271 AM_V_texinfo
= $(am__v_texinfo_@AM_V@
)
272 am__v_texinfo_
= $(am__v_texinfo_@AM_DEFAULT_V@
)
275 AM_V_texidevnull
= $(am__v_texidevnull_@AM_V@
)
276 am__v_texidevnull_
= $(am__v_texidevnull_@AM_DEFAULT_V@
)
277 am__v_texidevnull_0
= > /dev
/null
278 am__v_texidevnull_1
=
279 INFO_DEPS
= doc
/sframe-spec.
info
280 am__TEXINFO_TEX_DIR
= $(srcdir)
281 DVIS
= doc
/sframe-spec.
dvi
282 PDFS
= doc
/sframe-spec.pdf
283 PSS
= doc
/sframe-spec.ps
284 HTMLS
= doc
/sframe-spec.html
285 TEXINFOS
= $(am__append_1
)
287 TEXI2PDF
= $(TEXI2DVI
) --pdf
--batch
288 MAKEINFOHTML
= $(MAKEINFO
) --html
289 AM_MAKEINFOHTMLFLAGS
= $(AM_MAKEINFOFLAGS
)
291 am__can_run_installinfo
= \
292 case
$$AM_UPDATE_INFO_DIR in \
294 *) (install-info
--version
) >/dev
/null
2>&1;; \
296 am__include_HEADERS_DIST
= $(INCDIR
)/sframe.h
$(INCDIR
)/sframe-api.h
297 HEADERS
= $(include_HEADERS
)
298 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) \
300 # Read a list of newline-separated strings from the standard input,
301 # and print each of them once, without duplicates. Input order is
303 am__uniquify_input
= $(AWK
) '\
304 BEGIN { nonempty = 0; } \
305 { items[$$0] = 1; nonempty = 1; } \
306 END { if (nonempty) { for (i in items) print i; }; } \
308 # Make sure the list of sources is unique. This is necessary because,
309 # e.g., the same source file might be shared among _SOURCES variables
310 # for different programs/libraries.
311 am__define_uniq_tagged_files
= \
312 list
='$(am__tagged_files)'; \
313 unique
=`for i in $$list; do \
314 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315 done | $(am__uniquify_input)`
319 AM_RECURSIVE_TARGETS
= cscope
320 DEJATOOL
= $(PACKAGE
)
321 RUNTESTDEFAULTFLAGS
= --tool
$$tool --srcdir $$srcdir
322 am__DIST_COMMON
= $(srcdir)/Makefile.in
$(srcdir)/config.h.in \
323 $(srcdir)/doc
/local.mk \
324 $(srcdir)/testsuite
/libsframe.decode
/local.mk \
325 $(srcdir)/testsuite
/libsframe.encode
/local.mk \
326 $(srcdir)/testsuite
/local.mk
$(top_srcdir
)/..
/ar-lib \
327 $(top_srcdir
)/..
/compile
$(top_srcdir
)/..
/config.guess \
328 $(top_srcdir
)/..
/config.sub
$(top_srcdir
)/..
/depcomp \
329 $(top_srcdir
)/..
/install-sh
$(top_srcdir
)/..
/ltmain.sh \
330 $(top_srcdir
)/..
/missing
$(top_srcdir
)/..
/mkinstalldirs
331 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
332 distdir
= $(PACKAGE
)-$(VERSION
)
333 top_distdir
= $(distdir
)
334 am__remove_distdir
= \
335 if
test -d
"$(distdir)"; then \
336 find
"$(distdir)" -type d
! -perm
-200 -exec chmod u
+w
{} ';' \
337 && rm -rf
"$(distdir)" \
338 ||
{ sleep
5 && rm -rf
"$(distdir)"; }; \
340 am__post_remove_distdir
= $(am__remove_distdir
)
341 DIST_ARCHIVES
= $(distdir
).
tar.gz
343 DIST_TARGETS
= dist-gzip
344 distuninstallcheck_listfiles
= find .
-type f
-print
345 am__distuninstallcheck_listfiles
= $(distuninstallcheck_listfiles
) \
346 | sed
's|^\./|$(prefix)/|' | grep
-v
'$(infodir)/dir$$'
347 distcleancheck_listfiles
= find .
-type f
-print
350 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
352 AUTOCONF
= @AUTOCONF@
353 AUTOHEADER
= @AUTOHEADER@
354 AUTOMAKE
= @AUTOMAKE@
357 CCDEPMODE
= @CCDEPMODE@
359 COMPAT_DEJAGNU
= @COMPAT_DEJAGNU@
361 CPPFLAGS
= @CPPFLAGS@
362 CYGPATH_W
= @CYGPATH_W@
365 DSYMUTIL
= @DSYMUTIL@
375 INSTALL_DATA
= @INSTALL_DATA@
376 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
377 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
378 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
386 LTLIBOBJS
= @LTLIBOBJS@
388 MAKEINFO
= @MAKEINFO@
397 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
398 PACKAGE_NAME
= @PACKAGE_NAME@
399 PACKAGE_STRING
= @PACKAGE_STRING@
400 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
401 PACKAGE_URL
= @PACKAGE_URL@
402 PACKAGE_VERSION
= @PACKAGE_VERSION@
403 PATH_SEPARATOR
= @PATH_SEPARATOR@
406 SET_MAKE
= @SET_MAKE@
410 abs_builddir
= @abs_builddir@
411 abs_srcdir
= @abs_srcdir@
412 abs_top_builddir
= @abs_top_builddir@
413 abs_top_srcdir
= @abs_top_srcdir@
414 ac_ct_AR
= @ac_ct_AR@
415 ac_ct_CC
= @ac_ct_CC@
416 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
417 ac_libsframe_warn_cflags
= @ac_libsframe_warn_cflags@
418 am__include
= @am__include@
419 am__leading_dot
= @am__leading_dot@
420 am__quote
= @am__quote@
422 am__untar
= @am__untar@
425 build_alias
= @build_alias@
426 build_cpu
= @build_cpu@
427 build_os
= @build_os@
428 build_vendor
= @build_vendor@
429 builddir
= @builddir@
431 datarootdir
= @datarootdir@
434 exec_prefix = @
exec_prefix@
436 host_alias
= @host_alias@
437 host_cpu
= @host_cpu@
438 host_noncanonical
= @host_noncanonical@
440 host_vendor
= @host_vendor@
442 includedir = @
includedir@
444 install_sh
= @install_sh@
446 libexecdir
= @libexecdir@
447 localedir
= @localedir@
448 localstatedir
= @localstatedir@
451 oldincludedir = @
oldincludedir@
454 program_transform_name
= @program_transform_name@
457 sharedstatedir
= @sharedstatedir@
459 sysconfdir
= @sysconfdir@
460 target_alias
= @target_alias@
461 target_noncanonical
= @target_noncanonical@
462 top_build_prefix
= @top_build_prefix@
463 top_builddir
= @top_builddir@
464 top_srcdir
= @top_srcdir@
467 # Copyright (C) 2022-2023 Free Software Foundation, Inc.
469 # This file is free software; you can redistribute it and/or modify
470 # it under the terms of the GNU General Public License as published by
471 # the Free Software Foundation; either version 2 of the License, or
472 # (at your option) any later version.
474 # This program is distributed in the hope that it will be useful,
475 # but WITHOUT ANY WARRANTY; without even the implied warranty of
476 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
477 # GNU General Public License for more details.
479 # You should have received a copy of the GNU General Public License
480 # along with this program; see the file COPYING. If not see
481 # <http://www.gnu.org/licenses/>.
483 ACLOCAL_AMFLAGS
= -I ..
-I ..
/config
-I ..
/bfd
484 AUTOMAKE_OPTIONS
= dejagnu foreign no-texinfo.
tex info-in-builddir subdir-objects
486 # Variables that we might accumulate conditionally or in subdirs.
487 info_TEXINFOS
= $(am__append_1
)
488 DISTCLEANFILES
= $(am__append_2
)
489 MAINTAINERCLEANFILES
= $(am__append_3
)
490 INCDIR
= $(srcdir)/..
/include
491 # include libctf for swap.h
492 AM_CPPFLAGS
= -I
$(srcdir) -I
$(srcdir)/..
/include -I
$(srcdir)/..
/libctf
493 AM_CFLAGS
= @ac_libsframe_warn_cflags@
494 @INSTALL_LIBBFD_TRUE@lib_LTLIBRARIES
= libsframe.la
495 @INSTALL_LIBBFD_FALSE@include_HEADERS
=
496 @INSTALL_LIBBFD_TRUE@include_HEADERS
= $(INCDIR
)/sframe.h
$(INCDIR
)/sframe-api.h
497 @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES
= libsframe.la
498 libsframe_la_SOURCES
= sframe.c sframe-dump.c sframe-error.c
499 libsframe_la_CPPFLAGS
= $(AM_CPPFLAGS
)
500 @BUILD_INFO_TRUE@AM_MAKEINFOFLAGS
= --no-split
502 # Setup the testing framework
506 testsuite_libsframe_decode_be_flipping_SOURCES
= testsuite
/libsframe.decode
/be-flipping.c
507 testsuite_libsframe_decode_be_flipping_LDADD
= ${top_builddir}/libsframe.la
508 testsuite_libsframe_decode_be_flipping_CPPFLAGS
= -I
${top_srcdir}/..
/include -Wall
509 testsuite_libsframe_decode_frecnt_1_SOURCES
= testsuite
/libsframe.decode
/frecnt-1.c
510 testsuite_libsframe_decode_frecnt_1_LDADD
= ${top_builddir}/libsframe.la
511 testsuite_libsframe_decode_frecnt_1_CPPFLAGS
= -I
${top_srcdir}/..
/include -Wall
512 testsuite_libsframe_decode_frecnt_2_SOURCES
= testsuite
/libsframe.decode
/frecnt-2.c
513 testsuite_libsframe_decode_frecnt_2_LDADD
= ${top_builddir}/libsframe.la
514 testsuite_libsframe_decode_frecnt_2_CPPFLAGS
= -I
${top_srcdir}/..
/include -Wall
515 testsuite_libsframe_encode_encode_1_SOURCES
= testsuite
/libsframe.encode
/encode-1.c
516 testsuite_libsframe_encode_encode_1_LDADD
= ${top_builddir}/libsframe.la
517 testsuite_libsframe_encode_encode_1_CPPFLAGS
= -I
${top_srcdir}/..
/include -Wall
519 $(MAKE
) $(AM_MAKEFLAGS
) all-am
522 .SUFFIXES
: .c .
dvi .lo .o .obj .ps
523 am--refresh
: Makefile
525 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(srcdir)/doc
/local.mk
$(srcdir)/testsuite
/local.mk
$(srcdir)/testsuite
/libsframe.decode
/local.mk
$(srcdir)/testsuite
/libsframe.encode
/local.mk
$(am__configure_deps
)
527 case
'$(am__configure_deps)' in \
529 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
530 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
535 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
536 $(am__cd
) $(top_srcdir
) && \
537 $(AUTOMAKE
) --foreign Makefile
538 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
541 echo
' $(SHELL) ./config.status'; \
542 $(SHELL
) .
/config.status
;; \
544 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
545 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
547 $(srcdir)/doc
/local.mk
$(srcdir)/testsuite
/local.mk
$(srcdir)/testsuite
/libsframe.decode
/local.mk
$(srcdir)/testsuite
/libsframe.encode
/local.mk
$(am__empty
):
549 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
550 $(SHELL
) .
/config.status
--recheck
552 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
553 $(am__cd
) $(srcdir) && $(AUTOCONF
)
554 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
555 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
556 $(am__aclocal_m4_deps
):
559 @
test -f
$@ ||
rm -f stamp-h1
560 @
test -f
$@ ||
$(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
562 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
564 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
565 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
566 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
571 -rm -f config.h stamp-h1
573 install-libLTLIBRARIES
: $(lib_LTLIBRARIES
)
575 @list
='$(lib_LTLIBRARIES)'; test -n
"$(libdir)" || list
=; \
576 list2
=; for p in
$$list; do \
577 if
test -f
$$p; then \
578 list2
="$$list2 $$p"; \
581 test -z
"$$list2" ||
{ \
582 echo
" $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
583 $(MKDIR_P
) "$(DESTDIR)$(libdir)" || exit
1; \
584 echo
" $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
585 $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=install $(INSTALL
) $(INSTALL_STRIP_FLAG
) $$list2 "$(DESTDIR)$(libdir)"; \
588 uninstall-libLTLIBRARIES
:
590 @list
='$(lib_LTLIBRARIES)'; test -n
"$(libdir)" || list
=; \
591 for p in
$$list; do \
593 echo
" $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
594 $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=uninstall rm -f
"$(DESTDIR)$(libdir)/$$f"; \
597 clean-libLTLIBRARIES
:
598 -test -z
"$(lib_LTLIBRARIES)" ||
rm -f
$(lib_LTLIBRARIES
)
599 @list
='$(lib_LTLIBRARIES)'; \
600 locs
=`for p in $$list; do echo $$p; done | \
601 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
603 test -z
"$$locs" ||
{ \
604 echo
rm -f
$${locs}; \
608 clean-noinstLTLIBRARIES
:
609 -test -z
"$(noinst_LTLIBRARIES)" ||
rm -f
$(noinst_LTLIBRARIES
)
610 @list
='$(noinst_LTLIBRARIES)'; \
611 locs
=`for p in $$list; do echo $$p; done | \
612 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
614 test -z
"$$locs" ||
{ \
615 echo
rm -f
$${locs}; \
619 libsframe.la
: $(libsframe_la_OBJECTS
) $(libsframe_la_DEPENDENCIES
) $(EXTRA_libsframe_la_DEPENDENCIES
)
620 $(AM_V_CCLD
)$(LINK
) $(am_libsframe_la_rpath
) $(libsframe_la_OBJECTS
) $(libsframe_la_LIBADD
) $(LIBS
)
623 @list
='$(check_PROGRAMS)'; test -n
"$$list" || exit
0; \
624 echo
" rm -f" $$list; \
625 rm -f
$$list || exit
$$?
; \
626 test -n
"$(EXEEXT)" || exit
0; \
627 list
=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
628 echo
" rm -f" $$list; \
630 testsuite
/libsframe.decode
/$(am__dirstamp
):
631 @
$(MKDIR_P
) testsuite
/libsframe.decode
632 @
: > testsuite
/libsframe.decode
/$(am__dirstamp
)
633 testsuite
/libsframe.decode
/$(DEPDIR
)/$(am__dirstamp
):
634 @
$(MKDIR_P
) testsuite
/libsframe.decode
/$(DEPDIR
)
635 @
: > testsuite
/libsframe.decode
/$(DEPDIR
)/$(am__dirstamp
)
636 testsuite
/libsframe.decode
/testsuite_libsframe_decode_be_flipping-be-flipping.
$(OBJEXT
): \
637 testsuite
/libsframe.decode
/$(am__dirstamp
) \
638 testsuite
/libsframe.decode
/$(DEPDIR
)/$(am__dirstamp
)
640 testsuite
/libsframe.decode
/be-flipping
$(EXEEXT
): $(testsuite_libsframe_decode_be_flipping_OBJECTS
) $(testsuite_libsframe_decode_be_flipping_DEPENDENCIES
) $(EXTRA_testsuite_libsframe_decode_be_flipping_DEPENDENCIES
) testsuite
/libsframe.decode
/$(am__dirstamp
)
641 @
rm -f testsuite
/libsframe.decode
/be-flipping
$(EXEEXT
)
642 $(AM_V_CCLD
)$(LINK
) $(testsuite_libsframe_decode_be_flipping_OBJECTS
) $(testsuite_libsframe_decode_be_flipping_LDADD
) $(LIBS
)
643 testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_1-frecnt-1.
$(OBJEXT
): \
644 testsuite
/libsframe.decode
/$(am__dirstamp
) \
645 testsuite
/libsframe.decode
/$(DEPDIR
)/$(am__dirstamp
)
647 testsuite
/libsframe.decode
/frecnt-1
$(EXEEXT
): $(testsuite_libsframe_decode_frecnt_1_OBJECTS
) $(testsuite_libsframe_decode_frecnt_1_DEPENDENCIES
) $(EXTRA_testsuite_libsframe_decode_frecnt_1_DEPENDENCIES
) testsuite
/libsframe.decode
/$(am__dirstamp
)
648 @
rm -f testsuite
/libsframe.decode
/frecnt-1
$(EXEEXT
)
649 $(AM_V_CCLD
)$(LINK
) $(testsuite_libsframe_decode_frecnt_1_OBJECTS
) $(testsuite_libsframe_decode_frecnt_1_LDADD
) $(LIBS
)
650 testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_2-frecnt-2.
$(OBJEXT
): \
651 testsuite
/libsframe.decode
/$(am__dirstamp
) \
652 testsuite
/libsframe.decode
/$(DEPDIR
)/$(am__dirstamp
)
654 testsuite
/libsframe.decode
/frecnt-2
$(EXEEXT
): $(testsuite_libsframe_decode_frecnt_2_OBJECTS
) $(testsuite_libsframe_decode_frecnt_2_DEPENDENCIES
) $(EXTRA_testsuite_libsframe_decode_frecnt_2_DEPENDENCIES
) testsuite
/libsframe.decode
/$(am__dirstamp
)
655 @
rm -f testsuite
/libsframe.decode
/frecnt-2
$(EXEEXT
)
656 $(AM_V_CCLD
)$(LINK
) $(testsuite_libsframe_decode_frecnt_2_OBJECTS
) $(testsuite_libsframe_decode_frecnt_2_LDADD
) $(LIBS
)
657 testsuite
/libsframe.encode
/$(am__dirstamp
):
658 @
$(MKDIR_P
) testsuite
/libsframe.encode
659 @
: > testsuite
/libsframe.encode
/$(am__dirstamp
)
660 testsuite
/libsframe.encode
/$(DEPDIR
)/$(am__dirstamp
):
661 @
$(MKDIR_P
) testsuite
/libsframe.encode
/$(DEPDIR
)
662 @
: > testsuite
/libsframe.encode
/$(DEPDIR
)/$(am__dirstamp
)
663 testsuite
/libsframe.encode
/testsuite_libsframe_encode_encode_1-encode-1.
$(OBJEXT
): \
664 testsuite
/libsframe.encode
/$(am__dirstamp
) \
665 testsuite
/libsframe.encode
/$(DEPDIR
)/$(am__dirstamp
)
667 testsuite
/libsframe.encode
/encode-1
$(EXEEXT
): $(testsuite_libsframe_encode_encode_1_OBJECTS
) $(testsuite_libsframe_encode_encode_1_DEPENDENCIES
) $(EXTRA_testsuite_libsframe_encode_encode_1_DEPENDENCIES
) testsuite
/libsframe.encode
/$(am__dirstamp
)
668 @
rm -f testsuite
/libsframe.encode
/encode-1
$(EXEEXT
)
669 $(AM_V_CCLD
)$(LINK
) $(testsuite_libsframe_encode_encode_1_OBJECTS
) $(testsuite_libsframe_encode_encode_1_LDADD
) $(LIBS
)
673 -rm -f testsuite
/libsframe.decode
/*.
$(OBJEXT
)
674 -rm -f testsuite
/libsframe.encode
/*.
$(OBJEXT
)
679 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/libsframe_la-sframe-dump.Plo@am__quote@
680 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/libsframe_la-sframe-error.Plo@am__quote@
681 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/libsframe_la-sframe.Plo@am__quote@
682 @AMDEP_TRUE@@am__include@ @am__quote@testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_be_flipping-be-flipping.Po@am__quote@
683 @AMDEP_TRUE@@am__include@ @am__quote@testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Po@am__quote@
684 @AMDEP_TRUE@@am__include@ @am__quote@testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Po@am__quote@
685 @AMDEP_TRUE@@am__include@ @am__quote@testsuite
/libsframe.encode
/$(DEPDIR
)/testsuite_libsframe_encode_encode_1-encode-1.Po@am__quote@
688 @am__fastdepCC_TRUE@
$(AM_V_CC
)depbase
=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
689 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$$depbase.Tpo
-c
-o
$@
$< &&\
690 @am__fastdepCC_TRUE@
$(am__mv
) $$depbase.Tpo
$$depbase.Po
691 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
692 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
693 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(COMPILE
) -c
-o
$@
$<
696 @am__fastdepCC_TRUE@
$(AM_V_CC
)depbase
=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
697 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$$depbase.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'` &&\
698 @am__fastdepCC_TRUE@
$(am__mv
) $$depbase.Tpo
$$depbase.Po
699 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
700 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
701 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(COMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
704 @am__fastdepCC_TRUE@
$(AM_V_CC
)depbase
=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
705 @am__fastdepCC_TRUE@
$(LTCOMPILE
) -MT
$@
-MD
-MP
-MF
$$depbase.Tpo
-c
-o
$@
$< &&\
706 @am__fastdepCC_TRUE@
$(am__mv
) $$depbase.Tpo
$$depbase.Plo
707 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
708 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
709 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(LTCOMPILE
) -c
-o
$@
$<
711 libsframe_la-sframe.lo
: sframe.c
712 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(libsframe_la_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT libsframe_la-sframe.lo
-MD
-MP
-MF
$(DEPDIR
)/libsframe_la-sframe.Tpo
-c
-o libsframe_la-sframe.lo
`test -f 'sframe.c' || echo '$(srcdir)/'`sframe.c
713 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/libsframe_la-sframe.Tpo
$(DEPDIR
)/libsframe_la-sframe.Plo
714 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='sframe.c' object
='libsframe_la-sframe.lo' libtool
=yes @AMDEPBACKSLASH@
715 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
716 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(libsframe_la_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o libsframe_la-sframe.lo
`test -f 'sframe.c' || echo '$(srcdir)/'`sframe.c
718 libsframe_la-sframe-dump.lo
: sframe-dump.c
719 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(libsframe_la_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT libsframe_la-sframe-dump.lo
-MD
-MP
-MF
$(DEPDIR
)/libsframe_la-sframe-dump.Tpo
-c
-o libsframe_la-sframe-dump.lo
`test -f 'sframe-dump.c' || echo '$(srcdir)/'`sframe-dump.c
720 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/libsframe_la-sframe-dump.Tpo
$(DEPDIR
)/libsframe_la-sframe-dump.Plo
721 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='sframe-dump.c' object
='libsframe_la-sframe-dump.lo' libtool
=yes @AMDEPBACKSLASH@
722 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
723 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(libsframe_la_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o libsframe_la-sframe-dump.lo
`test -f 'sframe-dump.c' || echo '$(srcdir)/'`sframe-dump.c
725 libsframe_la-sframe-error.lo
: sframe-error.c
726 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(libsframe_la_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT libsframe_la-sframe-error.lo
-MD
-MP
-MF
$(DEPDIR
)/libsframe_la-sframe-error.Tpo
-c
-o libsframe_la-sframe-error.lo
`test -f 'sframe-error.c' || echo '$(srcdir)/'`sframe-error.c
727 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/libsframe_la-sframe-error.Tpo
$(DEPDIR
)/libsframe_la-sframe-error.Plo
728 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='sframe-error.c' object
='libsframe_la-sframe-error.lo' libtool
=yes @AMDEPBACKSLASH@
729 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
730 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(libsframe_la_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o libsframe_la-sframe-error.lo
`test -f 'sframe-error.c' || echo '$(srcdir)/'`sframe-error.c
732 testsuite
/libsframe.decode
/testsuite_libsframe_decode_be_flipping-be-flipping.o
: testsuite
/libsframe.decode
/be-flipping.c
733 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_decode_be_flipping_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT testsuite
/libsframe.decode
/testsuite_libsframe_decode_be_flipping-be-flipping.o
-MD
-MP
-MF testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_be_flipping-be-flipping.Tpo
-c
-o testsuite
/libsframe.decode
/testsuite_libsframe_decode_be_flipping-be-flipping.o
`test -f 'testsuite/libsframe.decode/be-flipping.c' || echo '$(srcdir)/'`testsuite
/libsframe.decode
/be-flipping.c
734 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_be_flipping-be-flipping.Tpo testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_be_flipping-be-flipping.Po
735 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='testsuite/libsframe.decode/be-flipping.c' object
='testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.o' libtool
=no @AMDEPBACKSLASH@
736 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
737 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_decode_be_flipping_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o testsuite
/libsframe.decode
/testsuite_libsframe_decode_be_flipping-be-flipping.o
`test -f 'testsuite/libsframe.decode/be-flipping.c' || echo '$(srcdir)/'`testsuite
/libsframe.decode
/be-flipping.c
739 testsuite
/libsframe.decode
/testsuite_libsframe_decode_be_flipping-be-flipping.obj
: testsuite
/libsframe.decode
/be-flipping.c
740 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_decode_be_flipping_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT testsuite
/libsframe.decode
/testsuite_libsframe_decode_be_flipping-be-flipping.obj
-MD
-MP
-MF testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_be_flipping-be-flipping.Tpo
-c
-o testsuite
/libsframe.decode
/testsuite_libsframe_decode_be_flipping-be-flipping.obj
`if test -f 'testsuite/libsframe.decode/be-flipping.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/be-flipping.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/be-flipping.c'; fi`
741 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_be_flipping-be-flipping.Tpo testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_be_flipping-be-flipping.Po
742 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='testsuite/libsframe.decode/be-flipping.c' object
='testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.obj' libtool
=no @AMDEPBACKSLASH@
743 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
744 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_decode_be_flipping_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o testsuite
/libsframe.decode
/testsuite_libsframe_decode_be_flipping-be-flipping.obj
`if test -f 'testsuite/libsframe.decode/be-flipping.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/be-flipping.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/be-flipping.c'; fi`
746 testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_1-frecnt-1.o
: testsuite
/libsframe.decode
/frecnt-1.c
747 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_decode_frecnt_1_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_1-frecnt-1.o
-MD
-MP
-MF testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Tpo
-c
-o testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_1-frecnt-1.o
`test -f 'testsuite/libsframe.decode/frecnt-1.c' || echo '$(srcdir)/'`testsuite
/libsframe.decode
/frecnt-1.c
748 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Tpo testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Po
749 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='testsuite/libsframe.decode/frecnt-1.c' object
='testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.o' libtool
=no @AMDEPBACKSLASH@
750 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
751 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_decode_frecnt_1_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_1-frecnt-1.o
`test -f 'testsuite/libsframe.decode/frecnt-1.c' || echo '$(srcdir)/'`testsuite
/libsframe.decode
/frecnt-1.c
753 testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_1-frecnt-1.obj
: testsuite
/libsframe.decode
/frecnt-1.c
754 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_decode_frecnt_1_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_1-frecnt-1.obj
-MD
-MP
-MF testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Tpo
-c
-o testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_1-frecnt-1.obj
`if test -f 'testsuite/libsframe.decode/frecnt-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/frecnt-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/frecnt-1.c'; fi`
755 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Tpo testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_frecnt_1-frecnt-1.Po
756 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='testsuite/libsframe.decode/frecnt-1.c' object
='testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.obj' libtool
=no @AMDEPBACKSLASH@
757 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
758 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_decode_frecnt_1_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_1-frecnt-1.obj
`if test -f 'testsuite/libsframe.decode/frecnt-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/frecnt-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/frecnt-1.c'; fi`
760 testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_2-frecnt-2.o
: testsuite
/libsframe.decode
/frecnt-2.c
761 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_decode_frecnt_2_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_2-frecnt-2.o
-MD
-MP
-MF testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Tpo
-c
-o testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_2-frecnt-2.o
`test -f 'testsuite/libsframe.decode/frecnt-2.c' || echo '$(srcdir)/'`testsuite
/libsframe.decode
/frecnt-2.c
762 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Tpo testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Po
763 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='testsuite/libsframe.decode/frecnt-2.c' object
='testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.o' libtool
=no @AMDEPBACKSLASH@
764 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
765 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_decode_frecnt_2_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_2-frecnt-2.o
`test -f 'testsuite/libsframe.decode/frecnt-2.c' || echo '$(srcdir)/'`testsuite
/libsframe.decode
/frecnt-2.c
767 testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_2-frecnt-2.obj
: testsuite
/libsframe.decode
/frecnt-2.c
768 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_decode_frecnt_2_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_2-frecnt-2.obj
-MD
-MP
-MF testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Tpo
-c
-o testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_2-frecnt-2.obj
`if test -f 'testsuite/libsframe.decode/frecnt-2.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/frecnt-2.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/frecnt-2.c'; fi`
769 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Tpo testsuite
/libsframe.decode
/$(DEPDIR
)/testsuite_libsframe_decode_frecnt_2-frecnt-2.Po
770 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='testsuite/libsframe.decode/frecnt-2.c' object
='testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.obj' libtool
=no @AMDEPBACKSLASH@
771 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
772 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_decode_frecnt_2_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o testsuite
/libsframe.decode
/testsuite_libsframe_decode_frecnt_2-frecnt-2.obj
`if test -f 'testsuite/libsframe.decode/frecnt-2.c'; then $(CYGPATH_W) 'testsuite/libsframe.decode/frecnt-2.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.decode/frecnt-2.c'; fi`
774 testsuite
/libsframe.encode
/testsuite_libsframe_encode_encode_1-encode-1.o
: testsuite
/libsframe.encode
/encode-1.c
775 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_encode_encode_1_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT testsuite
/libsframe.encode
/testsuite_libsframe_encode_encode_1-encode-1.o
-MD
-MP
-MF testsuite
/libsframe.encode
/$(DEPDIR
)/testsuite_libsframe_encode_encode_1-encode-1.Tpo
-c
-o testsuite
/libsframe.encode
/testsuite_libsframe_encode_encode_1-encode-1.o
`test -f 'testsuite/libsframe.encode/encode-1.c' || echo '$(srcdir)/'`testsuite
/libsframe.encode
/encode-1.c
776 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) testsuite
/libsframe.encode
/$(DEPDIR
)/testsuite_libsframe_encode_encode_1-encode-1.Tpo testsuite
/libsframe.encode
/$(DEPDIR
)/testsuite_libsframe_encode_encode_1-encode-1.Po
777 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='testsuite/libsframe.encode/encode-1.c' object
='testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.o' libtool
=no @AMDEPBACKSLASH@
778 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
779 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_encode_encode_1_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o testsuite
/libsframe.encode
/testsuite_libsframe_encode_encode_1-encode-1.o
`test -f 'testsuite/libsframe.encode/encode-1.c' || echo '$(srcdir)/'`testsuite
/libsframe.encode
/encode-1.c
781 testsuite
/libsframe.encode
/testsuite_libsframe_encode_encode_1-encode-1.obj
: testsuite
/libsframe.encode
/encode-1.c
782 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_encode_encode_1_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT testsuite
/libsframe.encode
/testsuite_libsframe_encode_encode_1-encode-1.obj
-MD
-MP
-MF testsuite
/libsframe.encode
/$(DEPDIR
)/testsuite_libsframe_encode_encode_1-encode-1.Tpo
-c
-o testsuite
/libsframe.encode
/testsuite_libsframe_encode_encode_1-encode-1.obj
`if test -f 'testsuite/libsframe.encode/encode-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.encode/encode-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.encode/encode-1.c'; fi`
783 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) testsuite
/libsframe.encode
/$(DEPDIR
)/testsuite_libsframe_encode_encode_1-encode-1.Tpo testsuite
/libsframe.encode
/$(DEPDIR
)/testsuite_libsframe_encode_encode_1-encode-1.Po
784 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='testsuite/libsframe.encode/encode-1.c' object
='testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.obj' libtool
=no @AMDEPBACKSLASH@
785 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
786 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(testsuite_libsframe_encode_encode_1_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o testsuite
/libsframe.encode
/testsuite_libsframe_encode_encode_1-encode-1.obj
`if test -f 'testsuite/libsframe.encode/encode-1.c'; then $(CYGPATH_W) 'testsuite/libsframe.encode/encode-1.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/libsframe.encode/encode-1.c'; fi`
793 -rm -rf testsuite
/libsframe.decode
/.libs testsuite
/libsframe.decode
/_libs
794 -rm -rf testsuite
/libsframe.encode
/.libs testsuite
/libsframe.encode
/_libs
797 -rm -f libtool config.lt
800 @
: > doc
/$(am__dirstamp
)
802 @BUILD_INFO_TRUE@doc
/sframe-spec.
info: doc
/sframe-spec.texi
803 @BUILD_INFO_TRUE@ @
test -f doc
/$(am__dirstamp
) ||
$(MAKE
) $(AM_MAKEFLAGS
) doc
/$(am__dirstamp
)
804 @BUILD_INFO_TRUE@
$(AM_V_MAKEINFO
)restore
=: && backupdir
="$(am__leading_dot)am$$$$" && \
805 @BUILD_INFO_TRUE@
rm -rf
$$backupdir && mkdir
$$backupdir && \
806 @BUILD_INFO_TRUE@ if
($(MAKEINFO
) --version
) >/dev
/null
2>&1; then \
807 @BUILD_INFO_TRUE@ for f in
$@
$@
-[0-9] $@
-[0-9][0-9] $(@
:.
info=).i
[0-9] $(@
:.
info=).i
[0-9][0-9]; do \
808 @BUILD_INFO_TRUE@ if
test -f
$$f; then mv
$$f $$backupdir; restore
=mv
; else :; fi
; \
809 @BUILD_INFO_TRUE@ done
; \
810 @BUILD_INFO_TRUE@
else :; fi
&& \
811 @BUILD_INFO_TRUE@ if
$(MAKEINFO
) $(AM_MAKEINFOFLAGS
) $(MAKEINFOFLAGS
) -I doc
-I
$(srcdir)/doc \
812 @BUILD_INFO_TRUE@
-o
$@
`test -f 'doc/sframe-spec.texi' || echo '$(srcdir)/'`doc
/sframe-spec.texi
; \
813 @BUILD_INFO_TRUE@ then \
814 @BUILD_INFO_TRUE@ rc
=0; \
815 @BUILD_INFO_TRUE@
else \
816 @BUILD_INFO_TRUE@ rc
=$$?
; \
817 @BUILD_INFO_TRUE@
$$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
818 @BUILD_INFO_TRUE@ fi
; \
819 @BUILD_INFO_TRUE@
rm -rf
$$backupdir; exit
$$rc
821 doc
/sframe-spec.
dvi: doc
/sframe-spec.texi doc
/$(am__dirstamp
)
822 $(AM_V_TEXI2DVI
)TEXINPUTS
="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
823 MAKEINFO
='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
824 $(TEXI2DVI
) $(AM_V_texinfo
) --build-dir
=$(@
:.
dvi=.t2d
) -o
$@
$(AM_V_texidevnull
) \
825 `test -f 'doc/sframe-spec.texi' || echo '$(srcdir)/'`doc
/sframe-spec.texi
827 doc
/sframe-spec.pdf
: doc
/sframe-spec.texi doc
/$(am__dirstamp
)
828 $(AM_V_TEXI2PDF
)TEXINPUTS
="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
829 MAKEINFO
='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
830 $(TEXI2PDF
) $(AM_V_texinfo
) --build-dir
=$(@
:.pdf
=.t2p
) -o
$@
$(AM_V_texidevnull
) \
831 `test -f 'doc/sframe-spec.texi' || echo '$(srcdir)/'`doc
/sframe-spec.texi
833 doc
/sframe-spec.html
: doc
/sframe-spec.texi doc
/$(am__dirstamp
)
834 $(AM_V_MAKEINFO
)rm -rf
$(@
:.html
=.htp
)
835 $(AM_V_at
)if
$(MAKEINFOHTML
) $(AM_MAKEINFOHTMLFLAGS
) $(MAKEINFOFLAGS
) -I doc
-I
$(srcdir)/doc \
836 -o
$(@
:.html
=.htp
) `test -f 'doc/sframe-spec.texi' || echo '$(srcdir)/'`doc
/sframe-spec.texi
; \
838 rm -rf
$@
&& mv
$(@
:.html
=.htp
) $@
; \
840 rm -rf
$(@
:.html
=.htp
); exit
1; \
843 $(AM_V_DVIPS
)TEXINPUTS
="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
844 $(DVIPS
) $(AM_V_texinfo
) -o
$@
$<
848 @list
='$(DVIS)'; test -n
"$(dvidir)" || list
=; \
849 for p in
$$list; do \
851 echo
" rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
852 rm -f
"$(DESTDIR)$(dvidir)/$$f"; \
857 @list
='$(HTMLS)'; test -n
"$(htmldir)" || list
=; \
858 for p in
$$list; do \
860 echo
" rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
861 rm -rf
"$(DESTDIR)$(htmldir)/$$f"; \
866 @if
test -d
'$(DESTDIR)$(infodir)' && $(am__can_run_installinfo
); then \
867 list
='$(INFO_DEPS)'; \
868 for file in
$$list; do \
869 relfile
=`echo "$$file" | sed 's|^.*/||'`; \
870 echo
" install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
871 if install-info
--info-dir
="$(DESTDIR)$(infodir)" --remove
"$(DESTDIR)$(infodir)/$$relfile"; \
872 then
:; else test ! -f
"$(DESTDIR)$(infodir)/$$relfile" || exit
1; fi
; \
876 @list
='$(INFO_DEPS)'; \
877 for file in
$$list; do \
878 relfile
=`echo "$$file" | sed 's|^.*/||'`; \
879 relfile_i
=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
880 (if
test -d
"$(DESTDIR)$(infodir)" && cd
"$(DESTDIR)$(infodir)"; then \
881 echo
" cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
882 rm -f
$$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
888 @list
='$(PDFS)'; test -n
"$(pdfdir)" || list
=; \
889 for p in
$$list; do \
891 echo
" rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
892 rm -f
"$(DESTDIR)$(pdfdir)/$$f"; \
897 @list
='$(PSS)'; test -n
"$(psdir)" || list
=; \
898 for p in
$$list; do \
900 echo
" rm -f '$(DESTDIR)$(psdir)/$$f'"; \
901 rm -f
"$(DESTDIR)$(psdir)/$$f"; \
904 dist-info
: $(INFO_DEPS
)
905 @srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`; \
906 list
='$(INFO_DEPS)'; \
907 for base in
$$list; do \
909 $(srcdir)/*) base
=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
911 if
test -f
$$base; then d
=.
; else d
=$(srcdir); fi
; \
912 base_i
=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
913 for file in
$$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
914 if
test -f
$$file; then \
915 relfile
=`expr "$$file" : "$$d/\(.*\)"`; \
916 test -f
"$(distdir)/$$relfile" || \
917 cp
-p
$$file "$(distdir)/$$relfile"; \
923 -rm -rf doc
/sframe-spec.t2d doc
/sframe-spec.t2p
926 -test -z
"doc/sframe-spec.dvi doc/sframe-spec.pdf doc/sframe-spec.ps \
927 doc/sframe-spec.html" \
928 ||
rm -rf doc
/sframe-spec.
dvi doc
/sframe-spec.pdf doc
/sframe-spec.ps \
931 maintainer-clean-aminfo
:
932 @list
='$(INFO_DEPS)'; for i in
$$list; do \
933 i_i
=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
934 echo
" rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
935 rm -f
$$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
937 install-includeHEADERS
: $(include_HEADERS
)
939 @list
='$(include_HEADERS)'; test -n
"$(includedir)" || list
=; \
940 if
test -n
"$$list"; then \
941 echo
" $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
942 $(MKDIR_P
) "$(DESTDIR)$(includedir)" || exit
1; \
944 for p in
$$list; do \
945 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
947 done |
$(am__base_list
) | \
948 while read files
; do \
949 echo
" $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
950 $(INSTALL_HEADER
) $$files "$(DESTDIR)$(includedir)" || exit
$$?
; \
953 uninstall-includeHEADERS
:
955 @list
='$(include_HEADERS)'; test -n
"$(includedir)" || list
=; \
956 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
957 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir
)
959 ID
: $(am__tagged_files
)
960 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
964 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
967 $(am__define_uniq_tagged_files
); \
969 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
970 test -n
"$$unique" || unique
=$$empty_fix; \
971 if
test $$# -gt 0; then \
972 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
975 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
982 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
983 $(am__define_uniq_tagged_files
); \
984 test -z
"$(CTAGS_ARGS)$$unique" \
985 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
989 here
=`$(am__cd) $(top_builddir) && pwd` \
990 && $(am__cd
) $(top_srcdir
) \
991 && gtags
-i
$(GTAGS_ARGS
) "$$here"
993 test ! -s cscope.files \
994 ||
$(CSCOPE
) -b
-q
$(AM_CSCOPEFLAGS
) $(CSCOPEFLAGS
) -i cscope.files
$(CSCOPE_ARGS
)
997 cscope.files
: clean-cscope cscopelist
998 cscopelist
: cscopelist-am
1000 cscopelist-am
: $(am__tagged_files
)
1001 list
='$(am__tagged_files)'; \
1002 case
"$(srcdir)" in \
1003 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
1004 *) sdir
=$(subdir
)/$(srcdir) ;; \
1006 for i in
$$list; do \
1007 if
test -f
"$$i"; then \
1008 echo
"$(subdir)/$$i"; \
1010 echo
"$$sdir/$$i"; \
1012 done
>> $(top_builddir
)/cscope.files
1015 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
1016 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1017 site.exp
: Makefile
$(EXTRA_DEJAGNU_SITE_CONFIG
)
1018 @echo
'Making a new site.exp file ...'
1019 @echo
'## these variables are automatically generated by make ##' >site.tmp
1020 @echo
'# Do not edit here. If you wish to override these values' >>site.tmp
1021 @echo
'# edit the last section' >>site.tmp
1022 @echo
'set srcdir "$(srcdir)"' >>site.tmp
1023 @echo
"set objdir `pwd`" >>site.tmp
1024 @echo
'set build_alias "$(build_alias)"' >>site.tmp
1025 @echo
'set build_triplet $(build_triplet)' >>site.tmp
1026 @echo
'set host_alias "$(host_alias)"' >>site.tmp
1027 @echo
'set host_triplet $(host_triplet)' >>site.tmp
1028 @list
='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in
$$list; do \
1029 echo
"## Begin content included from file $$f. Do not modify. ##" \
1030 && cat
`test -f "$$f" || echo '$(srcdir)/'`$$f \
1031 && echo
"## End content included from file $$f. ##" \
1034 @echo
"## End of auto-generated content; you can edit from here. ##" >> site.tmp
1035 @if
test -f site.exp
; then \
1036 sed
-e
'1,/^## End of auto-generated content.*##/d' site.exp
>> site.tmp
; \
1039 @
test ! -f site.exp || mv site.exp site.bak
1040 @mv site.tmp site.exp
1043 -rm -f site.exp site.bak
1044 -l
='$(DEJATOOL)'; for tool in
$$l; do \
1045 rm -f
$$tool.sum
$$tool.log
; \
1048 distdir
: $(DISTFILES
)
1049 $(am__remove_distdir
)
1050 test -d
"$(distdir)" || mkdir
"$(distdir)"
1051 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1052 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1053 list
='$(DISTFILES)'; \
1054 dist_files
=`for file in $$list; do echo $$file; done | \
1055 sed -e "s|^$$srcdirstrip/||;t" \
1056 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1057 case
$$dist_files in \
1058 */*) $(MKDIR_P
) `echo "$$dist_files" | \
1059 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1062 for file in
$$dist_files; do \
1063 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
1064 if
test -d
$$d/$$file; then \
1065 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1066 if
test -d
"$(distdir)/$$file"; then \
1067 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
1069 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
1070 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
1071 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
1073 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
1075 test -f
"$(distdir)/$$file" \
1076 || cp
-p
$$d/$$file "$(distdir)/$$file" \
1080 $(MAKE
) $(AM_MAKEFLAGS
) \
1081 top_distdir
="$(top_distdir)" distdir
="$(distdir)" \
1083 -test -n
"$(am__skip_mode_fix)" \
1084 || find
"$(distdir)" -type d
! -perm
-755 \
1085 -exec chmod u
+rwx
,go
+rx
{} \
; -o \
1086 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
1087 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
1088 ! -type d
! -perm
-444 -exec
$(install_sh
) -c
-m a
+r
{} {} \
; \
1089 || chmod
-R a
+r
"$(distdir)"
1091 tardir
=$(distdir
) && $(am__tar
) | eval GZIP
= gzip
$(GZIP_ENV
) -c
>$(distdir
).
tar.gz
1092 $(am__post_remove_distdir
)
1095 tardir
=$(distdir
) && $(am__tar
) | BZIP2
=$${BZIP2--9
} bzip2
-c
>$(distdir
).
tar.bz2
1096 $(am__post_remove_distdir
)
1099 tardir
=$(distdir
) && $(am__tar
) | lzip
-c
$${LZIP_OPT--9
} >$(distdir
).
tar.lz
1100 $(am__post_remove_distdir
)
1103 tardir
=$(distdir
) && $(am__tar
) | XZ_OPT
=$${XZ_OPT--e
} xz
-c
>$(distdir
).
tar.xz
1104 $(am__post_remove_distdir
)
1107 @echo WARNING
: "Support for distribution archives compressed with" \
1108 "legacy program 'compress' is deprecated." >&2
1109 @echo WARNING
: "It will be removed altogether in Automake 2.0" >&2
1110 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
1111 $(am__post_remove_distdir
)
1114 @echo WARNING
: "Support for shar distribution archives is" \
1116 @echo WARNING
: "It will be removed altogether in Automake 2.0" >&2
1117 shar $(distdir
) | eval GZIP
= gzip
$(GZIP_ENV
) -c
>$(distdir
).
shar.gz
1118 $(am__post_remove_distdir
)
1121 -rm -f
$(distdir
).zip
1122 zip
-rq
$(distdir
).zip
$(distdir
)
1123 $(am__post_remove_distdir
)
1126 $(MAKE
) $(AM_MAKEFLAGS
) $(DIST_TARGETS
) am__post_remove_distdir
='@:'
1127 $(am__post_remove_distdir
)
1129 # This target untars the dist file and tries a VPATH configuration. Then
1130 # it guarantees that the distribution is self-contained by making another
1133 case
'$(DIST_ARCHIVES)' in \
1135 eval GZIP
= gzip
$(GZIP_ENV
) -dc
$(distdir
).
tar.gz |
$(am__untar
) ;;\
1137 bzip2
-dc
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
1139 lzip
-dc
$(distdir
).
tar.lz |
$(am__untar
) ;;\
1141 xz
-dc
$(distdir
).
tar.xz |
$(am__untar
) ;;\
1143 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
1145 eval GZIP
= gzip
$(GZIP_ENV
) -dc
$(distdir
).
shar.gz | unshar
;;\
1147 unzip
$(distdir
).zip
;;\
1149 chmod
-R a-w
$(distdir
)
1150 chmod u
+w
$(distdir
)
1151 mkdir
$(distdir
)/_build
$(distdir
)/_build
/sub
$(distdir
)/_inst
1152 chmod a-w
$(distdir
)
1153 test -d
$(distdir
)/_build || exit
0; \
1154 dc_install_base
=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1155 && dc_destdir
="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1157 && $(am__cd
) $(distdir
)/_build
/sub \
1158 && ..
/..
/configure \
1159 $(AM_DISTCHECK_CONFIGURE_FLAGS
) \
1160 $(DISTCHECK_CONFIGURE_FLAGS
) \
1161 --srcdir=..
/..
--prefix="$$dc_install_base" \
1162 && $(MAKE
) $(AM_MAKEFLAGS
) \
1163 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
1164 && $(MAKE
) $(AM_MAKEFLAGS
) check \
1165 && $(MAKE
) $(AM_MAKEFLAGS
) install \
1166 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
1167 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
1168 && $(MAKE
) $(AM_MAKEFLAGS
) distuninstallcheck_dir
="$$dc_install_base" \
1169 distuninstallcheck \
1170 && chmod
-R a-w
"$$dc_install_base" \
1172 (cd ..
/..
&& umask
077 && mkdir
"$$dc_destdir") \
1173 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" install \
1174 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" uninstall \
1175 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" \
1176 distuninstallcheck_dir
="$$dc_destdir" distuninstallcheck
; \
1177 } ||
{ rm -rf
"$$dc_destdir"; exit
1; }) \
1178 && rm -rf
"$$dc_destdir" \
1179 && $(MAKE
) $(AM_MAKEFLAGS
) dist \
1180 && rm -rf
$(DIST_ARCHIVES
) \
1181 && $(MAKE
) $(AM_MAKEFLAGS
) distcleancheck \
1184 $(am__post_remove_distdir
)
1185 @
(echo
"$(distdir) archives ready for distribution: "; \
1186 list
='$(DIST_ARCHIVES)'; for i in
$$list; do echo
$$i; done
) | \
1187 sed
-e
1h
-e
1s
/.
/=/g
-e
1p
-e
1x
-e
'$$p' -e
'$$x'
1189 @
test -n
'$(distuninstallcheck_dir)' ||
{ \
1190 echo
'ERROR: trying to run $@ with an empty' \
1191 '$$(distuninstallcheck_dir)' >&2; \
1194 $(am__cd
) '$(distuninstallcheck_dir)' ||
{ \
1195 echo
'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1198 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq
0 \
1199 ||
{ echo
"ERROR: files left after uninstall:" ; \
1200 if
test -n
"$(DESTDIR)"; then \
1201 echo
" (check DESTDIR support)"; \
1203 $(distuninstallcheck_listfiles
) ; \
1205 distcleancheck
: distclean
1206 @if
test '$(srcdir)' = .
; then \
1207 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
1210 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
1211 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
1212 $(distcleancheck_listfiles
) ; \
1215 $(MAKE
) $(AM_MAKEFLAGS
) $(check_PROGRAMS
)
1216 $(MAKE
) $(AM_MAKEFLAGS
) check-DEJAGNU
1218 all-am
: Makefile
$(INFO_DEPS
) $(LTLIBRARIES
) $(HEADERS
) config.h
1220 for
dir in
"$(DESTDIR)$(libdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(includedir)"; do \
1221 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
1224 install-exec
: install-exec-am
1225 install-data
: install-data-am
1226 uninstall: uninstall-am
1229 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
1231 installcheck: installcheck-am
1233 if
test -z
'$(STRIP)'; then \
1234 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
1235 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
1238 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
1239 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
1240 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1242 mostlyclean-generic
:
1247 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
1248 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
1249 -rm -f doc
/$(am__dirstamp
)
1250 -rm -f testsuite
/libsframe.decode
/$(DEPDIR
)/$(am__dirstamp
)
1251 -rm -f testsuite
/libsframe.decode
/$(am__dirstamp
)
1252 -rm -f testsuite
/libsframe.encode
/$(DEPDIR
)/$(am__dirstamp
)
1253 -rm -f testsuite
/libsframe.encode
/$(am__dirstamp
)
1254 -test -z
"$(DISTCLEANFILES)" ||
rm -f
$(DISTCLEANFILES
)
1256 maintainer-clean-generic
:
1257 @echo
"This command is intended for maintainers to use"
1258 @echo
"it deletes files that may require special tools to rebuild."
1259 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
1260 @BUILD_INFO_FALSE@html-local
:
1263 clean-am
: clean-aminfo clean-checkPROGRAMS clean-generic \
1264 clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
1267 distclean: distclean-am
1268 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
1269 -rm -rf .
/$(DEPDIR
) testsuite
/libsframe.decode
/$(DEPDIR
) testsuite
/libsframe.encode
/$(DEPDIR
)
1271 distclean-am
: clean-am distclean-DEJAGNU distclean-compile \
1272 distclean-generic distclean-hdr distclean-libtool \
1281 html-am
: $(HTMLS
) html-local
1285 info-am
: $(INFO_DEPS
)
1287 install-data-am
: install-includeHEADERS install-info-am
1289 install-dvi
: install-dvi-am
1291 install-dvi-am
: $(DVIS
)
1293 @list
='$(DVIS)'; test -n
"$(dvidir)" || list
=; \
1294 if
test -n
"$$list"; then \
1295 echo
" $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
1296 $(MKDIR_P
) "$(DESTDIR)$(dvidir)" || exit
1; \
1298 for p in
$$list; do \
1299 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
1301 done |
$(am__base_list
) | \
1302 while read files
; do \
1303 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
1304 $(INSTALL_DATA
) $$files "$(DESTDIR)$(dvidir)" || exit
$$?
; \
1306 install-exec-am
: install-libLTLIBRARIES
1308 install-html
: install-html-am
1310 install-html-am
: $(HTMLS
)
1312 @list
='$(HTMLS)'; list2
=; test -n
"$(htmldir)" || list
=; \
1313 if
test -n
"$$list"; then \
1314 echo
" $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1315 $(MKDIR_P
) "$(DESTDIR)$(htmldir)" || exit
1; \
1317 for p in
$$list; do \
1318 if
test -f
"$$p" ||
test -d
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
1321 if
test -d
"$$d2"; then \
1322 echo
" $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
1323 $(MKDIR_P
) "$(DESTDIR)$(htmldir)/$$f" || exit
1; \
1324 echo
" $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
1325 $(INSTALL_DATA
) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit
$$?
; \
1327 list2
="$$list2 $$d2"; \
1330 test -z
"$$list2" ||
{ echo
"$$list2" |
$(am__base_list
) | \
1331 while read files
; do \
1332 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1333 $(INSTALL_DATA
) $$files "$(DESTDIR)$(htmldir)" || exit
$$?
; \
1335 install-info
: install-info-am
1337 install-info-am
: $(INFO_DEPS
)
1339 @srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1340 list
='$(INFO_DEPS)'; test -n
"$(infodir)" || list
=; \
1341 if
test -n
"$$list"; then \
1342 echo
" $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
1343 $(MKDIR_P
) "$(DESTDIR)$(infodir)" || exit
1; \
1345 for file in
$$list; do \
1347 $(srcdir)/*) file
=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1349 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
1350 file_i
=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
1351 for ifile in
$$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
1352 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
1353 if
test -f
$$ifile; then \
1357 done |
$(am__base_list
) | \
1358 while read files
; do \
1359 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
1360 $(INSTALL_DATA
) $$files "$(DESTDIR)$(infodir)" || exit
$$?
; done
1362 @if
$(am__can_run_installinfo
); then \
1363 list
='$(INFO_DEPS)'; test -n
"$(infodir)" || list
=; \
1364 for file in
$$list; do \
1365 relfile
=`echo "$$file" | sed 's|^.*/||'`; \
1366 echo
" install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
1367 install-info
--info-dir
="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" ||
:;\
1372 install-pdf
: install-pdf-am
1374 install-pdf-am
: $(PDFS
)
1376 @list
='$(PDFS)'; test -n
"$(pdfdir)" || list
=; \
1377 if
test -n
"$$list"; then \
1378 echo
" $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
1379 $(MKDIR_P
) "$(DESTDIR)$(pdfdir)" || exit
1; \
1381 for p in
$$list; do \
1382 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
1384 done |
$(am__base_list
) | \
1385 while read files
; do \
1386 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
1387 $(INSTALL_DATA
) $$files "$(DESTDIR)$(pdfdir)" || exit
$$?
; done
1388 install-ps
: install-ps-am
1390 install-ps-am
: $(PSS
)
1392 @list
='$(PSS)'; test -n
"$(psdir)" || list
=; \
1393 if
test -n
"$$list"; then \
1394 echo
" $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
1395 $(MKDIR_P
) "$(DESTDIR)$(psdir)" || exit
1; \
1397 for p in
$$list; do \
1398 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
1400 done |
$(am__base_list
) | \
1401 while read files
; do \
1402 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
1403 $(INSTALL_DATA
) $$files "$(DESTDIR)$(psdir)" || exit
$$?
; done
1406 maintainer-clean
: maintainer-clean-am
1407 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
1408 -rm -rf
$(top_srcdir
)/autom4te.cache
1409 -rm -rf .
/$(DEPDIR
) testsuite
/libsframe.decode
/$(DEPDIR
) testsuite
/libsframe.encode
/$(DEPDIR
)
1411 maintainer-clean-am
: distclean-am maintainer-clean-aminfo \
1412 maintainer-clean-generic
1414 mostlyclean: mostlyclean-am
1416 mostlyclean-am
: mostlyclean-aminfo mostlyclean-compile \
1417 mostlyclean-generic mostlyclean-libtool
1427 uninstall-am
: uninstall-dvi-am uninstall-html-am \
1428 uninstall-includeHEADERS uninstall-info-am \
1429 uninstall-libLTLIBRARIES uninstall-pdf-am uninstall-ps-am
1431 .MAKE
: all check-am install-am install-strip
1433 .PHONY
: CTAGS GTAGS TAGS
all all-am am--refresh
check check-DEJAGNU \
1434 check-am
clean clean-aminfo clean-checkPROGRAMS clean-cscope \
1435 clean-generic clean-libLTLIBRARIES clean-libtool \
1436 clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \
1437 dist dist-all dist-bzip2 dist-gzip dist-info dist-lzip \
1438 dist-shar dist-tarZ dist-xz dist-zip distcheck
distclean \
1439 distclean-DEJAGNU distclean-compile distclean-generic \
1440 distclean-hdr distclean-libtool distclean-tags distcleancheck \
1441 distdir distuninstallcheck
dvi dvi-am html html-am html-local \
1442 info info-am
install install-am install-data install-data-am \
1443 install-dvi install-dvi-am install-exec install-exec-am \
1444 install-html install-html-am install-includeHEADERS \
1445 install-info install-info-am install-libLTLIBRARIES \
1446 install-man install-pdf install-pdf-am install-ps \
1447 install-ps-am install-strip
installcheck installcheck-am \
1448 installdirs maintainer-clean maintainer-clean-aminfo \
1449 maintainer-clean-generic
mostlyclean mostlyclean-aminfo \
1450 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1451 pdf pdf-am ps ps-am
tags tags-am
uninstall uninstall-am \
1452 uninstall-dvi-am uninstall-html-am uninstall-includeHEADERS \
1453 uninstall-info-am uninstall-libLTLIBRARIES uninstall-pdf-am \
1459 @BUILD_INFO_TRUE@html-local
: doc
/sframe-spec
/index.html
1460 @BUILD_INFO_TRUE@doc
/sframe-spec
/index.html
: doc
/sframe-spec.texi doc
/$(am__dirstamp
)
1461 @BUILD_INFO_TRUE@
$(AM_V_GEN
)$(MAKEINFOHTML
) $(AM_MAKEINFOHTMLFLAGS
) $(MAKEINFOFLAGS
) \
1462 @BUILD_INFO_TRUE@
--split
=node
-I
$(srcdir) --output doc
/sframe-spec
$(srcdir)/doc
/sframe-spec.texi
1464 # Workaround bug in automake: it can't handle conditionally building info pages
1465 # since GNU projects normally include info pages in the source distributions.
1466 @BUILD_INFO_FALSE@doc
/sframe-spec.
info:
1468 check-DEJAGNU
: site.exp
1469 srcroot
=`cd $(srcdir) && pwd`; export srcroot
; \
1470 r
=`pwd`; export r
; \
1471 LC_ALL
=C
; export LC_ALL
; \
1472 EXPECT
=$(EXPECT
); export EXPECT
; \
1473 runtest
=$(RUNTEST
); \
1474 if
$(SHELL
) -c
"$$runtest --version" > /dev
/null
2>&1; then \
1475 $$runtest --tool
$(DEJATOOL
) --srcdir $${srcroot}/testsuite \
1477 CROSS_COMPILE
="$(CROSS_COMPILE)" \
1478 COMPAT_DEJAGNU
="$(COMPAT_DEJAGNU)" \
1479 CFLAGS
="$(CFLAGS) -I$(top_srcdir)/../include -I$(top_srcdir) -I$(top_builddir)" \
1481 else echo
"WARNING: could not find \`runtest'" 1>&2; :;\
1484 # libsframe encoder/decoder testsuite
1486 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1487 # Otherwise a system limit (for SysV at least) may be exceeded.