1159b3361Sopenharmony_ci# Makefile.in generated by automake 1.16.2 from Makefile.am.
2159b3361Sopenharmony_ci# @configure_input@
3159b3361Sopenharmony_ci
4159b3361Sopenharmony_ci# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5159b3361Sopenharmony_ci
6159b3361Sopenharmony_ci# This Makefile.in is free software; the Free Software Foundation
7159b3361Sopenharmony_ci# gives unlimited permission to copy and/or distribute it,
8159b3361Sopenharmony_ci# with or without modifications, as long as this notice is preserved.
9159b3361Sopenharmony_ci
10159b3361Sopenharmony_ci# This program is distributed in the hope that it will be useful,
11159b3361Sopenharmony_ci# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12159b3361Sopenharmony_ci# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13159b3361Sopenharmony_ci# PARTICULAR PURPOSE.
14159b3361Sopenharmony_ci
15159b3361Sopenharmony_ci@SET_MAKE@
16159b3361Sopenharmony_ci
17159b3361Sopenharmony_ci# global section for every Makefile.am
18159b3361Sopenharmony_ci
19159b3361Sopenharmony_ci
20159b3361Sopenharmony_ciVPATH = @srcdir@
21159b3361Sopenharmony_ciam__is_gnu_make = { \
22159b3361Sopenharmony_ci  if test -z '$(MAKELEVEL)'; then \
23159b3361Sopenharmony_ci    false; \
24159b3361Sopenharmony_ci  elif test -n '$(MAKE_HOST)'; then \
25159b3361Sopenharmony_ci    true; \
26159b3361Sopenharmony_ci  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27159b3361Sopenharmony_ci    true; \
28159b3361Sopenharmony_ci  else \
29159b3361Sopenharmony_ci    false; \
30159b3361Sopenharmony_ci  fi; \
31159b3361Sopenharmony_ci}
32159b3361Sopenharmony_ciam__make_running_with_option = \
33159b3361Sopenharmony_ci  case $${target_option-} in \
34159b3361Sopenharmony_ci      ?) ;; \
35159b3361Sopenharmony_ci      *) echo "am__make_running_with_option: internal error: invalid" \
36159b3361Sopenharmony_ci              "target option '$${target_option-}' specified" >&2; \
37159b3361Sopenharmony_ci         exit 1;; \
38159b3361Sopenharmony_ci  esac; \
39159b3361Sopenharmony_ci  has_opt=no; \
40159b3361Sopenharmony_ci  sane_makeflags=$$MAKEFLAGS; \
41159b3361Sopenharmony_ci  if $(am__is_gnu_make); then \
42159b3361Sopenharmony_ci    sane_makeflags=$$MFLAGS; \
43159b3361Sopenharmony_ci  else \
44159b3361Sopenharmony_ci    case $$MAKEFLAGS in \
45159b3361Sopenharmony_ci      *\\[\ \	]*) \
46159b3361Sopenharmony_ci        bs=\\; \
47159b3361Sopenharmony_ci        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48159b3361Sopenharmony_ci          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
49159b3361Sopenharmony_ci    esac; \
50159b3361Sopenharmony_ci  fi; \
51159b3361Sopenharmony_ci  skip_next=no; \
52159b3361Sopenharmony_ci  strip_trailopt () \
53159b3361Sopenharmony_ci  { \
54159b3361Sopenharmony_ci    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55159b3361Sopenharmony_ci  }; \
56159b3361Sopenharmony_ci  for flg in $$sane_makeflags; do \
57159b3361Sopenharmony_ci    test $$skip_next = yes && { skip_next=no; continue; }; \
58159b3361Sopenharmony_ci    case $$flg in \
59159b3361Sopenharmony_ci      *=*|--*) continue;; \
60159b3361Sopenharmony_ci        -*I) strip_trailopt 'I'; skip_next=yes;; \
61159b3361Sopenharmony_ci      -*I?*) strip_trailopt 'I';; \
62159b3361Sopenharmony_ci        -*O) strip_trailopt 'O'; skip_next=yes;; \
63159b3361Sopenharmony_ci      -*O?*) strip_trailopt 'O';; \
64159b3361Sopenharmony_ci        -*l) strip_trailopt 'l'; skip_next=yes;; \
65159b3361Sopenharmony_ci      -*l?*) strip_trailopt 'l';; \
66159b3361Sopenharmony_ci      -[dEDm]) skip_next=yes;; \
67159b3361Sopenharmony_ci      -[JT]) skip_next=yes;; \
68159b3361Sopenharmony_ci    esac; \
69159b3361Sopenharmony_ci    case $$flg in \
70159b3361Sopenharmony_ci      *$$target_option*) has_opt=yes; break;; \
71159b3361Sopenharmony_ci    esac; \
72159b3361Sopenharmony_ci  done; \
73159b3361Sopenharmony_ci  test $$has_opt = yes
74159b3361Sopenharmony_ciam__make_dryrun = (target_option=n; $(am__make_running_with_option))
75159b3361Sopenharmony_ciam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76159b3361Sopenharmony_cipkgdatadir = $(datadir)/@PACKAGE@
77159b3361Sopenharmony_cipkgincludedir = $(includedir)/@PACKAGE@
78159b3361Sopenharmony_cipkglibdir = $(libdir)/@PACKAGE@
79159b3361Sopenharmony_cipkglibexecdir = $(libexecdir)/@PACKAGE@
80159b3361Sopenharmony_ciam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81159b3361Sopenharmony_ciinstall_sh_DATA = $(install_sh) -c -m 644
82159b3361Sopenharmony_ciinstall_sh_PROGRAM = $(install_sh) -c
83159b3361Sopenharmony_ciinstall_sh_SCRIPT = $(install_sh) -c
84159b3361Sopenharmony_ciINSTALL_HEADER = $(INSTALL_DATA)
85159b3361Sopenharmony_citransform = $(program_transform_name)
86159b3361Sopenharmony_ciNORMAL_INSTALL = :
87159b3361Sopenharmony_ciPRE_INSTALL = :
88159b3361Sopenharmony_ciPOST_INSTALL = :
89159b3361Sopenharmony_ciNORMAL_UNINSTALL = :
90159b3361Sopenharmony_ciPRE_UNINSTALL = :
91159b3361Sopenharmony_ciPOST_UNINSTALL = :
92159b3361Sopenharmony_cibuild_triplet = @build@
93159b3361Sopenharmony_cihost_triplet = @host@
94159b3361Sopenharmony_cisubdir = frontend
95159b3361Sopenharmony_ciACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96159b3361Sopenharmony_ciam__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
97159b3361Sopenharmony_ci	$(top_srcdir)/configure.in
98159b3361Sopenharmony_ciam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99159b3361Sopenharmony_ci	$(ACLOCAL_M4)
100159b3361Sopenharmony_ciDIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
101159b3361Sopenharmony_ci	$(am__DIST_COMMON)
102159b3361Sopenharmony_cimkinstalldirs = $(install_sh) -d
103159b3361Sopenharmony_ciCONFIG_HEADER = $(top_builddir)/config.h
104159b3361Sopenharmony_ciCONFIG_CLEAN_FILES =
105159b3361Sopenharmony_ciCONFIG_CLEAN_VPATH_FILES =
106159b3361Sopenharmony_ciam__installdirs = "$(DESTDIR)$(bindir)"
107159b3361Sopenharmony_ciPROGRAMS = $(bin_PROGRAMS)
108159b3361Sopenharmony_ciam__objects_1 = main.$(OBJEXT) brhist.$(OBJEXT) console.$(OBJEXT) \
109159b3361Sopenharmony_ci	get_audio.$(OBJEXT) lametime.$(OBJEXT) parse.$(OBJEXT) \
110159b3361Sopenharmony_ci	timestatus.$(OBJEXT)
111159b3361Sopenharmony_ciam_lame_OBJECTS = lame_main.$(OBJEXT) $(am__objects_1)
112159b3361Sopenharmony_cilame_OBJECTS = $(am_lame_OBJECTS)
113159b3361Sopenharmony_cilame_LDADD = $(LDADD)
114159b3361Sopenharmony_cilame_DEPENDENCIES = $(top_builddir)/libmp3lame/libmp3lame.la
115159b3361Sopenharmony_ciAM_V_lt = $(am__v_lt_@AM_V@)
116159b3361Sopenharmony_ciam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
117159b3361Sopenharmony_ciam__v_lt_0 = --silent
118159b3361Sopenharmony_ciam__v_lt_1 = 
119159b3361Sopenharmony_ciam_mp3rtp_OBJECTS = mp3rtp.$(OBJEXT) rtp.$(OBJEXT) $(am__objects_1)
120159b3361Sopenharmony_cimp3rtp_OBJECTS = $(am_mp3rtp_OBJECTS)
121159b3361Sopenharmony_cimp3rtp_LDADD = $(LDADD)
122159b3361Sopenharmony_cimp3rtp_DEPENDENCIES = $(top_builddir)/libmp3lame/libmp3lame.la
123159b3361Sopenharmony_ciam_mp3x_OBJECTS = mp3x.$(OBJEXT) gtkanal.$(OBJEXT) \
124159b3361Sopenharmony_ci	gpkplotting.$(OBJEXT) $(am__objects_1)
125159b3361Sopenharmony_cimp3x_OBJECTS = $(am_mp3x_OBJECTS)
126159b3361Sopenharmony_ciam__DEPENDENCIES_1 = $(top_builddir)/libmp3lame/libmp3lame.la
127159b3361Sopenharmony_cimp3x_DEPENDENCIES = $(am__DEPENDENCIES_1)
128159b3361Sopenharmony_ciAM_V_P = $(am__v_P_@AM_V@)
129159b3361Sopenharmony_ciam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
130159b3361Sopenharmony_ciam__v_P_0 = false
131159b3361Sopenharmony_ciam__v_P_1 = :
132159b3361Sopenharmony_ciAM_V_GEN = $(am__v_GEN_@AM_V@)
133159b3361Sopenharmony_ciam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134159b3361Sopenharmony_ciam__v_GEN_0 = @echo "  GEN     " $@;
135159b3361Sopenharmony_ciam__v_GEN_1 = 
136159b3361Sopenharmony_ciAM_V_at = $(am__v_at_@AM_V@)
137159b3361Sopenharmony_ciam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138159b3361Sopenharmony_ciam__v_at_0 = @
139159b3361Sopenharmony_ciam__v_at_1 = 
140159b3361Sopenharmony_ciDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
141159b3361Sopenharmony_cidepcomp = $(SHELL) $(top_srcdir)/depcomp
142159b3361Sopenharmony_ciam__maybe_remake_depfiles = depfiles
143159b3361Sopenharmony_ciam__depfiles_remade = ./$(DEPDIR)/brhist.Po ./$(DEPDIR)/console.Po \
144159b3361Sopenharmony_ci	./$(DEPDIR)/get_audio.Po ./$(DEPDIR)/gpkplotting.Po \
145159b3361Sopenharmony_ci	./$(DEPDIR)/gtkanal.Po ./$(DEPDIR)/lame_main.Po \
146159b3361Sopenharmony_ci	./$(DEPDIR)/lametime.Po ./$(DEPDIR)/main.Po \
147159b3361Sopenharmony_ci	./$(DEPDIR)/mp3rtp.Po ./$(DEPDIR)/mp3x.Po ./$(DEPDIR)/parse.Po \
148159b3361Sopenharmony_ci	./$(DEPDIR)/rtp.Po ./$(DEPDIR)/timestatus.Po
149159b3361Sopenharmony_ciam__mv = mv -f
150159b3361Sopenharmony_ciCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151159b3361Sopenharmony_ci	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152159b3361Sopenharmony_ciLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153159b3361Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
154159b3361Sopenharmony_ci	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
155159b3361Sopenharmony_ci	$(AM_CFLAGS) $(CFLAGS)
156159b3361Sopenharmony_ciAM_V_CC = $(am__v_CC_@AM_V@)
157159b3361Sopenharmony_ciam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
158159b3361Sopenharmony_ciam__v_CC_0 = @echo "  CC      " $@;
159159b3361Sopenharmony_ciam__v_CC_1 = 
160159b3361Sopenharmony_ciCCLD = $(CC)
161159b3361Sopenharmony_ciLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162159b3361Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163159b3361Sopenharmony_ci	$(AM_LDFLAGS) $(LDFLAGS) -o $@
164159b3361Sopenharmony_ciAM_V_CCLD = $(am__v_CCLD_@AM_V@)
165159b3361Sopenharmony_ciam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
166159b3361Sopenharmony_ciam__v_CCLD_0 = @echo "  CCLD    " $@;
167159b3361Sopenharmony_ciam__v_CCLD_1 = 
168159b3361Sopenharmony_ciSOURCES = $(lame_SOURCES) $(mp3rtp_SOURCES) $(mp3x_SOURCES)
169159b3361Sopenharmony_ciDIST_SOURCES = $(lame_SOURCES) $(mp3rtp_SOURCES) $(mp3x_SOURCES)
170159b3361Sopenharmony_ciam__can_run_installinfo = \
171159b3361Sopenharmony_ci  case $$AM_UPDATE_INFO_DIR in \
172159b3361Sopenharmony_ci    n|no|NO) false;; \
173159b3361Sopenharmony_ci    *) (install-info --version) >/dev/null 2>&1;; \
174159b3361Sopenharmony_ci  esac
175159b3361Sopenharmony_ciHEADERS = $(noinst_HEADERS)
176159b3361Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
177159b3361Sopenharmony_ci# Read a list of newline-separated strings from the standard input,
178159b3361Sopenharmony_ci# and print each of them once, without duplicates.  Input order is
179159b3361Sopenharmony_ci# *not* preserved.
180159b3361Sopenharmony_ciam__uniquify_input = $(AWK) '\
181159b3361Sopenharmony_ci  BEGIN { nonempty = 0; } \
182159b3361Sopenharmony_ci  { items[$$0] = 1; nonempty = 1; } \
183159b3361Sopenharmony_ci  END { if (nonempty) { for (i in items) print i; }; } \
184159b3361Sopenharmony_ci'
185159b3361Sopenharmony_ci# Make sure the list of sources is unique.  This is necessary because,
186159b3361Sopenharmony_ci# e.g., the same source file might be shared among _SOURCES variables
187159b3361Sopenharmony_ci# for different programs/libraries.
188159b3361Sopenharmony_ciam__define_uniq_tagged_files = \
189159b3361Sopenharmony_ci  list='$(am__tagged_files)'; \
190159b3361Sopenharmony_ci  unique=`for i in $$list; do \
191159b3361Sopenharmony_ci    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192159b3361Sopenharmony_ci  done | $(am__uniquify_input)`
193159b3361Sopenharmony_ciETAGS = etags
194159b3361Sopenharmony_ciCTAGS = ctags
195159b3361Sopenharmony_ciam__DIST_COMMON = $(srcdir)/Makefile.in \
196159b3361Sopenharmony_ci	$(top_srcdir)/Makefile.am.global $(top_srcdir)/depcomp depcomp
197159b3361Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198159b3361Sopenharmony_ciACLOCAL = @ACLOCAL@
199159b3361Sopenharmony_ciALLOCA = @ALLOCA@
200159b3361Sopenharmony_ciAMTAR = @AMTAR@
201159b3361Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
202159b3361Sopenharmony_ciAR = @AR@
203159b3361Sopenharmony_ciAUTOCONF = @AUTOCONF@
204159b3361Sopenharmony_ciAUTOHEADER = @AUTOHEADER@
205159b3361Sopenharmony_ciAUTOMAKE = @AUTOMAKE@
206159b3361Sopenharmony_ciAWK = @AWK@
207159b3361Sopenharmony_ciCC = @CC@
208159b3361Sopenharmony_ciCCDEPMODE = @CCDEPMODE@
209159b3361Sopenharmony_ciCFLAGS = @CFLAGS@ @GTK_CFLAGS@ @FRONTEND_CFLAGS@ @SNDFILE_CFLAGS@
210159b3361Sopenharmony_ciCONFIG_DEFS = @CONFIG_DEFS@
211159b3361Sopenharmony_ciCONFIG_MATH_LIB = @CONFIG_MATH_LIB@
212159b3361Sopenharmony_ciCPP = @CPP@
213159b3361Sopenharmony_ciCPPFLAGS = @CPPFLAGS@
214159b3361Sopenharmony_ciCPUCCODE = @CPUCCODE@
215159b3361Sopenharmony_ciCPUTYPE = @CPUTYPE@
216159b3361Sopenharmony_ciCYGPATH_W = @CYGPATH_W@
217159b3361Sopenharmony_ciDEFS = @DEFS@ @CONFIG_DEFS@
218159b3361Sopenharmony_ciDEPDIR = @DEPDIR@
219159b3361Sopenharmony_ciDLLTOOL = @DLLTOOL@
220159b3361Sopenharmony_ciDSYMUTIL = @DSYMUTIL@
221159b3361Sopenharmony_ciDUMPBIN = @DUMPBIN@
222159b3361Sopenharmony_ciECHO_C = @ECHO_C@
223159b3361Sopenharmony_ciECHO_N = @ECHO_N@
224159b3361Sopenharmony_ciECHO_T = @ECHO_T@
225159b3361Sopenharmony_ciEGREP = @EGREP@
226159b3361Sopenharmony_ciEXEEXT = @EXEEXT@
227159b3361Sopenharmony_ciFGREP = @FGREP@
228159b3361Sopenharmony_ciFRONTEND_CFLAGS = @FRONTEND_CFLAGS@
229159b3361Sopenharmony_ciFRONTEND_LDADD = @FRONTEND_LDADD@
230159b3361Sopenharmony_ciFRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
231159b3361Sopenharmony_ciGREP = @GREP@
232159b3361Sopenharmony_ciGTK_CFLAGS = @GTK_CFLAGS@
233159b3361Sopenharmony_ciGTK_CONFIG = @GTK_CONFIG@
234159b3361Sopenharmony_ciGTK_LIBS = @GTK_LIBS@
235159b3361Sopenharmony_ciINCLUDES = @INCLUDES@ -I$(top_srcdir)/libmp3lame -I$(top_srcdir)/include \
236159b3361Sopenharmony_ci	-I$(top_srcdir) -I$(top_builddir)
237159b3361Sopenharmony_ci
238159b3361Sopenharmony_ciINSTALL = @INSTALL@
239159b3361Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@
240159b3361Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@
241159b3361Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@
242159b3361Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
243159b3361Sopenharmony_ciLD = @LD@
244159b3361Sopenharmony_ciLDADD = @LDADD@ \
245159b3361Sopenharmony_ci	$(top_builddir)/libmp3lame/libmp3lame.la \
246159b3361Sopenharmony_ci	@FRONTEND_LDADD@
247159b3361Sopenharmony_ci
248159b3361Sopenharmony_ciLDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ @SNDFILE_LIBS@
249159b3361Sopenharmony_ciLIBICONV = @LIBICONV@
250159b3361Sopenharmony_ciLIBMP3LAME_LDADD = @LIBMP3LAME_LDADD@
251159b3361Sopenharmony_ciLIBOBJS = @LIBOBJS@
252159b3361Sopenharmony_ciLIBS = @LIBS@
253159b3361Sopenharmony_ciLIBTOOL = @LIBTOOL@
254159b3361Sopenharmony_ciLIBTOOL_DEPS = @LIBTOOL_DEPS@
255159b3361Sopenharmony_ciLIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
256159b3361Sopenharmony_ciLIB_MINOR_VERSION = @LIB_MINOR_VERSION@
257159b3361Sopenharmony_ciLIPO = @LIPO@
258159b3361Sopenharmony_ciLN_S = @LN_S@
259159b3361Sopenharmony_ciLTLIBICONV = @LTLIBICONV@
260159b3361Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@
261159b3361Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
262159b3361Sopenharmony_ciMAINT = @MAINT@
263159b3361Sopenharmony_ciMAKEDEP = @MAKEDEP@
264159b3361Sopenharmony_ciMAKEINFO = @MAKEINFO@
265159b3361Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@
266159b3361Sopenharmony_ciMKDIR_P = @MKDIR_P@
267159b3361Sopenharmony_ciNASM = @NASM@
268159b3361Sopenharmony_ciNASM_FORMAT = @NASM_FORMAT@
269159b3361Sopenharmony_ciNM = @NM@
270159b3361Sopenharmony_ciNMEDIT = @NMEDIT@
271159b3361Sopenharmony_ciOBJDUMP = @OBJDUMP@
272159b3361Sopenharmony_ciOBJEXT = @OBJEXT@
273159b3361Sopenharmony_ciOTOOL = @OTOOL@
274159b3361Sopenharmony_ciOTOOL64 = @OTOOL64@
275159b3361Sopenharmony_ciPACKAGE = @PACKAGE@
276159b3361Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
277159b3361Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@
278159b3361Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@
279159b3361Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@
280159b3361Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@
281159b3361Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@
282159b3361Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@
283159b3361Sopenharmony_ciPKG_CONFIG = @PKG_CONFIG@
284159b3361Sopenharmony_ciPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
285159b3361Sopenharmony_ciPKG_CONFIG_PATH = @PKG_CONFIG_PATH@
286159b3361Sopenharmony_ciRANLIB = @RANLIB@
287159b3361Sopenharmony_ciRM_F = @RM_F@
288159b3361Sopenharmony_ciSED = @SED@
289159b3361Sopenharmony_ciSET_MAKE = @SET_MAKE@
290159b3361Sopenharmony_ciSHELL = @SHELL@
291159b3361Sopenharmony_ciSNDFILE_CFLAGS = @SNDFILE_CFLAGS@
292159b3361Sopenharmony_ciSNDFILE_LIBS = @SNDFILE_LIBS@
293159b3361Sopenharmony_ciSTRIP = @STRIP@
294159b3361Sopenharmony_ciVERSION = @VERSION@
295159b3361Sopenharmony_ciWITH_FRONTEND = @WITH_FRONTEND@
296159b3361Sopenharmony_ciWITH_MP3RTP = @WITH_MP3RTP@
297159b3361Sopenharmony_ciWITH_MP3X = @WITH_MP3X@
298159b3361Sopenharmony_ciabs_builddir = @abs_builddir@
299159b3361Sopenharmony_ciabs_srcdir = @abs_srcdir@
300159b3361Sopenharmony_ciabs_top_builddir = @abs_top_builddir@
301159b3361Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@
302159b3361Sopenharmony_ciac_ct_AR = @ac_ct_AR@
303159b3361Sopenharmony_ciac_ct_CC = @ac_ct_CC@
304159b3361Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@
305159b3361Sopenharmony_ciam__include = @am__include@
306159b3361Sopenharmony_ciam__leading_dot = @am__leading_dot@
307159b3361Sopenharmony_ciam__quote = @am__quote@
308159b3361Sopenharmony_ciam__tar = @am__tar@
309159b3361Sopenharmony_ciam__untar = @am__untar@
310159b3361Sopenharmony_cibindir = @bindir@
311159b3361Sopenharmony_cibuild = @build@
312159b3361Sopenharmony_cibuild_alias = @build_alias@
313159b3361Sopenharmony_cibuild_cpu = @build_cpu@
314159b3361Sopenharmony_cibuild_os = @build_os@
315159b3361Sopenharmony_cibuild_vendor = @build_vendor@
316159b3361Sopenharmony_cibuilddir = @builddir@
317159b3361Sopenharmony_cidatadir = @datadir@
318159b3361Sopenharmony_cidatarootdir = @datarootdir@
319159b3361Sopenharmony_cidocdir = @docdir@
320159b3361Sopenharmony_cidvidir = @dvidir@
321159b3361Sopenharmony_ciexec_prefix = @exec_prefix@
322159b3361Sopenharmony_cihost = @host@
323159b3361Sopenharmony_cihost_alias = @host_alias@
324159b3361Sopenharmony_cihost_cpu = @host_cpu@
325159b3361Sopenharmony_cihost_os = @host_os@
326159b3361Sopenharmony_cihost_vendor = @host_vendor@
327159b3361Sopenharmony_cihtmldir = @htmldir@
328159b3361Sopenharmony_ciincludedir = @includedir@
329159b3361Sopenharmony_ciinfodir = @infodir@
330159b3361Sopenharmony_ciinstall_sh = @install_sh@
331159b3361Sopenharmony_cilibdir = @libdir@
332159b3361Sopenharmony_cilibexecdir = @libexecdir@
333159b3361Sopenharmony_cilocaledir = @localedir@
334159b3361Sopenharmony_cilocalstatedir = @localstatedir@
335159b3361Sopenharmony_cimandir = @mandir@
336159b3361Sopenharmony_cimkdir_p = @mkdir_p@
337159b3361Sopenharmony_cimpg123_CFLAGS = @mpg123_CFLAGS@
338159b3361Sopenharmony_cimpg123_LIBS = @mpg123_LIBS@
339159b3361Sopenharmony_cioldincludedir = @oldincludedir@
340159b3361Sopenharmony_cipdfdir = @pdfdir@
341159b3361Sopenharmony_ciprefix = @prefix@
342159b3361Sopenharmony_ciprogram_transform_name = @program_transform_name@
343159b3361Sopenharmony_cipsdir = @psdir@
344159b3361Sopenharmony_cisbindir = @sbindir@
345159b3361Sopenharmony_cisharedstatedir = @sharedstatedir@
346159b3361Sopenharmony_cisrcdir = @srcdir@
347159b3361Sopenharmony_cisysconfdir = @sysconfdir@
348159b3361Sopenharmony_citarget_alias = @target_alias@
349159b3361Sopenharmony_citop_build_prefix = @top_build_prefix@
350159b3361Sopenharmony_citop_builddir = @top_builddir@
351159b3361Sopenharmony_citop_srcdir = @top_srcdir@
352159b3361Sopenharmony_ciAUTOMAKE_OPTIONS = 1.15 foreign
353159b3361Sopenharmony_cibin_PROGRAMS = @WITH_FRONTEND@ @WITH_MP3RTP@ @WITH_MP3X@
354159b3361Sopenharmony_ciEXTRA_PROGRAMS = lame$(EXEEXT) mp3rtp$(EXEEXT) mp3x$(EXEEXT)
355159b3361Sopenharmony_ciEXTRA_DIST = \
356159b3361Sopenharmony_ci	amiga_mpega.c
357159b3361Sopenharmony_ci
358159b3361Sopenharmony_cicommon_sources = \
359159b3361Sopenharmony_ci	main.c \
360159b3361Sopenharmony_ci	brhist.c \
361159b3361Sopenharmony_ci	console.c \
362159b3361Sopenharmony_ci	get_audio.c \
363159b3361Sopenharmony_ci	lametime.c \
364159b3361Sopenharmony_ci	parse.c \
365159b3361Sopenharmony_ci	timestatus.c
366159b3361Sopenharmony_ci
367159b3361Sopenharmony_cinoinst_HEADERS = \
368159b3361Sopenharmony_ci	brhist.h \
369159b3361Sopenharmony_ci	console.h \
370159b3361Sopenharmony_ci	get_audio.h \
371159b3361Sopenharmony_ci	gtkanal.h \
372159b3361Sopenharmony_ci	gpkplotting.h \
373159b3361Sopenharmony_ci	lametime.h \
374159b3361Sopenharmony_ci	main.h \
375159b3361Sopenharmony_ci	parse.h \
376159b3361Sopenharmony_ci	rtp.h \
377159b3361Sopenharmony_ci	timestatus.h
378159b3361Sopenharmony_ci
379159b3361Sopenharmony_cilame_SOURCES = lame_main.c $(common_sources)
380159b3361Sopenharmony_cimp3rtp_SOURCES = mp3rtp.c rtp.c $(common_sources)
381159b3361Sopenharmony_cimp3x_SOURCES = mp3x.c gtkanal.c gpkplotting.c $(common_sources)
382159b3361Sopenharmony_cimp3x_LDADD = $(LDADD) @GTK_LIBS@
383159b3361Sopenharmony_ciCLEANFILES = lclint.txt $(EXTRA_PROGRAMS)
384159b3361Sopenharmony_ciLCLINTFLAGS = \
385159b3361Sopenharmony_ci	+posixlib \
386159b3361Sopenharmony_ci	+showsummary \
387159b3361Sopenharmony_ci	+showalluses \
388159b3361Sopenharmony_ci	+whichlib \
389159b3361Sopenharmony_ci	+forcehints \
390159b3361Sopenharmony_ci	-fixedformalarray \
391159b3361Sopenharmony_ci	+matchanyintegral \
392159b3361Sopenharmony_ci	-Dlint
393159b3361Sopenharmony_ci
394159b3361Sopenharmony_ciall: all-am
395159b3361Sopenharmony_ci
396159b3361Sopenharmony_ci.SUFFIXES:
397159b3361Sopenharmony_ci.SUFFIXES: .c .lo .o .obj
398159b3361Sopenharmony_ci$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps)
399159b3361Sopenharmony_ci	@for dep in $?; do \
400159b3361Sopenharmony_ci	  case '$(am__configure_deps)' in \
401159b3361Sopenharmony_ci	    *$$dep*) \
402159b3361Sopenharmony_ci	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
403159b3361Sopenharmony_ci	        && { if test -f $@; then exit 0; else break; fi; }; \
404159b3361Sopenharmony_ci	      exit 1;; \
405159b3361Sopenharmony_ci	  esac; \
406159b3361Sopenharmony_ci	done; \
407159b3361Sopenharmony_ci	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign frontend/Makefile'; \
408159b3361Sopenharmony_ci	$(am__cd) $(top_srcdir) && \
409159b3361Sopenharmony_ci	  $(AUTOMAKE) --foreign frontend/Makefile
410159b3361Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
411159b3361Sopenharmony_ci	@case '$?' in \
412159b3361Sopenharmony_ci	  *config.status*) \
413159b3361Sopenharmony_ci	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
414159b3361Sopenharmony_ci	  *) \
415159b3361Sopenharmony_ci	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
416159b3361Sopenharmony_ci	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
417159b3361Sopenharmony_ci	esac;
418159b3361Sopenharmony_ci$(top_srcdir)/Makefile.am.global $(am__empty):
419159b3361Sopenharmony_ci
420159b3361Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
421159b3361Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422159b3361Sopenharmony_ci
423159b3361Sopenharmony_ci$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
424159b3361Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425159b3361Sopenharmony_ci$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
426159b3361Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427159b3361Sopenharmony_ci$(am__aclocal_m4_deps):
428159b3361Sopenharmony_ciinstall-binPROGRAMS: $(bin_PROGRAMS)
429159b3361Sopenharmony_ci	@$(NORMAL_INSTALL)
430159b3361Sopenharmony_ci	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
431159b3361Sopenharmony_ci	if test -n "$$list"; then \
432159b3361Sopenharmony_ci	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
433159b3361Sopenharmony_ci	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
434159b3361Sopenharmony_ci	fi; \
435159b3361Sopenharmony_ci	for p in $$list; do echo "$$p $$p"; done | \
436159b3361Sopenharmony_ci	sed 's/$(EXEEXT)$$//' | \
437159b3361Sopenharmony_ci	while read p p1; do if test -f $$p \
438159b3361Sopenharmony_ci	 || test -f $$p1 \
439159b3361Sopenharmony_ci	  ; then echo "$$p"; echo "$$p"; else :; fi; \
440159b3361Sopenharmony_ci	done | \
441159b3361Sopenharmony_ci	sed -e 'p;s,.*/,,;n;h' \
442159b3361Sopenharmony_ci	    -e 's|.*|.|' \
443159b3361Sopenharmony_ci	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
444159b3361Sopenharmony_ci	sed 'N;N;N;s,\n, ,g' | \
445159b3361Sopenharmony_ci	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
446159b3361Sopenharmony_ci	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
447159b3361Sopenharmony_ci	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
448159b3361Sopenharmony_ci	    else { print "f", $$3 "/" $$4, $$1; } } \
449159b3361Sopenharmony_ci	  END { for (d in files) print "f", d, files[d] }' | \
450159b3361Sopenharmony_ci	while read type dir files; do \
451159b3361Sopenharmony_ci	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
452159b3361Sopenharmony_ci	    test -z "$$files" || { \
453159b3361Sopenharmony_ci	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
454159b3361Sopenharmony_ci	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
455159b3361Sopenharmony_ci	    } \
456159b3361Sopenharmony_ci	; done
457159b3361Sopenharmony_ci
458159b3361Sopenharmony_ciuninstall-binPROGRAMS:
459159b3361Sopenharmony_ci	@$(NORMAL_UNINSTALL)
460159b3361Sopenharmony_ci	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
461159b3361Sopenharmony_ci	files=`for p in $$list; do echo "$$p"; done | \
462159b3361Sopenharmony_ci	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
463159b3361Sopenharmony_ci	      -e 's/$$/$(EXEEXT)/' \
464159b3361Sopenharmony_ci	`; \
465159b3361Sopenharmony_ci	test -n "$$list" || exit 0; \
466159b3361Sopenharmony_ci	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
467159b3361Sopenharmony_ci	cd "$(DESTDIR)$(bindir)" && rm -f $$files
468159b3361Sopenharmony_ci
469159b3361Sopenharmony_ciclean-binPROGRAMS:
470159b3361Sopenharmony_ci	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
471159b3361Sopenharmony_ci	echo " rm -f" $$list; \
472159b3361Sopenharmony_ci	rm -f $$list || exit $$?; \
473159b3361Sopenharmony_ci	test -n "$(EXEEXT)" || exit 0; \
474159b3361Sopenharmony_ci	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
475159b3361Sopenharmony_ci	echo " rm -f" $$list; \
476159b3361Sopenharmony_ci	rm -f $$list
477159b3361Sopenharmony_ci
478159b3361Sopenharmony_cilame$(EXEEXT): $(lame_OBJECTS) $(lame_DEPENDENCIES) $(EXTRA_lame_DEPENDENCIES) 
479159b3361Sopenharmony_ci	@rm -f lame$(EXEEXT)
480159b3361Sopenharmony_ci	$(AM_V_CCLD)$(LINK) $(lame_OBJECTS) $(lame_LDADD) $(LIBS)
481159b3361Sopenharmony_ci
482159b3361Sopenharmony_cimp3rtp$(EXEEXT): $(mp3rtp_OBJECTS) $(mp3rtp_DEPENDENCIES) $(EXTRA_mp3rtp_DEPENDENCIES) 
483159b3361Sopenharmony_ci	@rm -f mp3rtp$(EXEEXT)
484159b3361Sopenharmony_ci	$(AM_V_CCLD)$(LINK) $(mp3rtp_OBJECTS) $(mp3rtp_LDADD) $(LIBS)
485159b3361Sopenharmony_ci
486159b3361Sopenharmony_cimp3x$(EXEEXT): $(mp3x_OBJECTS) $(mp3x_DEPENDENCIES) $(EXTRA_mp3x_DEPENDENCIES) 
487159b3361Sopenharmony_ci	@rm -f mp3x$(EXEEXT)
488159b3361Sopenharmony_ci	$(AM_V_CCLD)$(LINK) $(mp3x_OBJECTS) $(mp3x_LDADD) $(LIBS)
489159b3361Sopenharmony_ci
490159b3361Sopenharmony_cimostlyclean-compile:
491159b3361Sopenharmony_ci	-rm -f *.$(OBJEXT)
492159b3361Sopenharmony_ci
493159b3361Sopenharmony_cidistclean-compile:
494159b3361Sopenharmony_ci	-rm -f *.tab.c
495159b3361Sopenharmony_ci
496159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brhist.Po@am__quote@ # am--include-marker
497159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/console.Po@am__quote@ # am--include-marker
498159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_audio.Po@am__quote@ # am--include-marker
499159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpkplotting.Po@am__quote@ # am--include-marker
500159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkanal.Po@am__quote@ # am--include-marker
501159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lame_main.Po@am__quote@ # am--include-marker
502159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lametime.Po@am__quote@ # am--include-marker
503159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker
504159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp3rtp.Po@am__quote@ # am--include-marker
505159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp3x.Po@am__quote@ # am--include-marker
506159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@ # am--include-marker
507159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtp.Po@am__quote@ # am--include-marker
508159b3361Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timestatus.Po@am__quote@ # am--include-marker
509159b3361Sopenharmony_ci
510159b3361Sopenharmony_ci$(am__depfiles_remade):
511159b3361Sopenharmony_ci	@$(MKDIR_P) $(@D)
512159b3361Sopenharmony_ci	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
513159b3361Sopenharmony_ci
514159b3361Sopenharmony_ciam--depfiles: $(am__depfiles_remade)
515159b3361Sopenharmony_ci
516159b3361Sopenharmony_ci.c.o:
517159b3361Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
518159b3361Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
519159b3361Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
520159b3361Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521159b3361Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
522159b3361Sopenharmony_ci
523159b3361Sopenharmony_ci.c.obj:
524159b3361Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
525159b3361Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
526159b3361Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
527159b3361Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
528159b3361Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
529159b3361Sopenharmony_ci
530159b3361Sopenharmony_ci.c.lo:
531159b3361Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
532159b3361Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
533159b3361Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
534159b3361Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535159b3361Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
536159b3361Sopenharmony_ci
537159b3361Sopenharmony_cimostlyclean-libtool:
538159b3361Sopenharmony_ci	-rm -f *.lo
539159b3361Sopenharmony_ci
540159b3361Sopenharmony_ciclean-libtool:
541159b3361Sopenharmony_ci	-rm -rf .libs _libs
542159b3361Sopenharmony_ci
543159b3361Sopenharmony_ciID: $(am__tagged_files)
544159b3361Sopenharmony_ci	$(am__define_uniq_tagged_files); mkid -fID $$unique
545159b3361Sopenharmony_citags: tags-am
546159b3361Sopenharmony_ciTAGS: tags
547159b3361Sopenharmony_ci
548159b3361Sopenharmony_citags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
549159b3361Sopenharmony_ci	set x; \
550159b3361Sopenharmony_ci	here=`pwd`; \
551159b3361Sopenharmony_ci	$(am__define_uniq_tagged_files); \
552159b3361Sopenharmony_ci	shift; \
553159b3361Sopenharmony_ci	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
554159b3361Sopenharmony_ci	  test -n "$$unique" || unique=$$empty_fix; \
555159b3361Sopenharmony_ci	  if test $$# -gt 0; then \
556159b3361Sopenharmony_ci	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
557159b3361Sopenharmony_ci	      "$$@" $$unique; \
558159b3361Sopenharmony_ci	  else \
559159b3361Sopenharmony_ci	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
560159b3361Sopenharmony_ci	      $$unique; \
561159b3361Sopenharmony_ci	  fi; \
562159b3361Sopenharmony_ci	fi
563159b3361Sopenharmony_cictags: ctags-am
564159b3361Sopenharmony_ci
565159b3361Sopenharmony_ciCTAGS: ctags
566159b3361Sopenharmony_cictags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
567159b3361Sopenharmony_ci	$(am__define_uniq_tagged_files); \
568159b3361Sopenharmony_ci	test -z "$(CTAGS_ARGS)$$unique" \
569159b3361Sopenharmony_ci	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
570159b3361Sopenharmony_ci	     $$unique
571159b3361Sopenharmony_ci
572159b3361Sopenharmony_ciGTAGS:
573159b3361Sopenharmony_ci	here=`$(am__cd) $(top_builddir) && pwd` \
574159b3361Sopenharmony_ci	  && $(am__cd) $(top_srcdir) \
575159b3361Sopenharmony_ci	  && gtags -i $(GTAGS_ARGS) "$$here"
576159b3361Sopenharmony_cicscopelist: cscopelist-am
577159b3361Sopenharmony_ci
578159b3361Sopenharmony_cicscopelist-am: $(am__tagged_files)
579159b3361Sopenharmony_ci	list='$(am__tagged_files)'; \
580159b3361Sopenharmony_ci	case "$(srcdir)" in \
581159b3361Sopenharmony_ci	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
582159b3361Sopenharmony_ci	  *) sdir=$(subdir)/$(srcdir) ;; \
583159b3361Sopenharmony_ci	esac; \
584159b3361Sopenharmony_ci	for i in $$list; do \
585159b3361Sopenharmony_ci	  if test -f "$$i"; then \
586159b3361Sopenharmony_ci	    echo "$(subdir)/$$i"; \
587159b3361Sopenharmony_ci	  else \
588159b3361Sopenharmony_ci	    echo "$$sdir/$$i"; \
589159b3361Sopenharmony_ci	  fi; \
590159b3361Sopenharmony_ci	done >> $(top_builddir)/cscope.files
591159b3361Sopenharmony_ci
592159b3361Sopenharmony_cidistclean-tags:
593159b3361Sopenharmony_ci	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
594159b3361Sopenharmony_ci
595159b3361Sopenharmony_cidistdir: $(BUILT_SOURCES)
596159b3361Sopenharmony_ci	$(MAKE) $(AM_MAKEFLAGS) distdir-am
597159b3361Sopenharmony_ci
598159b3361Sopenharmony_cidistdir-am: $(DISTFILES)
599159b3361Sopenharmony_ci	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
600159b3361Sopenharmony_ci	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
601159b3361Sopenharmony_ci	list='$(DISTFILES)'; \
602159b3361Sopenharmony_ci	  dist_files=`for file in $$list; do echo $$file; done | \
603159b3361Sopenharmony_ci	  sed -e "s|^$$srcdirstrip/||;t" \
604159b3361Sopenharmony_ci	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
605159b3361Sopenharmony_ci	case $$dist_files in \
606159b3361Sopenharmony_ci	  */*) $(MKDIR_P) `echo "$$dist_files" | \
607159b3361Sopenharmony_ci			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
608159b3361Sopenharmony_ci			   sort -u` ;; \
609159b3361Sopenharmony_ci	esac; \
610159b3361Sopenharmony_ci	for file in $$dist_files; do \
611159b3361Sopenharmony_ci	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
612159b3361Sopenharmony_ci	  if test -d $$d/$$file; then \
613159b3361Sopenharmony_ci	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
614159b3361Sopenharmony_ci	    if test -d "$(distdir)/$$file"; then \
615159b3361Sopenharmony_ci	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
616159b3361Sopenharmony_ci	    fi; \
617159b3361Sopenharmony_ci	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
618159b3361Sopenharmony_ci	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
619159b3361Sopenharmony_ci	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
620159b3361Sopenharmony_ci	    fi; \
621159b3361Sopenharmony_ci	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
622159b3361Sopenharmony_ci	  else \
623159b3361Sopenharmony_ci	    test -f "$(distdir)/$$file" \
624159b3361Sopenharmony_ci	    || cp -p $$d/$$file "$(distdir)/$$file" \
625159b3361Sopenharmony_ci	    || exit 1; \
626159b3361Sopenharmony_ci	  fi; \
627159b3361Sopenharmony_ci	done
628159b3361Sopenharmony_cicheck-am: all-am
629159b3361Sopenharmony_cicheck: check-am
630159b3361Sopenharmony_ciall-am: Makefile $(PROGRAMS) $(HEADERS)
631159b3361Sopenharmony_ciinstalldirs:
632159b3361Sopenharmony_ci	for dir in "$(DESTDIR)$(bindir)"; do \
633159b3361Sopenharmony_ci	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
634159b3361Sopenharmony_ci	done
635159b3361Sopenharmony_ciinstall: install-am
636159b3361Sopenharmony_ciinstall-exec: install-exec-am
637159b3361Sopenharmony_ciinstall-data: install-data-am
638159b3361Sopenharmony_ciuninstall: uninstall-am
639159b3361Sopenharmony_ci
640159b3361Sopenharmony_ciinstall-am: all-am
641159b3361Sopenharmony_ci	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
642159b3361Sopenharmony_ci
643159b3361Sopenharmony_ciinstallcheck: installcheck-am
644159b3361Sopenharmony_ciinstall-strip:
645159b3361Sopenharmony_ci	if test -z '$(STRIP)'; then \
646159b3361Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
647159b3361Sopenharmony_ci	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
648159b3361Sopenharmony_ci	      install; \
649159b3361Sopenharmony_ci	else \
650159b3361Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
651159b3361Sopenharmony_ci	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
652159b3361Sopenharmony_ci	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
653159b3361Sopenharmony_ci	fi
654159b3361Sopenharmony_cimostlyclean-generic:
655159b3361Sopenharmony_ci
656159b3361Sopenharmony_ciclean-generic:
657159b3361Sopenharmony_ci	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
658159b3361Sopenharmony_ci
659159b3361Sopenharmony_cidistclean-generic:
660159b3361Sopenharmony_ci	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
661159b3361Sopenharmony_ci	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
662159b3361Sopenharmony_ci
663159b3361Sopenharmony_cimaintainer-clean-generic:
664159b3361Sopenharmony_ci	@echo "This command is intended for maintainers to use"
665159b3361Sopenharmony_ci	@echo "it deletes files that may require special tools to rebuild."
666159b3361Sopenharmony_ciclean: clean-am
667159b3361Sopenharmony_ci
668159b3361Sopenharmony_ciclean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
669159b3361Sopenharmony_ci
670159b3361Sopenharmony_cidistclean: distclean-am
671159b3361Sopenharmony_ci		-rm -f ./$(DEPDIR)/brhist.Po
672159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/console.Po
673159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/get_audio.Po
674159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/gpkplotting.Po
675159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/gtkanal.Po
676159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/lame_main.Po
677159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/lametime.Po
678159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/main.Po
679159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/mp3rtp.Po
680159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/mp3x.Po
681159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/parse.Po
682159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/rtp.Po
683159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/timestatus.Po
684159b3361Sopenharmony_ci	-rm -f Makefile
685159b3361Sopenharmony_cidistclean-am: clean-am distclean-compile distclean-generic \
686159b3361Sopenharmony_ci	distclean-tags
687159b3361Sopenharmony_ci
688159b3361Sopenharmony_cidvi: dvi-am
689159b3361Sopenharmony_ci
690159b3361Sopenharmony_cidvi-am:
691159b3361Sopenharmony_ci
692159b3361Sopenharmony_cihtml: html-am
693159b3361Sopenharmony_ci
694159b3361Sopenharmony_cihtml-am:
695159b3361Sopenharmony_ci
696159b3361Sopenharmony_ciinfo: info-am
697159b3361Sopenharmony_ci
698159b3361Sopenharmony_ciinfo-am:
699159b3361Sopenharmony_ci
700159b3361Sopenharmony_ciinstall-data-am:
701159b3361Sopenharmony_ci
702159b3361Sopenharmony_ciinstall-dvi: install-dvi-am
703159b3361Sopenharmony_ci
704159b3361Sopenharmony_ciinstall-dvi-am:
705159b3361Sopenharmony_ci
706159b3361Sopenharmony_ciinstall-exec-am: install-binPROGRAMS
707159b3361Sopenharmony_ci
708159b3361Sopenharmony_ciinstall-html: install-html-am
709159b3361Sopenharmony_ci
710159b3361Sopenharmony_ciinstall-html-am:
711159b3361Sopenharmony_ci
712159b3361Sopenharmony_ciinstall-info: install-info-am
713159b3361Sopenharmony_ci
714159b3361Sopenharmony_ciinstall-info-am:
715159b3361Sopenharmony_ci
716159b3361Sopenharmony_ciinstall-man:
717159b3361Sopenharmony_ci
718159b3361Sopenharmony_ciinstall-pdf: install-pdf-am
719159b3361Sopenharmony_ci
720159b3361Sopenharmony_ciinstall-pdf-am:
721159b3361Sopenharmony_ci
722159b3361Sopenharmony_ciinstall-ps: install-ps-am
723159b3361Sopenharmony_ci
724159b3361Sopenharmony_ciinstall-ps-am:
725159b3361Sopenharmony_ci
726159b3361Sopenharmony_ciinstallcheck-am:
727159b3361Sopenharmony_ci
728159b3361Sopenharmony_cimaintainer-clean: maintainer-clean-am
729159b3361Sopenharmony_ci		-rm -f ./$(DEPDIR)/brhist.Po
730159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/console.Po
731159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/get_audio.Po
732159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/gpkplotting.Po
733159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/gtkanal.Po
734159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/lame_main.Po
735159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/lametime.Po
736159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/main.Po
737159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/mp3rtp.Po
738159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/mp3x.Po
739159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/parse.Po
740159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/rtp.Po
741159b3361Sopenharmony_ci	-rm -f ./$(DEPDIR)/timestatus.Po
742159b3361Sopenharmony_ci	-rm -f Makefile
743159b3361Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic
744159b3361Sopenharmony_ci
745159b3361Sopenharmony_cimostlyclean: mostlyclean-am
746159b3361Sopenharmony_ci
747159b3361Sopenharmony_cimostlyclean-am: mostlyclean-compile mostlyclean-generic \
748159b3361Sopenharmony_ci	mostlyclean-libtool
749159b3361Sopenharmony_ci
750159b3361Sopenharmony_cipdf: pdf-am
751159b3361Sopenharmony_ci
752159b3361Sopenharmony_cipdf-am:
753159b3361Sopenharmony_ci
754159b3361Sopenharmony_cips: ps-am
755159b3361Sopenharmony_ci
756159b3361Sopenharmony_cips-am:
757159b3361Sopenharmony_ci
758159b3361Sopenharmony_ciuninstall-am: uninstall-binPROGRAMS
759159b3361Sopenharmony_ci
760159b3361Sopenharmony_ci.MAKE: install-am install-strip
761159b3361Sopenharmony_ci
762159b3361Sopenharmony_ci.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
763159b3361Sopenharmony_ci	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
764159b3361Sopenharmony_ci	ctags ctags-am distclean distclean-compile distclean-generic \
765159b3361Sopenharmony_ci	distclean-libtool distclean-tags distdir dvi dvi-am html \
766159b3361Sopenharmony_ci	html-am info info-am install install-am install-binPROGRAMS \
767159b3361Sopenharmony_ci	install-data install-data-am install-dvi install-dvi-am \
768159b3361Sopenharmony_ci	install-exec install-exec-am install-html install-html-am \
769159b3361Sopenharmony_ci	install-info install-info-am install-man install-pdf \
770159b3361Sopenharmony_ci	install-pdf-am install-ps install-ps-am install-strip \
771159b3361Sopenharmony_ci	installcheck installcheck-am installdirs maintainer-clean \
772159b3361Sopenharmony_ci	maintainer-clean-generic mostlyclean mostlyclean-compile \
773159b3361Sopenharmony_ci	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
774159b3361Sopenharmony_ci	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
775159b3361Sopenharmony_ci
776159b3361Sopenharmony_ci.PRECIOUS: Makefile
777159b3361Sopenharmony_ci
778159b3361Sopenharmony_ci
779159b3361Sopenharmony_ci# end global section
780159b3361Sopenharmony_ci
781159b3361Sopenharmony_cilclint.txt: ${lame_SOURCES} ${noinst_HEADERS}
782159b3361Sopenharmony_ci	@lclint ${LCLINTFLAGS} ${INCLUDES} ${DEFS} ${lame_SOURCES} 2>&1 >lclint.txt || true
783159b3361Sopenharmony_ci
784159b3361Sopenharmony_cilclint: lclint.txt
785159b3361Sopenharmony_ci	more lclint.txt
786159b3361Sopenharmony_ci
787159b3361Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables.
788159b3361Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded.
789159b3361Sopenharmony_ci.NOEXPORT:
790