Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Side by Side Diff: Makefile.in

Issue 12388030: Update Opus to 1.0.2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Makefile.am ('k') | README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc. 6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 9 # with or without modifications, as long as this notice is preserved.
10 10
11 # This program is distributed in the hope that it will be useful, 11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE. 14 # PARTICULAR PURPOSE.
15 15
16 @SET_MAKE@ 16 @SET_MAKE@
17 17
18 18
19 19
20 20
21 VPATH = @srcdir@ 21 VPATH = @srcdir@
22 am__make_dryrun = \
23 { \
24 am__dry=no; \
25 case $$MAKEFLAGS in \
26 *\\[\ \ ]*) \
27 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
28 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
29 *) \
30 for am__flg in $$MAKEFLAGS; do \
31 case $$am__flg in \
32 *=*|--*) ;; \
33 *n*) am__dry=yes; break;; \
34 esac; \
35 done;; \
36 esac; \
37 test $$am__dry = yes; \
38 }
22 pkgdatadir = $(datadir)/@PACKAGE@ 39 pkgdatadir = $(datadir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@ 40 pkgincludedir = $(includedir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@ 41 pkglibdir = $(libdir)/@PACKAGE@
25 pkglibexecdir = $(libexecdir)/@PACKAGE@ 42 pkglibexecdir = $(libexecdir)/@PACKAGE@
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 43 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA = $(install_sh) -c -m 644 44 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c 45 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c 46 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA) 47 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name) 48 transform = $(program_transform_name)
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 $(repacketizer_demo_SOURCES) $(tests_test_opus_api_SOURCES) \ 415 $(repacketizer_demo_SOURCES) $(tests_test_opus_api_SOURCES) \
399 $(tests_test_opus_decode_SOURCES) \ 416 $(tests_test_opus_decode_SOURCES) \
400 $(tests_test_opus_encode_SOURCES) 417 $(tests_test_opus_encode_SOURCES)
401 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 418 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
402 html-recursive info-recursive install-data-recursive \ 419 html-recursive info-recursive install-data-recursive \
403 install-dvi-recursive install-exec-recursive \ 420 install-dvi-recursive install-exec-recursive \
404 install-html-recursive install-info-recursive \ 421 install-html-recursive install-info-recursive \
405 install-pdf-recursive install-ps-recursive install-recursive \ 422 install-pdf-recursive install-ps-recursive install-recursive \
406 installcheck-recursive installdirs-recursive pdf-recursive \ 423 installcheck-recursive installdirs-recursive pdf-recursive \
407 ps-recursive uninstall-recursive 424 ps-recursive uninstall-recursive
425 am__can_run_installinfo = \
426 case $$AM_UPDATE_INFO_DIR in \
427 n|no|NO) false;; \
428 *) (install-info --version) >/dev/null 2>&1;; \
429 esac
408 DATA = $(m4data_DATA) $(pkgconfig_DATA) 430 DATA = $(m4data_DATA) $(pkgconfig_DATA)
409 am__pkginclude_HEADERS_DIST = include/opus.h \ 431 am__pkginclude_HEADERS_DIST = include/opus.h \
410 include/opus_multistream.h include/opus_types.h \ 432 include/opus_multistream.h include/opus_types.h \
411 include/opus_defines.h include/opus_custom.h 433 include/opus_defines.h include/opus_custom.h
412 HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS) 434 HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
413 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 435 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
414 distclean-recursive maintainer-clean-recursive 436 distclean-recursive maintainer-clean-recursive
415 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 437 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
416 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 438 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
417 distdir dist dist-all distcheck 439 distdir dist dist-all distcheck
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 OTOOL = @OTOOL@ 537 OTOOL = @OTOOL@
516 OTOOL64 = @OTOOL64@ 538 OTOOL64 = @OTOOL64@
517 PACKAGE = @PACKAGE@ 539 PACKAGE = @PACKAGE@
518 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 540 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
519 PACKAGE_NAME = @PACKAGE_NAME@ 541 PACKAGE_NAME = @PACKAGE_NAME@
520 PACKAGE_STRING = @PACKAGE_STRING@ 542 PACKAGE_STRING = @PACKAGE_STRING@
521 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 543 PACKAGE_TARNAME = @PACKAGE_TARNAME@
522 PACKAGE_URL = @PACKAGE_URL@ 544 PACKAGE_URL = @PACKAGE_URL@
523 PACKAGE_VERSION = @PACKAGE_VERSION@ 545 PACKAGE_VERSION = @PACKAGE_VERSION@
524 PATH_SEPARATOR = @PATH_SEPARATOR@ 546 PATH_SEPARATOR = @PATH_SEPARATOR@
547 PC_BUILD = @PC_BUILD@
548 PC_LIBM = @PC_LIBM@
525 RANLIB = @RANLIB@ 549 RANLIB = @RANLIB@
526 SED = @SED@ 550 SED = @SED@
527 SET_MAKE = @SET_MAKE@ 551 SET_MAKE = @SET_MAKE@
528 SHELL = @SHELL@ 552 SHELL = @SHELL@
529 SIZE16 = @SIZE16@ 553 SIZE16 = @SIZE16@
530 SIZE32 = @SIZE32@ 554 SIZE32 = @SIZE32@
531 STRIP = @STRIP@ 555 STRIP = @STRIP@
532 SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@ 556 SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@
533 VERSION = @VERSION@ 557 VERSION = @VERSION@
534 abs_builddir = @abs_builddir@ 558 abs_builddir = @abs_builddir@
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 touch $@ 911 touch $@
888 912
889 distclean-hdr: 913 distclean-hdr:
890 -rm -f config.h stamp-h1 914 -rm -f config.h stamp-h1
891 opus.pc: $(top_builddir)/config.status $(srcdir)/opus.pc.in 915 opus.pc: $(top_builddir)/config.status $(srcdir)/opus.pc.in
892 cd $(top_builddir) && $(SHELL) ./config.status $@ 916 cd $(top_builddir) && $(SHELL) ./config.status $@
893 opus-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/opus-uninstalled.pc .in 917 opus-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/opus-uninstalled.pc .in
894 cd $(top_builddir) && $(SHELL) ./config.status $@ 918 cd $(top_builddir) && $(SHELL) ./config.status $@
895 install-libLTLIBRARIES: $(lib_LTLIBRARIES) 919 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
896 @$(NORMAL_INSTALL) 920 @$(NORMAL_INSTALL)
897 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
898 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 921 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
899 list2=; for p in $$list; do \ 922 list2=; for p in $$list; do \
900 if test -f $$p; then \ 923 if test -f $$p; then \
901 list2="$$list2 $$p"; \ 924 list2="$$list2 $$p"; \
902 else :; fi; \ 925 else :; fi; \
903 done; \ 926 done; \
904 test -z "$$list2" || { \ 927 test -z "$$list2" || { \
928 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
929 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
905 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $( INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 930 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $( INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
906 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL ) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 931 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL ) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
907 } 932 }
908 933
909 uninstall-libLTLIBRARIES: 934 uninstall-libLTLIBRARIES:
910 @$(NORMAL_UNINSTALL) 935 @$(NORMAL_UNINSTALL)
911 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 936 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
912 for p in $$list; do \ 937 for p in $$list; do \
913 $(am__strip_dir) \ 938 $(am__strip_dir) \
914 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 939 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
1854 -rm -rf silk/.libs silk/_libs 1879 -rm -rf silk/.libs silk/_libs
1855 -rm -rf silk/fixed/.libs silk/fixed/_libs 1880 -rm -rf silk/fixed/.libs silk/fixed/_libs
1856 -rm -rf silk/float/.libs silk/float/_libs 1881 -rm -rf silk/float/.libs silk/float/_libs
1857 -rm -rf src/.libs src/_libs 1882 -rm -rf src/.libs src/_libs
1858 -rm -rf tests/.libs tests/_libs 1883 -rm -rf tests/.libs tests/_libs
1859 1884
1860 distclean-libtool: 1885 distclean-libtool:
1861 -rm -f libtool config.lt 1886 -rm -f libtool config.lt
1862 install-m4dataDATA: $(m4data_DATA) 1887 install-m4dataDATA: $(m4data_DATA)
1863 @$(NORMAL_INSTALL) 1888 @$(NORMAL_INSTALL)
1864 test -z "$(m4datadir)" || $(MKDIR_P) "$(DESTDIR)$(m4datadir)"
1865 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ 1889 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
1890 if test -n "$$list"; then \
1891 echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \
1892 $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \
1893 fi; \
1866 for p in $$list; do \ 1894 for p in $$list; do \
1867 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1895 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1868 echo "$$d$$p"; \ 1896 echo "$$d$$p"; \
1869 done | $(am__base_list) | \ 1897 done | $(am__base_list) | \
1870 while read files; do \ 1898 while read files; do \
1871 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \ 1899 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \
1872 $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \ 1900 $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \
1873 done 1901 done
1874 1902
1875 uninstall-m4dataDATA: 1903 uninstall-m4dataDATA:
1876 @$(NORMAL_UNINSTALL) 1904 @$(NORMAL_UNINSTALL)
1877 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ 1905 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
1878 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1906 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1879 dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir) 1907 dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
1880 install-pkgconfigDATA: $(pkgconfig_DATA) 1908 install-pkgconfigDATA: $(pkgconfig_DATA)
1881 @$(NORMAL_INSTALL) 1909 @$(NORMAL_INSTALL)
1882 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
1883 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 1910 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1911 if test -n "$$list"; then \
1912 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
1913 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
1914 fi; \
1884 for p in $$list; do \ 1915 for p in $$list; do \
1885 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1916 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1886 echo "$$d$$p"; \ 1917 echo "$$d$$p"; \
1887 done | $(am__base_list) | \ 1918 done | $(am__base_list) | \
1888 while read files; do \ 1919 while read files; do \
1889 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 1920 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
1890 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 1921 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1891 done 1922 done
1892 1923
1893 uninstall-pkgconfigDATA: 1924 uninstall-pkgconfigDATA:
1894 @$(NORMAL_UNINSTALL) 1925 @$(NORMAL_UNINSTALL)
1895 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 1926 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1896 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1927 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1897 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 1928 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
1898 install-pkgincludeHEADERS: $(pkginclude_HEADERS) 1929 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
1899 @$(NORMAL_INSTALL) 1930 @$(NORMAL_INSTALL)
1900 test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
1901 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 1931 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
1932 if test -n "$$list"; then \
1933 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
1934 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
1935 fi; \
1902 for p in $$list; do \ 1936 for p in $$list; do \
1903 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1937 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1904 echo "$$d$$p"; \ 1938 echo "$$d$$p"; \
1905 done | $(am__base_list) | \ 1939 done | $(am__base_list) | \
1906 while read files; do \ 1940 while read files; do \
1907 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ 1941 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
1908 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ 1942 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
1909 done 1943 done
1910 1944
1911 uninstall-pkgincludeHEADERS: 1945 uninstall-pkgincludeHEADERS:
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
2169 fi; \ 2203 fi; \
2170 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 2204 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2171 else \ 2205 else \
2172 test -f "$(distdir)/$$file" \ 2206 test -f "$(distdir)/$$file" \
2173 || cp -p $$d/$$file "$(distdir)/$$file" \ 2207 || cp -p $$d/$$file "$(distdir)/$$file" \
2174 || exit 1; \ 2208 || exit 1; \
2175 fi; \ 2209 fi; \
2176 done 2210 done
2177 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 2211 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2178 if test "$$subdir" = .; then :; else \ 2212 if test "$$subdir" = .; then :; else \
2179 » test -d "$(distdir)/$$subdir" \ 2213 » $(am__make_dryrun) \
2180 » || $(MKDIR_P) "$(distdir)/$$subdir" \ 2214 » || test -d "$(distdir)/$$subdir" \
2181 » || exit 1; \ 2215 » || $(MKDIR_P) "$(distdir)/$$subdir" \
2182 » fi; \ 2216 » || exit 1; \
2183 » done
2184 » @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2185 » if test "$$subdir" = .; then :; else \
2186 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 2217 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
2187 $(am__relativize); \ 2218 $(am__relativize); \
2188 new_distdir=$$reldir; \ 2219 new_distdir=$$reldir; \
2189 dir1=$$subdir; dir2="$(top_distdir)"; \ 2220 dir1=$$subdir; dir2="$(top_distdir)"; \
2190 $(am__relativize); \ 2221 $(am__relativize); \
2191 new_top_distdir=$$reldir; \ 2222 new_top_distdir=$$reldir; \
2192 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_to p_distdir" distdir="$$new_distdir" \\"; \ 2223 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_to p_distdir" distdir="$$new_distdir" \\"; \
2193 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mod e_fix=: distdir)"; \ 2224 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mod e_fix=: distdir)"; \
2194 ($(am__cd) $$subdir && \ 2225 ($(am__cd) $$subdir && \
2195 $(MAKE) $(AM_MAKEFLAGS) \ 2226 $(MAKE) $(AM_MAKEFLAGS) \
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
2261 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 2292 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
2262 *.tar.xz*) \ 2293 *.tar.xz*) \
2263 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 2294 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
2264 *.tar.Z*) \ 2295 *.tar.Z*) \
2265 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 2296 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2266 *.shar.gz*) \ 2297 *.shar.gz*) \
2267 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 2298 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
2268 *.zip*) \ 2299 *.zip*) \
2269 unzip $(distdir).zip ;;\ 2300 unzip $(distdir).zip ;;\
2270 esac 2301 esac
2271 » chmod -R a-w $(distdir); chmod a+w $(distdir) 2302 » chmod -R a-w $(distdir); chmod u+w $(distdir)
2272 mkdir $(distdir)/_build 2303 mkdir $(distdir)/_build
2273 mkdir $(distdir)/_inst 2304 mkdir $(distdir)/_inst
2274 chmod a-w $(distdir) 2305 chmod a-w $(distdir)
2275 test -d $(distdir)/_build || exit 0; \ 2306 test -d $(distdir)/_build || exit 0; \
2276 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]: [\\/],/,'` \ 2307 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]: [\\/],/,'` \
2277 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 2308 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
2278 && am__cwd=`pwd` \ 2309 && am__cwd=`pwd` \
2279 && $(am__cd) $(distdir)/_build \ 2310 && $(am__cd) $(distdir)/_build \
2280 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 2311 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
2281 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 2312 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
2492 2523
2493 # Targets to build and install just the library without the docs 2524 # Targets to build and install just the library without the docs
2494 opus check-opus install-opus: export NO_DOXYGEN = 1 2525 opus check-opus install-opus: export NO_DOXYGEN = 1
2495 2526
2496 opus: all 2527 opus: all
2497 check-opus: check 2528 check-opus: check
2498 install-opus: install 2529 install-opus: install
2499 2530
2500 # Or just the docs 2531 # Or just the docs
2501 docs: 2532 docs:
2502 » cd doc && $(MAKE) $(AM_MAKEFLAGS) 2533 » ( cd doc && $(MAKE) $(AM_MAKEFLAGS) )
2503 2534
2504 install-docs: 2535 install-docs:
2505 » cd doc && $(MAKE) $(AM_MAKEFLAGS) install 2536 » ( cd doc && $(MAKE) $(AM_MAKEFLAGS) install )
2506 2537
2507 # Or everything (by default) 2538 # Or everything (by default)
2508 all-local: 2539 all-local:
2509 » @[ -n "$(NO_DOXYGEN)" ] || cd doc && $(MAKE) $(AM_MAKEFLAGS) 2540 » @[ -n "$(NO_DOXYGEN)" ] || ( cd doc && $(MAKE) $(AM_MAKEFLAGS) )
2510 2541
2511 install-data-local: 2542 install-data-local:
2512 » @[ -n "$(NO_DOXYGEN)" ] || cd doc && $(MAKE) $(AM_MAKEFLAGS) install 2543 » @[ -n "$(NO_DOXYGEN)" ] || ( cd doc && $(MAKE) $(AM_MAKEFLAGS) install )
2513 2544
2514 clean-local: 2545 clean-local:
2515 » -cd doc && $(MAKE) $(AM_MAKEFLAGS) clean 2546 » -( cd doc && $(MAKE) $(AM_MAKEFLAGS) clean )
2516 2547
2517 uninstall-local: 2548 uninstall-local:
2518 » cd doc && $(MAKE) $(AM_MAKEFLAGS) uninstall 2549 » ( cd doc && $(MAKE) $(AM_MAKEFLAGS) uninstall )
2519 2550
2520 .PHONY: opus check-opus install-opus docs install-docs 2551 .PHONY: opus check-opus install-opus docs install-docs
2521 2552
2522 # Tell versions [3.59,3.63) of GNU make to not export all variables. 2553 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2523 # Otherwise a system limit (for SysV at least) may be exceeded. 2554 # Otherwise a system limit (for SysV at least) may be exceeded.
2524 .NOEXPORT: 2555 .NOEXPORT:
OLDNEW
« no previous file with comments | « Makefile.am ('k') | README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698