xref: /third_party/lame/vc_solution/Makefile.in (revision 159b3361)
1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# global section for every Makefile.am
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@
92subdir = vc_solution
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
95	$(top_srcdir)/configure.in
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97	$(ACLOCAL_M4)
98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = $(top_builddir)/config.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo "  GEN     " $@;
110am__v_GEN_1 = 
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 = 
115SOURCES =
116DIST_SOURCES =
117am__can_run_installinfo = \
118  case $$AM_UPDATE_INFO_DIR in \
119    n|no|NO) false;; \
120    *) (install-info --version) >/dev/null 2>&1;; \
121  esac
122am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
123am__DIST_COMMON = $(srcdir)/Makefile.in \
124	$(top_srcdir)/Makefile.am.global
125DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126ACLOCAL = @ACLOCAL@
127ALLOCA = @ALLOCA@
128AMTAR = @AMTAR@
129AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130AR = @AR@
131AUTOCONF = @AUTOCONF@
132AUTOHEADER = @AUTOHEADER@
133AUTOMAKE = @AUTOMAKE@
134AWK = @AWK@
135CC = @CC@
136CCDEPMODE = @CCDEPMODE@
137CFLAGS = @CFLAGS@
138CONFIG_DEFS = @CONFIG_DEFS@
139CONFIG_MATH_LIB = @CONFIG_MATH_LIB@
140CPP = @CPP@
141CPPFLAGS = @CPPFLAGS@
142CPUCCODE = @CPUCCODE@
143CPUTYPE = @CPUTYPE@
144CYGPATH_W = @CYGPATH_W@
145DEFS = @DEFS@
146DEPDIR = @DEPDIR@
147DLLTOOL = @DLLTOOL@
148DSYMUTIL = @DSYMUTIL@
149DUMPBIN = @DUMPBIN@
150ECHO_C = @ECHO_C@
151ECHO_N = @ECHO_N@
152ECHO_T = @ECHO_T@
153EGREP = @EGREP@
154EXEEXT = @EXEEXT@
155FGREP = @FGREP@
156FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
157FRONTEND_LDADD = @FRONTEND_LDADD@
158FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
159GREP = @GREP@
160GTK_CFLAGS = @GTK_CFLAGS@
161GTK_CONFIG = @GTK_CONFIG@
162GTK_LIBS = @GTK_LIBS@
163INCLUDES = @INCLUDES@
164INSTALL = @INSTALL@
165INSTALL_DATA = @INSTALL_DATA@
166INSTALL_PROGRAM = @INSTALL_PROGRAM@
167INSTALL_SCRIPT = @INSTALL_SCRIPT@
168INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
169LD = @LD@
170LDADD = @LDADD@
171LDFLAGS = @LDFLAGS@
172LIBICONV = @LIBICONV@
173LIBMP3LAME_LDADD = @LIBMP3LAME_LDADD@
174LIBOBJS = @LIBOBJS@
175LIBS = @LIBS@
176LIBTOOL = @LIBTOOL@
177LIBTOOL_DEPS = @LIBTOOL_DEPS@
178LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
179LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
180LIPO = @LIPO@
181LN_S = @LN_S@
182LTLIBICONV = @LTLIBICONV@
183LTLIBOBJS = @LTLIBOBJS@
184LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
185MAINT = @MAINT@
186MAKEDEP = @MAKEDEP@
187MAKEINFO = @MAKEINFO@
188MANIFEST_TOOL = @MANIFEST_TOOL@
189MKDIR_P = @MKDIR_P@
190NASM = @NASM@
191NASM_FORMAT = @NASM_FORMAT@
192NM = @NM@
193NMEDIT = @NMEDIT@
194OBJDUMP = @OBJDUMP@
195OBJEXT = @OBJEXT@
196OTOOL = @OTOOL@
197OTOOL64 = @OTOOL64@
198PACKAGE = @PACKAGE@
199PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
200PACKAGE_NAME = @PACKAGE_NAME@
201PACKAGE_STRING = @PACKAGE_STRING@
202PACKAGE_TARNAME = @PACKAGE_TARNAME@
203PACKAGE_URL = @PACKAGE_URL@
204PACKAGE_VERSION = @PACKAGE_VERSION@
205PATH_SEPARATOR = @PATH_SEPARATOR@
206PKG_CONFIG = @PKG_CONFIG@
207PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
208PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
209RANLIB = @RANLIB@
210RM_F = @RM_F@
211SED = @SED@
212SET_MAKE = @SET_MAKE@
213SHELL = @SHELL@
214SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
215SNDFILE_LIBS = @SNDFILE_LIBS@
216STRIP = @STRIP@
217VERSION = @VERSION@
218WITH_FRONTEND = @WITH_FRONTEND@
219WITH_MP3RTP = @WITH_MP3RTP@
220WITH_MP3X = @WITH_MP3X@
221abs_builddir = @abs_builddir@
222abs_srcdir = @abs_srcdir@
223abs_top_builddir = @abs_top_builddir@
224abs_top_srcdir = @abs_top_srcdir@
225ac_ct_AR = @ac_ct_AR@
226ac_ct_CC = @ac_ct_CC@
227ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
228am__include = @am__include@
229am__leading_dot = @am__leading_dot@
230am__quote = @am__quote@
231am__tar = @am__tar@
232am__untar = @am__untar@
233bindir = @bindir@
234build = @build@
235build_alias = @build_alias@
236build_cpu = @build_cpu@
237build_os = @build_os@
238build_vendor = @build_vendor@
239builddir = @builddir@
240datadir = @datadir@
241datarootdir = @datarootdir@
242docdir = @docdir@
243dvidir = @dvidir@
244exec_prefix = @exec_prefix@
245host = @host@
246host_alias = @host_alias@
247host_cpu = @host_cpu@
248host_os = @host_os@
249host_vendor = @host_vendor@
250htmldir = @htmldir@
251includedir = @includedir@
252infodir = @infodir@
253install_sh = @install_sh@
254libdir = @libdir@
255libexecdir = @libexecdir@
256localedir = @localedir@
257localstatedir = @localstatedir@
258mandir = @mandir@
259mkdir_p = @mkdir_p@
260mpg123_CFLAGS = @mpg123_CFLAGS@
261mpg123_LIBS = @mpg123_LIBS@
262oldincludedir = @oldincludedir@
263pdfdir = @pdfdir@
264prefix = @prefix@
265program_transform_name = @program_transform_name@
266psdir = @psdir@
267sbindir = @sbindir@
268sharedstatedir = @sharedstatedir@
269srcdir = @srcdir@
270sysconfdir = @sysconfdir@
271target_alias = @target_alias@
272top_build_prefix = @top_build_prefix@
273top_builddir = @top_builddir@
274top_srcdir = @top_srcdir@
275AUTOMAKE_OPTIONS = 1.15 foreign
276EXTRA_DIST = \
277	README.vs2019.txt \
278	vs2019_arch_nasm.props \
279	vs2019_arch_sse2.props \
280	vs2019_arch_x87.props \
281	vs2019_gtk_config.props \
282	vs2019_lame_acm_adbg.vcxproj \
283	vs2019_lame_acm_adbg.vcxproj.filters \
284	vs2019_lame_acm_tinyxml.vcxproj \
285	vs2019_lame_acm.vcxproj \
286	vs2019_lame_acm.vcxproj.filters \
287	vs2019_lame_clients.sln \
288	vs2019_lame_config.props \
289	vs2019_lame_dshow.vcxproj \
290	vs2019_lame_dshow.vcxproj.filters \
291	vs2019_lame_enc_dll.vcxproj \
292	vs2019_lame_enc_dll.vcxproj.filters \
293	vs2019_lame_lame.vcxproj \
294	vs2019_lame_lame.vcxproj.filters \
295	vs2019_lame_mp3rtp.vcxproj \
296	vs2019_lame_mp3rtp.vcxproj.filters \
297	vs2019_lame_mp3x.vcxproj \
298	vs2019_lame_mp3x.vcxproj.filters \
299	vs2019_lame_test.vcxproj \
300	vs2019_lame.sln \
301	vs2019_libmp3lame_dll.vcxproj \
302	vs2019_libmp3lame.vcxproj \
303	vs2019_libmp3lame.vcxproj.filters \
304	vs2019_libmpg123_config.props \
305	vs2019_libsndfile_config.props \
306	vs2019_nasm.props \
307	vs2019_nasm.targets \
308	vs2019_nasm.xml \
309	vs2019_win71sdk_config.props
310
311all: all-am
312
313.SUFFIXES:
314$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps)
315	@for dep in $?; do \
316	  case '$(am__configure_deps)' in \
317	    *$$dep*) \
318	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
319	        && { if test -f $@; then exit 0; else break; fi; }; \
320	      exit 1;; \
321	  esac; \
322	done; \
323	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign vc_solution/Makefile'; \
324	$(am__cd) $(top_srcdir) && \
325	  $(AUTOMAKE) --foreign vc_solution/Makefile
326Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
327	@case '$?' in \
328	  *config.status*) \
329	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
330	  *) \
331	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
332	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
333	esac;
334$(top_srcdir)/Makefile.am.global $(am__empty):
335
336$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
337	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338
339$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
340	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
342	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343$(am__aclocal_m4_deps):
344
345mostlyclean-libtool:
346	-rm -f *.lo
347
348clean-libtool:
349	-rm -rf .libs _libs
350tags TAGS:
351
352ctags CTAGS:
353
354cscope cscopelist:
355
356
357distdir: $(BUILT_SOURCES)
358	$(MAKE) $(AM_MAKEFLAGS) distdir-am
359
360distdir-am: $(DISTFILES)
361	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
362	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
363	list='$(DISTFILES)'; \
364	  dist_files=`for file in $$list; do echo $$file; done | \
365	  sed -e "s|^$$srcdirstrip/||;t" \
366	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
367	case $$dist_files in \
368	  */*) $(MKDIR_P) `echo "$$dist_files" | \
369			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
370			   sort -u` ;; \
371	esac; \
372	for file in $$dist_files; do \
373	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
374	  if test -d $$d/$$file; then \
375	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
376	    if test -d "$(distdir)/$$file"; then \
377	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
378	    fi; \
379	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
380	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
381	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
382	    fi; \
383	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
384	  else \
385	    test -f "$(distdir)/$$file" \
386	    || cp -p $$d/$$file "$(distdir)/$$file" \
387	    || exit 1; \
388	  fi; \
389	done
390check-am: all-am
391check: check-am
392all-am: Makefile
393installdirs:
394install: install-am
395install-exec: install-exec-am
396install-data: install-data-am
397uninstall: uninstall-am
398
399install-am: all-am
400	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
401
402installcheck: installcheck-am
403install-strip:
404	if test -z '$(STRIP)'; then \
405	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
406	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
407	      install; \
408	else \
409	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
410	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
411	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
412	fi
413mostlyclean-generic:
414
415clean-generic:
416
417distclean-generic:
418	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
419	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
420
421maintainer-clean-generic:
422	@echo "This command is intended for maintainers to use"
423	@echo "it deletes files that may require special tools to rebuild."
424clean: clean-am
425
426clean-am: clean-generic clean-libtool mostlyclean-am
427
428distclean: distclean-am
429	-rm -f Makefile
430distclean-am: clean-am distclean-generic
431
432dvi: dvi-am
433
434dvi-am:
435
436html: html-am
437
438html-am:
439
440info: info-am
441
442info-am:
443
444install-data-am:
445
446install-dvi: install-dvi-am
447
448install-dvi-am:
449
450install-exec-am:
451
452install-html: install-html-am
453
454install-html-am:
455
456install-info: install-info-am
457
458install-info-am:
459
460install-man:
461
462install-pdf: install-pdf-am
463
464install-pdf-am:
465
466install-ps: install-ps-am
467
468install-ps-am:
469
470installcheck-am:
471
472maintainer-clean: maintainer-clean-am
473	-rm -f Makefile
474maintainer-clean-am: distclean-am maintainer-clean-generic
475
476mostlyclean: mostlyclean-am
477
478mostlyclean-am: mostlyclean-generic mostlyclean-libtool
479
480pdf: pdf-am
481
482pdf-am:
483
484ps: ps-am
485
486ps-am:
487
488uninstall-am:
489
490.MAKE: install-am install-strip
491
492.PHONY: all all-am check check-am clean clean-generic clean-libtool \
493	cscopelist-am ctags-am distclean distclean-generic \
494	distclean-libtool distdir dvi dvi-am html html-am info info-am \
495	install install-am install-data install-data-am install-dvi \
496	install-dvi-am install-exec install-exec-am install-html \
497	install-html-am install-info install-info-am install-man \
498	install-pdf install-pdf-am install-ps install-ps-am \
499	install-strip installcheck installcheck-am installdirs \
500	maintainer-clean maintainer-clean-generic mostlyclean \
501	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
502	tags-am uninstall uninstall-am
503
504.PRECIOUS: Makefile
505
506
507# end global section
508
509# Tell versions [3.59,3.63) of GNU make to not export all variables.
510# Otherwise a system limit (for SysV at least) may be exceeded.
511.NOEXPORT:
512