xref: /aosp_15_r20/external/libogg/src/Makefile.in (revision 4d5d8b54cec1a9622d79143ad0e145ea73da2224)
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18VPATH = @srcdir@
19am__is_gnu_make = { \
20  if test -z '$(MAKELEVEL)'; then \
21    false; \
22  elif test -n '$(MAKE_HOST)'; then \
23    true; \
24  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25    true; \
26  else \
27    false; \
28  fi; \
29}
30am__make_running_with_option = \
31  case $${target_option-} in \
32      ?) ;; \
33      *) echo "am__make_running_with_option: internal error: invalid" \
34              "target option '$${target_option-}' specified" >&2; \
35         exit 1;; \
36  esac; \
37  has_opt=no; \
38  sane_makeflags=$$MAKEFLAGS; \
39  if $(am__is_gnu_make); then \
40    sane_makeflags=$$MFLAGS; \
41  else \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        bs=\\; \
45        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47    esac; \
48  fi; \
49  skip_next=no; \
50  strip_trailopt () \
51  { \
52    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53  }; \
54  for flg in $$sane_makeflags; do \
55    test $$skip_next = yes && { skip_next=no; continue; }; \
56    case $$flg in \
57      *=*|--*) continue;; \
58        -*I) strip_trailopt 'I'; skip_next=yes;; \
59      -*I?*) strip_trailopt 'I';; \
60        -*O) strip_trailopt 'O'; skip_next=yes;; \
61      -*O?*) strip_trailopt 'O';; \
62        -*l) strip_trailopt 'l'; skip_next=yes;; \
63      -*l?*) strip_trailopt 'l';; \
64      -[dEDm]) skip_next=yes;; \
65      -[JT]) skip_next=yes;; \
66    esac; \
67    case $$flg in \
68      *$$target_option*) has_opt=yes; break;; \
69    esac; \
70  done; \
71  test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92noinst_PROGRAMS = test_bitwise$(EXEEXT) test_framing$(EXEEXT)
93subdir = src
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
96	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98	$(top_srcdir)/configure.ac
99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100	$(ACLOCAL_M4)
101DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102mkinstalldirs = $(install_sh) -d
103CONFIG_HEADER = $(top_builddir)/config.h
104CONFIG_CLEAN_FILES =
105CONFIG_CLEAN_VPATH_FILES =
106PROGRAMS = $(noinst_PROGRAMS)
107am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
108am__vpath_adj = case $$p in \
109    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
110    *) f=$$p;; \
111  esac;
112am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
113am__install_max = 40
114am__nobase_strip_setup = \
115  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
116am__nobase_strip = \
117  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
118am__nobase_list = $(am__nobase_strip_setup); \
119  for p in $$list; do echo "$$p $$p"; done | \
120  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
121  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122    if (++n[$$2] == $(am__install_max)) \
123      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
124    END { for (dir in files) print dir, files[dir] }'
125am__base_list = \
126  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
127  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
128am__uninstall_files_from_dir = { \
129  test -z "$$files" \
130    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
131    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
132         $(am__cd) "$$dir" && rm -f $$files; }; \
133  }
134am__installdirs = "$(DESTDIR)$(libdir)"
135LTLIBRARIES = $(lib_LTLIBRARIES)
136libogg_la_LIBADD =
137am_libogg_la_OBJECTS = framing.lo bitwise.lo
138libogg_la_OBJECTS = $(am_libogg_la_OBJECTS)
139AM_V_lt = $(am__v_lt_@AM_V@)
140am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
141am__v_lt_0 = --silent
142am__v_lt_1 =
143libogg_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
144	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
145	$(libogg_la_LDFLAGS) $(LDFLAGS) -o $@
146am_test_bitwise_OBJECTS = test_bitwise-bitwise.$(OBJEXT)
147test_bitwise_OBJECTS = $(am_test_bitwise_OBJECTS)
148test_bitwise_LDADD = $(LDADD)
149test_bitwise_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
150	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_bitwise_CFLAGS) \
151	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
152am_test_framing_OBJECTS = test_framing-framing.$(OBJEXT)
153test_framing_OBJECTS = $(am_test_framing_OBJECTS)
154test_framing_LDADD = $(LDADD)
155test_framing_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
156	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_framing_CFLAGS) \
157	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
158AM_V_P = $(am__v_P_@AM_V@)
159am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160am__v_P_0 = false
161am__v_P_1 = :
162AM_V_GEN = $(am__v_GEN_@AM_V@)
163am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164am__v_GEN_0 = @echo "  GEN     " $@;
165am__v_GEN_1 =
166AM_V_at = $(am__v_at_@AM_V@)
167am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168am__v_at_0 = @
169am__v_at_1 =
170DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
171depcomp = $(SHELL) $(top_srcdir)/depcomp
172am__maybe_remake_depfiles = depfiles
173am__depfiles_remade = ./$(DEPDIR)/bitwise.Plo ./$(DEPDIR)/framing.Plo \
174	./$(DEPDIR)/test_bitwise-bitwise.Po \
175	./$(DEPDIR)/test_framing-framing.Po
176am__mv = mv -f
177COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
178	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
179LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
180	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
181	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
182	$(AM_CFLAGS) $(CFLAGS)
183AM_V_CC = $(am__v_CC_@AM_V@)
184am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
185am__v_CC_0 = @echo "  CC      " $@;
186am__v_CC_1 =
187CCLD = $(CC)
188LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
189	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
190	$(AM_LDFLAGS) $(LDFLAGS) -o $@
191AM_V_CCLD = $(am__v_CCLD_@AM_V@)
192am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
193am__v_CCLD_0 = @echo "  CCLD    " $@;
194am__v_CCLD_1 =
195SOURCES = $(libogg_la_SOURCES) $(test_bitwise_SOURCES) \
196	$(test_framing_SOURCES)
197DIST_SOURCES = $(libogg_la_SOURCES) $(test_bitwise_SOURCES) \
198	$(test_framing_SOURCES)
199am__can_run_installinfo = \
200  case $$AM_UPDATE_INFO_DIR in \
201    n|no|NO) false;; \
202    *) (install-info --version) >/dev/null 2>&1;; \
203  esac
204am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
205# Read a list of newline-separated strings from the standard input,
206# and print each of them once, without duplicates.  Input order is
207# *not* preserved.
208am__uniquify_input = $(AWK) '\
209  BEGIN { nonempty = 0; } \
210  { items[$$0] = 1; nonempty = 1; } \
211  END { if (nonempty) { for (i in items) print i; }; } \
212'
213# Make sure the list of sources is unique.  This is necessary because,
214# e.g., the same source file might be shared among _SOURCES variables
215# for different programs/libraries.
216am__define_uniq_tagged_files = \
217  list='$(am__tagged_files)'; \
218  unique=`for i in $$list; do \
219    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
220  done | $(am__uniquify_input)`
221am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
222DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
223ACLOCAL = @ACLOCAL@
224AMTAR = @AMTAR@
225AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
226AR = @AR@
227AUTOCONF = @AUTOCONF@
228AUTOHEADER = @AUTOHEADER@
229AUTOMAKE = @AUTOMAKE@
230AWK = @AWK@
231CC = @CC@
232CCDEPMODE = @CCDEPMODE@
233CFLAGS = @CFLAGS@
234CPPFLAGS = @CPPFLAGS@
235CSCOPE = @CSCOPE@
236CTAGS = @CTAGS@
237CYGPATH_W = @CYGPATH_W@
238DEBUG = @DEBUG@
239DEFS = @DEFS@
240DEPDIR = @DEPDIR@
241DLLTOOL = @DLLTOOL@
242DSYMUTIL = @DSYMUTIL@
243DUMPBIN = @DUMPBIN@
244ECHO_C = @ECHO_C@
245ECHO_N = @ECHO_N@
246ECHO_T = @ECHO_T@
247EGREP = @EGREP@
248ETAGS = @ETAGS@
249EXEEXT = @EXEEXT@
250FGREP = @FGREP@
251FILECMD = @FILECMD@
252GREP = @GREP@
253INCLUDE_INTTYPES_H = @INCLUDE_INTTYPES_H@
254INCLUDE_STDINT_H = @INCLUDE_STDINT_H@
255INCLUDE_SYS_TYPES_H = @INCLUDE_SYS_TYPES_H@
256INSTALL = @INSTALL@
257INSTALL_DATA = @INSTALL_DATA@
258INSTALL_PROGRAM = @INSTALL_PROGRAM@
259INSTALL_SCRIPT = @INSTALL_SCRIPT@
260INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
261LD = @LD@
262LDFLAGS = @LDFLAGS@
263LIBOBJS = @LIBOBJS@
264LIBS = @LIBS@
265LIBTOOL = @LIBTOOL@
266LIBTOOL_DEPS = @LIBTOOL_DEPS@
267LIB_AGE = @LIB_AGE@
268LIB_CURRENT = @LIB_CURRENT@
269LIB_REVISION = @LIB_REVISION@
270LIPO = @LIPO@
271LN_S = @LN_S@
272LTLIBOBJS = @LTLIBOBJS@
273LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
274MAINT = @MAINT@
275MAKEINFO = @MAKEINFO@
276MANIFEST_TOOL = @MANIFEST_TOOL@
277MKDIR_P = @MKDIR_P@
278NM = @NM@
279NMEDIT = @NMEDIT@
280OBJDUMP = @OBJDUMP@
281OBJEXT = @OBJEXT@
282OPT = @OPT@
283OTOOL = @OTOOL@
284OTOOL64 = @OTOOL64@
285PACKAGE = @PACKAGE@
286PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
287PACKAGE_NAME = @PACKAGE_NAME@
288PACKAGE_STRING = @PACKAGE_STRING@
289PACKAGE_TARNAME = @PACKAGE_TARNAME@
290PACKAGE_URL = @PACKAGE_URL@
291PACKAGE_VERSION = @PACKAGE_VERSION@
292PATH_SEPARATOR = @PATH_SEPARATOR@
293PROFILE = @PROFILE@
294RANLIB = @RANLIB@
295SED = @SED@
296SET_MAKE = @SET_MAKE@
297SHELL = @SHELL@
298SIZE16 = @SIZE16@
299SIZE32 = @SIZE32@
300SIZE64 = @SIZE64@
301STRIP = @STRIP@
302USIZE16 = @USIZE16@
303USIZE32 = @USIZE32@
304USIZE64 = @USIZE64@
305VERSION = @VERSION@
306abs_builddir = @abs_builddir@
307abs_srcdir = @abs_srcdir@
308abs_top_builddir = @abs_top_builddir@
309abs_top_srcdir = @abs_top_srcdir@
310ac_ct_AR = @ac_ct_AR@
311ac_ct_CC = @ac_ct_CC@
312ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
313am__include = @am__include@
314am__leading_dot = @am__leading_dot@
315am__quote = @am__quote@
316am__tar = @am__tar@
317am__untar = @am__untar@
318bindir = @bindir@
319build = @build@
320build_alias = @build_alias@
321build_cpu = @build_cpu@
322build_os = @build_os@
323build_vendor = @build_vendor@
324builddir = @builddir@
325datadir = @datadir@
326datarootdir = @datarootdir@
327docdir = @docdir@
328dvidir = @dvidir@
329exec_prefix = @exec_prefix@
330host = @host@
331host_alias = @host_alias@
332host_cpu = @host_cpu@
333host_os = @host_os@
334host_vendor = @host_vendor@
335htmldir = @htmldir@
336includedir = @includedir@
337infodir = @infodir@
338install_sh = @install_sh@
339libdir = @libdir@
340libexecdir = @libexecdir@
341localedir = @localedir@
342localstatedir = @localstatedir@
343mandir = @mandir@
344mkdir_p = @mkdir_p@
345oldincludedir = @oldincludedir@
346pdfdir = @pdfdir@
347prefix = @prefix@
348program_transform_name = @program_transform_name@
349psdir = @psdir@
350runstatedir = @runstatedir@
351sbindir = @sbindir@
352sharedstatedir = @sharedstatedir@
353srcdir = @srcdir@
354sysconfdir = @sysconfdir@
355target_alias = @target_alias@
356top_build_prefix = @top_build_prefix@
357top_builddir = @top_builddir@
358top_srcdir = @top_srcdir@
359AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
360lib_LTLIBRARIES = libogg.la
361libogg_la_SOURCES = framing.c bitwise.c crctable.h
362libogg_la_LDFLAGS = -no-undefined -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
363test_bitwise_SOURCES = bitwise.c
364test_bitwise_CFLAGS = -D_V_SELFTEST
365test_framing_SOURCES = framing.c crctable.h
366test_framing_CFLAGS = -D_V_SELFTEST
367all: all-am
368
369.SUFFIXES:
370.SUFFIXES: .c .lo .o .obj
371$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
372	@for dep in $?; do \
373	  case '$(am__configure_deps)' in \
374	    *$$dep*) \
375	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
376	        && { if test -f $@; then exit 0; else break; fi; }; \
377	      exit 1;; \
378	  esac; \
379	done; \
380	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
381	$(am__cd) $(top_srcdir) && \
382	  $(AUTOMAKE) --gnu src/Makefile
383Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
384	@case '$?' in \
385	  *config.status*) \
386	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
387	  *) \
388	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
389	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
390	esac;
391
392$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
393	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
394
395$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
396	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
398	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399$(am__aclocal_m4_deps):
400
401clean-noinstPROGRAMS:
402	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
403	echo " rm -f" $$list; \
404	rm -f $$list || exit $$?; \
405	test -n "$(EXEEXT)" || exit 0; \
406	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
407	echo " rm -f" $$list; \
408	rm -f $$list
409
410install-libLTLIBRARIES: $(lib_LTLIBRARIES)
411	@$(NORMAL_INSTALL)
412	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
413	list2=; for p in $$list; do \
414	  if test -f $$p; then \
415	    list2="$$list2 $$p"; \
416	  else :; fi; \
417	done; \
418	test -z "$$list2" || { \
419	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
420	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
421	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
422	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
423	}
424
425uninstall-libLTLIBRARIES:
426	@$(NORMAL_UNINSTALL)
427	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
428	for p in $$list; do \
429	  $(am__strip_dir) \
430	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
431	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
432	done
433
434clean-libLTLIBRARIES:
435	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
436	@list='$(lib_LTLIBRARIES)'; \
437	locs=`for p in $$list; do echo $$p; done | \
438	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
439	      sort -u`; \
440	test -z "$$locs" || { \
441	  echo rm -f $${locs}; \
442	  rm -f $${locs}; \
443	}
444
445libogg.la: $(libogg_la_OBJECTS) $(libogg_la_DEPENDENCIES) $(EXTRA_libogg_la_DEPENDENCIES)
446	$(AM_V_CCLD)$(libogg_la_LINK) -rpath $(libdir) $(libogg_la_OBJECTS) $(libogg_la_LIBADD) $(LIBS)
447
448test_bitwise$(EXEEXT): $(test_bitwise_OBJECTS) $(test_bitwise_DEPENDENCIES) $(EXTRA_test_bitwise_DEPENDENCIES)
449	@rm -f test_bitwise$(EXEEXT)
450	$(AM_V_CCLD)$(test_bitwise_LINK) $(test_bitwise_OBJECTS) $(test_bitwise_LDADD) $(LIBS)
451
452test_framing$(EXEEXT): $(test_framing_OBJECTS) $(test_framing_DEPENDENCIES) $(EXTRA_test_framing_DEPENDENCIES)
453	@rm -f test_framing$(EXEEXT)
454	$(AM_V_CCLD)$(test_framing_LINK) $(test_framing_OBJECTS) $(test_framing_LDADD) $(LIBS)
455
456mostlyclean-compile:
457	-rm -f *.$(OBJEXT)
458
459distclean-compile:
460	-rm -f *.tab.c
461
462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitwise.Plo@am__quote@ # am--include-marker
463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/framing.Plo@am__quote@ # am--include-marker
464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_bitwise-bitwise.Po@am__quote@ # am--include-marker
465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_framing-framing.Po@am__quote@ # am--include-marker
466
467$(am__depfiles_remade):
468	@$(MKDIR_P) $(@D)
469	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
470
471am--depfiles: $(am__depfiles_remade)
472
473.c.o:
474@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
475@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
476@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
477@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
479
480.c.obj:
481@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
482@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
483@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
484@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
485@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
486
487.c.lo:
488@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
489@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
490@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
491@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
492@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
493
494test_bitwise-bitwise.o: bitwise.c
495@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_bitwise_CFLAGS) $(CFLAGS) -MT test_bitwise-bitwise.o -MD -MP -MF $(DEPDIR)/test_bitwise-bitwise.Tpo -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo '$(srcdir)/'`bitwise.c
496@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_bitwise-bitwise.Tpo $(DEPDIR)/test_bitwise-bitwise.Po
497@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bitwise.c' object='test_bitwise-bitwise.o' libtool=no @AMDEPBACKSLASH@
498@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
499@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_bitwise_CFLAGS) $(CFLAGS) -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo '$(srcdir)/'`bitwise.c
500
501test_bitwise-bitwise.obj: bitwise.c
502@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_bitwise_CFLAGS) $(CFLAGS) -MT test_bitwise-bitwise.obj -MD -MP -MF $(DEPDIR)/test_bitwise-bitwise.Tpo -c -o test_bitwise-bitwise.obj `if test -f 'bitwise.c'; then $(CYGPATH_W) 'bitwise.c'; else $(CYGPATH_W) '$(srcdir)/bitwise.c'; fi`
503@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_bitwise-bitwise.Tpo $(DEPDIR)/test_bitwise-bitwise.Po
504@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bitwise.c' object='test_bitwise-bitwise.obj' libtool=no @AMDEPBACKSLASH@
505@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
506@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_bitwise_CFLAGS) $(CFLAGS) -c -o test_bitwise-bitwise.obj `if test -f 'bitwise.c'; then $(CYGPATH_W) 'bitwise.c'; else $(CYGPATH_W) '$(srcdir)/bitwise.c'; fi`
507
508test_framing-framing.o: framing.c
509@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_framing_CFLAGS) $(CFLAGS) -MT test_framing-framing.o -MD -MP -MF $(DEPDIR)/test_framing-framing.Tpo -c -o test_framing-framing.o `test -f 'framing.c' || echo '$(srcdir)/'`framing.c
510@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_framing-framing.Tpo $(DEPDIR)/test_framing-framing.Po
511@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='framing.c' object='test_framing-framing.o' libtool=no @AMDEPBACKSLASH@
512@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_framing_CFLAGS) $(CFLAGS) -c -o test_framing-framing.o `test -f 'framing.c' || echo '$(srcdir)/'`framing.c
514
515test_framing-framing.obj: framing.c
516@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_framing_CFLAGS) $(CFLAGS) -MT test_framing-framing.obj -MD -MP -MF $(DEPDIR)/test_framing-framing.Tpo -c -o test_framing-framing.obj `if test -f 'framing.c'; then $(CYGPATH_W) 'framing.c'; else $(CYGPATH_W) '$(srcdir)/framing.c'; fi`
517@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_framing-framing.Tpo $(DEPDIR)/test_framing-framing.Po
518@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='framing.c' object='test_framing-framing.obj' libtool=no @AMDEPBACKSLASH@
519@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
520@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_framing_CFLAGS) $(CFLAGS) -c -o test_framing-framing.obj `if test -f 'framing.c'; then $(CYGPATH_W) 'framing.c'; else $(CYGPATH_W) '$(srcdir)/framing.c'; fi`
521
522mostlyclean-libtool:
523	-rm -f *.lo
524
525clean-libtool:
526	-rm -rf .libs _libs
527
528ID: $(am__tagged_files)
529	$(am__define_uniq_tagged_files); mkid -fID $$unique
530tags: tags-am
531TAGS: tags
532
533tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
534	set x; \
535	here=`pwd`; \
536	$(am__define_uniq_tagged_files); \
537	shift; \
538	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
539	  test -n "$$unique" || unique=$$empty_fix; \
540	  if test $$# -gt 0; then \
541	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
542	      "$$@" $$unique; \
543	  else \
544	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
545	      $$unique; \
546	  fi; \
547	fi
548ctags: ctags-am
549
550CTAGS: ctags
551ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
552	$(am__define_uniq_tagged_files); \
553	test -z "$(CTAGS_ARGS)$$unique" \
554	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
555	     $$unique
556
557GTAGS:
558	here=`$(am__cd) $(top_builddir) && pwd` \
559	  && $(am__cd) $(top_srcdir) \
560	  && gtags -i $(GTAGS_ARGS) "$$here"
561cscopelist: cscopelist-am
562
563cscopelist-am: $(am__tagged_files)
564	list='$(am__tagged_files)'; \
565	case "$(srcdir)" in \
566	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
567	  *) sdir=$(subdir)/$(srcdir) ;; \
568	esac; \
569	for i in $$list; do \
570	  if test -f "$$i"; then \
571	    echo "$(subdir)/$$i"; \
572	  else \
573	    echo "$$sdir/$$i"; \
574	  fi; \
575	done >> $(top_builddir)/cscope.files
576
577distclean-tags:
578	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
579distdir: $(BUILT_SOURCES)
580	$(MAKE) $(AM_MAKEFLAGS) distdir-am
581
582distdir-am: $(DISTFILES)
583	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
584	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
585	list='$(DISTFILES)'; \
586	  dist_files=`for file in $$list; do echo $$file; done | \
587	  sed -e "s|^$$srcdirstrip/||;t" \
588	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
589	case $$dist_files in \
590	  */*) $(MKDIR_P) `echo "$$dist_files" | \
591			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
592			   sort -u` ;; \
593	esac; \
594	for file in $$dist_files; do \
595	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
596	  if test -d $$d/$$file; then \
597	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
598	    if test -d "$(distdir)/$$file"; then \
599	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
600	    fi; \
601	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
602	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
603	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
604	    fi; \
605	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
606	  else \
607	    test -f "$(distdir)/$$file" \
608	    || cp -p $$d/$$file "$(distdir)/$$file" \
609	    || exit 1; \
610	  fi; \
611	done
612check-am: all-am
613check: check-am
614all-am: Makefile $(PROGRAMS) $(LTLIBRARIES)
615installdirs:
616	for dir in "$(DESTDIR)$(libdir)"; do \
617	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
618	done
619install: install-am
620install-exec: install-exec-am
621install-data: install-data-am
622uninstall: uninstall-am
623
624install-am: all-am
625	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
626
627installcheck: installcheck-am
628install-strip:
629	if test -z '$(STRIP)'; then \
630	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
631	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
632	      install; \
633	else \
634	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
635	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
636	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
637	fi
638mostlyclean-generic:
639
640clean-generic:
641
642distclean-generic:
643	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
644	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
645
646maintainer-clean-generic:
647	@echo "This command is intended for maintainers to use"
648	@echo "it deletes files that may require special tools to rebuild."
649clean: clean-am
650
651clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
652	clean-noinstPROGRAMS mostlyclean-am
653
654distclean: distclean-am
655		-rm -f ./$(DEPDIR)/bitwise.Plo
656	-rm -f ./$(DEPDIR)/framing.Plo
657	-rm -f ./$(DEPDIR)/test_bitwise-bitwise.Po
658	-rm -f ./$(DEPDIR)/test_framing-framing.Po
659	-rm -f Makefile
660distclean-am: clean-am distclean-compile distclean-generic \
661	distclean-tags
662
663dvi: dvi-am
664
665dvi-am:
666
667html: html-am
668
669html-am:
670
671info: info-am
672
673info-am:
674
675install-data-am:
676
677install-dvi: install-dvi-am
678
679install-dvi-am:
680
681install-exec-am: install-libLTLIBRARIES
682
683install-html: install-html-am
684
685install-html-am:
686
687install-info: install-info-am
688
689install-info-am:
690
691install-man:
692
693install-pdf: install-pdf-am
694
695install-pdf-am:
696
697install-ps: install-ps-am
698
699install-ps-am:
700
701installcheck-am:
702
703maintainer-clean: maintainer-clean-am
704		-rm -f ./$(DEPDIR)/bitwise.Plo
705	-rm -f ./$(DEPDIR)/framing.Plo
706	-rm -f ./$(DEPDIR)/test_bitwise-bitwise.Po
707	-rm -f ./$(DEPDIR)/test_framing-framing.Po
708	-rm -f Makefile
709maintainer-clean-am: distclean-am maintainer-clean-generic
710
711mostlyclean: mostlyclean-am
712
713mostlyclean-am: mostlyclean-compile mostlyclean-generic \
714	mostlyclean-libtool
715
716pdf: pdf-am
717
718pdf-am:
719
720ps: ps-am
721
722ps-am:
723
724uninstall-am: uninstall-libLTLIBRARIES
725
726.MAKE: install-am install-strip
727
728.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
729	clean-generic clean-libLTLIBRARIES clean-libtool \
730	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
731	distclean-compile distclean-generic distclean-libtool \
732	distclean-tags distdir dvi dvi-am html html-am info info-am \
733	install install-am install-data install-data-am install-dvi \
734	install-dvi-am install-exec install-exec-am install-html \
735	install-html-am install-info install-info-am \
736	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
737	install-ps install-ps-am install-strip installcheck \
738	installcheck-am installdirs maintainer-clean \
739	maintainer-clean-generic mostlyclean mostlyclean-compile \
740	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
741	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
742
743.PRECIOUS: Makefile
744
745
746check: $(noinst_PROGRAMS)
747	./test_bitwise$(EXEEXT)
748	./test_framing$(EXEEXT)
749
750debug:
751	$(MAKE) all CFLAGS="@DEBUG@"
752
753profile:
754	$(MAKE) all CFLAGS="@PROFILE@"
755
756# Tell versions [3.59,3.63) of GNU make to not export all variables.
757# Otherwise a system limit (for SysV at least) may be exceeded.
758.NOEXPORT:
759