| |
| |
|
|
| |
|
|
| |
| |
| |
|
|
| |
| |
| |
| |
|
|
|
|
|
|
| VPATH = sox-14.4.2 |
| am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
| am__make_running_with_option = \ |
| case $${target_option-} in \ |
| ?) ;; \ |
| *) echo "am__make_running_with_option: internal error: invalid" \ |
| "target option '$${target_option-}' specified" >&2; \ |
| exit 1;; \ |
| esac; \ |
| has_opt=no; \ |
| sane_makeflags=$$MAKEFLAGS; \ |
| if $(am__is_gnu_make); then \ |
| sane_makeflags=$$MFLAGS; \ |
| else \ |
| case $$MAKEFLAGS in \ |
| *\\[\ \ ]*) \ |
| bs=\\; \ |
| sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
| | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
| esac; \ |
| fi; \ |
| skip_next=no; \ |
| strip_trailopt () \ |
| { \ |
| flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
| }; \ |
| for flg in $$sane_makeflags; do \ |
| test $$skip_next = yes && { skip_next=no; continue; }; \ |
| case $$flg in \ |
| *=*|--*) continue;; \ |
| -*I) strip_trailopt 'I'; skip_next=yes;; \ |
| -*I?*) strip_trailopt 'I';; \ |
| -*O) strip_trailopt 'O'; skip_next=yes;; \ |
| -*O?*) strip_trailopt 'O';; \ |
| -*l) strip_trailopt 'l'; skip_next=yes;; \ |
| -*l?*) strip_trailopt 'l';; \ |
| -[dEDm]) skip_next=yes;; \ |
| -[JT]) skip_next=yes;; \ |
| esac; \ |
| case $$flg in \ |
| *$$target_option*) has_opt=yes; break;; \ |
| esac; \ |
| done; \ |
| test $$has_opt = yes |
| am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
| am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
| pkgdatadir = $(datadir)/sox |
| pkgincludedir = $(includedir)/sox |
| pkglibdir = $(libdir)/sox |
| pkglibexecdir = $(libexecdir)/sox |
| am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| install_sh_DATA = $(install_sh) -c -m 644 |
| install_sh_PROGRAM = $(install_sh) -c |
| install_sh_SCRIPT = $(install_sh) -c |
| INSTALL_HEADER = $(INSTALL_DATA) |
| transform = $(program_transform_name) |
| NORMAL_INSTALL = : |
| PRE_INSTALL = : |
| POST_INSTALL = : |
| NORMAL_UNINSTALL = : |
| PRE_UNINSTALL = : |
| POST_UNINSTALL = : |
| build_triplet = x86_64-unknown-linux-gnu |
| host_triplet = x86_64-unknown-linux-gnu |
| target_triplet = x86_64-unknown-linux-gnu |
| subdir = . |
| DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ |
| $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
| $(top_srcdir)/configure $(am__configure_deps) \ |
| $(srcdir)/sox.pc.in $(dist_man_MANS) COPYING compile \ |
| config.guess config.sub depcomp install-sh missing ltmain.sh |
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| am__aclocal_m4_deps = $(top_srcdir)/m4/gcc_stack_protect.m4 \ |
| $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ |
| $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ |
| $(top_srcdir)/m4/lt~obsolete.m4 \ |
| $(top_srcdir)/m4/optional-fmt.m4 $(top_srcdir)/m4/sndfile.m4 \ |
| $(top_srcdir)/configure.ac |
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| $(ACLOCAL_M4) |
| am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
| configure.lineno config.status.lineno |
| mkinstalldirs = $(install_sh) -d |
| CONFIG_HEADER = $(top_builddir)/src/soxconfig.h |
| CONFIG_CLEAN_FILES = sox.pc |
| CONFIG_CLEAN_VPATH_FILES = |
| AM_V_P = $(am__v_P_$(V)) |
| am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) |
| am__v_P_0 = false |
| am__v_P_1 = : |
| AM_V_GEN = $(am__v_GEN_$(V)) |
| am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) |
| am__v_GEN_0 = @echo " GEN " $@; |
| am__v_GEN_1 = |
| AM_V_at = $(am__v_at_$(V)) |
| am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) |
| am__v_at_0 = @ |
| am__v_at_1 = |
| SOURCES = |
| DIST_SOURCES = |
| RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
| ctags-recursive dvi-recursive html-recursive info-recursive \ |
| install-data-recursive install-dvi-recursive \ |
| install-exec-recursive install-html-recursive \ |
| install-info-recursive install-pdf-recursive \ |
| install-ps-recursive install-recursive installcheck-recursive \ |
| installdirs-recursive pdf-recursive ps-recursive \ |
| tags-recursive uninstall-recursive |
| am__can_run_installinfo = \ |
| case $$AM_UPDATE_INFO_DIR in \ |
| n|no|NO) false;; \ |
| *) (install-info --version) >/dev/null 2>&1;; \ |
| esac |
| am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| am__vpath_adj = case $$p in \ |
| $(srcdir) |
| |
| |
| ||'`; |
| am__install_max = 40 |
| am__nobase_strip_setup = \ |
| srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
| am__nobase_strip = \ |
| for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
| am__nobase_list = $(am__nobase_strip_setup); \ |
| for p in $$list; do echo "$$p $$p"; done | \ |
| sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
| $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
| if (++n[$$2] == $(am__install_max)) \ |
| { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
| END { for (dir in files) print dir, files[dir] }' |
| am__base_list = \ |
| sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
| sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
| am__uninstall_files_from_dir = { \ |
| test -z "$$files" \ |
| || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
| || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
| $(am__cd) "$$dir" && rm -f $$files; }; \ |
| } |
| man1dir = $(mandir)/man1 |
| am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" \ |
| "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(pkgconfigdir)" |
| man3dir = $(mandir)/man3 |
| man7dir = $(mandir)/man7 |
| NROFF = nroff |
| MANS = $(dist_man_MANS) |
| DATA = $(pkgconfig_DATA) |
| RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| distclean-recursive maintainer-clean-recursive |
| am__recursive_targets = \ |
| $(RECURSIVE_TARGETS) \ |
| $(RECURSIVE_CLEAN_TARGETS) \ |
| $(am__extra_recursive_targets) |
| AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
| cscope distdir dist dist-all distcheck |
| am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
| |
| |
| |
| am__uniquify_input = $(AWK) '\ |
| BEGIN { nonempty = 0; } \ |
| { items[$$0] = 1; nonempty = 1; } \ |
| END { if (nonempty) { for (i in items) print i; }; } \ |
| ' |
| |
| |
| |
| am__define_uniq_tagged_files = \ |
| list='$(am__tagged_files)'; \ |
| unique=`for i in $$list; do \ |
| if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| done | $(am__uniquify_input)` |
| ETAGS = etags |
| CTAGS = ctags |
| CSCOPE = cscope |
| DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| distdir = $(PACKAGE)-$(VERSION) |
| top_distdir = $(distdir) |
| am__remove_distdir = \ |
| if test -d "$(distdir)"; then \ |
| find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
| && rm -rf "$(distdir)" \ |
| || { sleep 5 && rm -rf "$(distdir)"; }; \ |
| else :; fi |
| am__post_remove_distdir = $(am__remove_distdir) |
| am__relativize = \ |
| dir0=`pwd`; \ |
| sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
| sed_rest='s,^[^/]*/*,,'; \ |
| sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
| sed_butlast='s,/*[^/]*$$,,'; \ |
| while test -n "$$dir1"; do \ |
| first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
| if test "$$first" != "."; then \ |
| if test "$$first" = ".."; then \ |
| dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
| dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
| else \ |
| first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
| if test "$$first2" = "$$first"; then \ |
| dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
| else \ |
| dir2="../$$dir2"; \ |
| fi; \ |
| dir0="$$dir0"/"$$first"; \ |
| fi; \ |
| fi; \ |
| dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
| done; \ |
| reldir="$$dir2" |
| DIST_ARCHIVES = $(distdir).tar.gz |
| GZIP_ENV = --best |
| DIST_TARGETS = dist-gzip |
| distuninstallcheck_listfiles = find . -type f -print |
| am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
| | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
| distcleancheck_listfiles = find . -type f -print |
| ACLOCAL = ${SHELL} /data/home/acw630/venvs/lam/bin/sox-14.4.2/missing aclocal-1.14 |
| ALSA_CFLAGS = |
| ALSA_LIBS = |
| AMRNB_CFLAGS = |
| AMRNB_LIBS = |
| AMRWB_CFLAGS = |
| AMRWB_LIBS = |
| AMTAR = $${TAR-tar} |
| AM_DEFAULT_VERBOSITY = 0 |
| AO_CFLAGS = |
| AO_LIBS = |
| APP_LDFLAGS = |
| AR = ar |
| AS = as |
| AUTOCONF = ${SHELL} /data/home/acw630/venvs/lam/bin/sox-14.4.2/missing autoconf |
| AUTOHEADER = ${SHELL} /data/home/acw630/venvs/lam/bin/sox-14.4.2/missing autoheader |
| AUTOMAKE = ${SHELL} /data/home/acw630/venvs/lam/bin/sox-14.4.2/missing automake-1.14 |
| AWK = gawk |
| CC = gcc |
| CCDEPMODE = depmode=gcc3 |
| CFLAGS = -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp |
| COREAUDIO_CFLAGS = |
| COREAUDIO_LIBS = |
| CPP = gcc -E |
| CPPFLAGS = |
| CYGPATH_W = echo |
| DEFS = -DHAVE_CONFIG_H |
| DEPDIR = .deps |
| DISTRO = not specified! |
| DLLTOOL = false |
| DSYMUTIL = |
| DUMPBIN = |
| ECHO_C = |
| ECHO_N = -n |
| ECHO_T = |
| EGREP = /usr/bin/grep -E |
| EXEEXT = |
| FGREP = /usr/bin/grep -F |
| FLAC_CFLAGS = |
| FLAC_LIBS = |
| GOMP_LIBS = |
| GREP = /usr/bin/grep |
| GSM_CFLAGS = |
| GSM_LIBS = |
| INSTALL = /usr/bin/install -c |
| INSTALL_DATA = ${INSTALL} -m 644 |
| INSTALL_PROGRAM = ${INSTALL} |
| INSTALL_SCRIPT = ${INSTALL} |
| INSTALL_STRIP_PROGRAM = $(install_sh) -c -s |
| LADSPA_PATH = ${exec_prefix}/lib/ladspa |
| LD = /usr/bin/ld -m elf_x86_64 |
| LDFLAGS = -Wl,-z,defs |
| LIBGSM_LIBADD = ../libgsm/libgsm.la |
| LIBLPC10_LIBADD = ../lpc10/liblpc10.la |
| LIBLTDL = |
| LIBOBJS = |
| LIBS = -lm |
| LIBTOOL = $(SHELL) $(top_builddir)/libtool |
| LIBTOOLFLAGS = --silent |
| LIBTOOL_DEPS = sox-14.4.2/ltmain.sh |
| LIPO = |
| LN_S = ln -s |
| LPC10_CFLAGS = |
| LPC10_LIBS = |
| LTLIBOBJS = |
| MAGIC_LIBS = |
| MAKEINFO = ${SHELL} /data/home/acw630/venvs/lam/bin/sox-14.4.2/missing makeinfo |
| MANIFEST_TOOL = : |
| MKDIR_P = /usr/bin/mkdir -p |
| MP3_CFLAGS = |
| MP3_LIBS = |
| NM = /usr/bin/nm -B |
| NMEDIT = |
| OBJDUMP = objdump |
| OBJEXT = o |
| OGG_VORBIS_CFLAGS = |
| OGG_VORBIS_LIBS = |
| OPENMP_CFLAGS = -fopenmp |
| OPUS_CFLAGS = -Wno-long-long |
| OPUS_LIBS = |
| OSS_CFLAGS = |
| OSS_LIBS = |
| OTOOL = |
| OTOOL64 = |
| PACKAGE = sox |
| PACKAGE_BUGREPORT = sox-devel@lists.sourceforge.net |
| PACKAGE_NAME = SoX |
| PACKAGE_STRING = SoX 14.4.2 |
| PACKAGE_TARNAME = sox |
| PACKAGE_URL = |
| PACKAGE_VERSION = 14.4.2 |
| PATH_SEPARATOR = : |
| PKGCONFIGDIR = $(libdir)/pkgconfig |
| PKG_CONFIG = /usr/bin/pkg-config |
| PKG_CONFIG_LIBDIR = |
| PKG_CONFIG_PATH = |
| PLAYRECLINKS = yes |
| PNG_LIBS = -lpng -lz |
| PULSEAUDIO_CFLAGS = |
| PULSEAUDIO_LIBS = |
| RANLIB = ranlib |
| SED = /usr/bin/sed |
| SET_MAKE = |
| SHELL = /bin/sh |
| SHLIB_VERSION = 3:0:0 |
| SNDFILE_CFLAGS = |
| SNDFILE_LIBS = -lsndfile |
| SNDIO_CFLAGS = |
| SNDIO_LIBS = |
| STRIP = strip |
| SUN_AUDIO_CFLAGS = |
| SUN_AUDIO_LIBS = |
| SYMLINKS = yes |
| VERSION = 14.4.2 |
| WARN_CFLAGS = -Wtraditional-conversion |
| WAVEAUDIO_CFLAGS = |
| WAVEAUDIO_LIBS = |
| WAVPACK_CFLAGS = |
| WAVPACK_LIBS = |
| abs_builddir = /data/home/acw630/venvs/lam/bin |
| abs_srcdir = /data/home/acw630/venvs/lam/bin/sox-14.4.2 |
| abs_top_builddir = /data/home/acw630/venvs/lam/bin |
| abs_top_srcdir = /data/home/acw630/venvs/lam/bin/sox-14.4.2 |
| ac_ct_AR = ar |
| ac_ct_CC = gcc |
| ac_ct_DUMPBIN = |
| am__include = include |
| am__leading_dot = . |
| am__quote = |
| am__tar = $${TAR-tar} chof - "$$tardir" |
| am__untar = $${TAR-tar} xf - |
| bindir = ${exec_prefix}/bin |
| build = x86_64-unknown-linux-gnu |
| build_alias = |
| build_cpu = x86_64 |
| build_os = linux-gnu |
| build_vendor = unknown |
| builddir = . |
| datadir = ${datarootdir} |
| datarootdir = ${prefix}/share |
| docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} |
| dvidir = ${docdir} |
| exec_prefix = ${prefix} |
| host = x86_64-unknown-linux-gnu |
| host_alias = |
| host_cpu = x86_64 |
| host_os = linux-gnu |
| host_vendor = unknown |
| htmldir = ${docdir} |
| includedir = ${prefix}/include |
| infodir = ${datarootdir}/info |
| install_sh = ${SHELL} /data/home/acw630/venvs/lam/bin/sox-14.4.2/install-sh |
| libdir = ${exec_prefix}/lib |
| libexecdir = ${exec_prefix}/libexec |
| localedir = ${datarootdir}/locale |
| localstatedir = ${prefix}/var |
| mandir = ${datarootdir}/man |
| mkdir_p = $(MKDIR_P) |
| oldincludedir = /usr/include |
| pdfdir = ${docdir} |
| prefix = /data/home/acw630/venvs/lam/bin/sox-14.4.2 |
| program_transform_name = s,x,x, |
| psdir = ${docdir} |
| sbindir = ${exec_prefix}/sbin |
| sharedstatedir = ${prefix}/com |
| srcdir = sox-14.4.2 |
| sysconfdir = ${prefix}/etc |
| target = x86_64-unknown-linux-gnu |
| target_alias = |
| target_cpu = x86_64 |
| target_os = linux-gnu |
| target_vendor = unknown |
| top_build_prefix = |
| top_builddir = . |
| top_srcdir = sox-14.4.2 |
| ACLOCAL_AMFLAGS = -I m4 |
| SUBDIRS = lpc10 libgsm src |
| DIST_SUBDIRS = lpc10 libgsm src msvc9 msvc10 |
| RM = rm -f |
|
|
| |
| |
| dist_man_MANS = sox.1 soxi.1 soxformat.7 libsox.3 |
| EXTRA_DIST = sox.txt soxi.txt soxformat.txt libsox.txt \ |
| CMakeLists.txt sox.pc.in LICENSE.GPL LICENSE.LGPL \ |
| cygbuild README.win32 README.osx scripts/batch-example.bat \ |
| README.sh FEATURES.in |
|
|
| pkgconfigdir = $(libdir)/pkgconfig |
| pkgconfig_DATA = sox.pc |
| DOCTXT = sox.txt soxi.txt soxformat.txt libsox.txt README |
| DOCPDF = sox.pdf soxi.pdf soxformat.pdf libsox.pdf |
|
|
| |
| |
| |
| |
| |
| FIXHTML = sed 's,<head>,&<link rel="stylesheet" href="http://sox.sourceforge.net/pub/skins/sox/sox.css" type="text/css"></link>,' |
| DOCHTML = sox.html soxi.html soxformat.html libsox.html |
| DISTCLEANFILES = $(DOCHTML) $(DOCPDF) |
| MAINTAINERCLEANFILES = $(DOCTXT) |
| all: all-recursive |
|
|
| .SUFFIXES: |
| .SUFFIXES: .1 .3 .7 .html .pdf .txt |
| am--refresh: Makefile |
| @: |
| $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| @for dep in $?; do \ |
| case '$(am__configure_deps)' in \ |
| *$$dep*) \ |
| echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ |
| $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ |
| && exit 0; \ |
| exit 1;; \ |
| esac; \ |
| done; \ |
| echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
| $(am__cd) $(top_srcdir) && \ |
| $(AUTOMAKE) --gnu Makefile |
| .PRECIOUS: Makefile |
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| @case '$?' in \ |
| *config.status*) \ |
| echo ' $(SHELL) ./config.status'; \ |
| $(SHELL) ./config.status;; \ |
| *) \ |
| echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
| cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
| esac; |
|
|
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| $(SHELL) ./config.status --recheck |
|
|
| $(top_srcdir)/configure: $(am__configure_deps) |
| $(am__cd) $(srcdir) && $(AUTOCONF) |
| $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
| $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
| $(am__aclocal_m4_deps): |
| sox.pc: $(top_builddir)/config.status $(srcdir)/sox.pc.in |
| cd $(top_builddir) && $(SHELL) ./config.status $@ |
|
|
| mostlyclean-libtool: |
| -rm -f *.lo |
|
|
| clean-libtool: |
| -rm -rf .libs _libs |
|
|
| distclean-libtool: |
| -rm -f libtool config.lt |
| install-man1: $(dist_man_MANS) |
| @$(NORMAL_INSTALL) |
| @list1=''; \ |
| list2='$(dist_man_MANS)'; \ |
| test -n "$(man1dir)" \ |
| && test -n "`echo $$list1$$list2`" \ |
| || exit 0; \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ |
| { for i in $$list1; do echo "$$i"; done; \ |
| if test -n "$$list2"; then \ |
| for i in $$list2; do echo "$$i"; done \ |
| | sed -n '/\.1[a-z]*$$/p'; \ |
| fi; \ |
| } | while read p; do \ |
| if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; echo "$$p"; \ |
| done | \ |
| sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ |
| -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ |
| sed 'N;N;s,\n, ,g' | { \ |
| list=; while read file base inst; do \ |
| if test "$$base" = "$$inst"; then list="$$list $$file"; else \ |
| echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ |
| $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ |
| fi; \ |
| done; \ |
| for i in $$list; do echo "$$i"; done | $(am__base_list) | \ |
| while read files; do \ |
| test -z "$$files" || { \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ |
| done; } |
|
|
| uninstall-man1: |
| @$(NORMAL_UNINSTALL) |
| @list=''; test -n "$(man1dir)" || exit 0; \ |
| files=`{ for i in $$list; do echo "$$i"; done; \ |
| l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
| sed -n '/\.1[a-z]*$$/p'; \ |
| } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ |
| -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
| dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) |
| install-man3: $(dist_man_MANS) |
| @$(NORMAL_INSTALL) |
| @list1=''; \ |
| list2='$(dist_man_MANS)'; \ |
| test -n "$(man3dir)" \ |
| && test -n "`echo $$list1$$list2`" \ |
| || exit 0; \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \ |
| { for i in $$list1; do echo "$$i"; done; \ |
| if test -n "$$list2"; then \ |
| for i in $$list2; do echo "$$i"; done \ |
| | sed -n '/\.3[a-z]*$$/p'; \ |
| fi; \ |
| } | while read p; do \ |
| if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; echo "$$p"; \ |
| done | \ |
| sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ |
| -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ |
| sed 'N;N;s,\n, ,g' | { \ |
| list=; while read file base inst; do \ |
| if test "$$base" = "$$inst"; then list="$$list $$file"; else \ |
| echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ |
| $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ |
| fi; \ |
| done; \ |
| for i in $$list; do echo "$$i"; done | $(am__base_list) | \ |
| while read files; do \ |
| test -z "$$files" || { \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ |
| done; } |
|
|
| uninstall-man3: |
| @$(NORMAL_UNINSTALL) |
| @list=''; test -n "$(man3dir)" || exit 0; \ |
| files=`{ for i in $$list; do echo "$$i"; done; \ |
| l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
| sed -n '/\.3[a-z]*$$/p'; \ |
| } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ |
| -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
| dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) |
| install-man7: $(dist_man_MANS) |
| @$(NORMAL_INSTALL) |
| @list1=''; \ |
| list2='$(dist_man_MANS)'; \ |
| test -n "$(man7dir)" \ |
| && test -n "`echo $$list1$$list2`" \ |
| || exit 0; \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(man7dir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(man7dir)" || exit 1; \ |
| { for i in $$list1; do echo "$$i"; done; \ |
| if test -n "$$list2"; then \ |
| for i in $$list2; do echo "$$i"; done \ |
| | sed -n '/\.7[a-z]*$$/p'; \ |
| fi; \ |
| } | while read p; do \ |
| if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; echo "$$p"; \ |
| done | \ |
| sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \ |
| -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ |
| sed 'N;N;s,\n, ,g' | { \ |
| list=; while read file base inst; do \ |
| if test "$$base" = "$$inst"; then list="$$list $$file"; else \ |
| echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \ |
| $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \ |
| fi; \ |
| done; \ |
| for i in $$list; do echo "$$i"; done | $(am__base_list) | \ |
| while read files; do \ |
| test -z "$$files" || { \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \ |
| done; } |
|
|
| uninstall-man7: |
| @$(NORMAL_UNINSTALL) |
| @list=''; test -n "$(man7dir)" || exit 0; \ |
| files=`{ for i in $$list; do echo "$$i"; done; \ |
| l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
| sed -n '/\.7[a-z]*$$/p'; \ |
| } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \ |
| -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
| dir='$(DESTDIR)$(man7dir)'; $(am__uninstall_files_from_dir) |
| install-pkgconfigDATA: $(pkgconfig_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ |
| done |
|
|
| uninstall-pkgconfigDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) |
|
|
| |
| |
| |
| |
| |
| |
| $(am__recursive_targets): |
| @fail=; \ |
| if $(am__make_keepgoing); then \ |
| failcom='fail=yes'; \ |
| else \ |
| failcom='exit 1'; \ |
| fi; \ |
| dot_seen=no; \ |
| target=`echo $@ | sed s/-recursive//`; \ |
| case "$@" in \ |
| distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| *) list='$(SUBDIRS)' ;; \ |
| esac; \ |
| for subdir in $$list; do \ |
| echo "Making $$target in $$subdir"; \ |
| if test "$$subdir" = "."; then \ |
| dot_seen=yes; \ |
| local_target="$$target-am"; \ |
| else \ |
| local_target="$$target"; \ |
| fi; \ |
| ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| || eval $$failcom; \ |
| done; \ |
| if test "$$dot_seen" = "no"; then \ |
| $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| fi; test -z "$$fail" |
|
|
| ID: $(am__tagged_files) |
| $(am__define_uniq_tagged_files); mkid -fID $$unique |
| tags: tags-recursive |
| TAGS: tags |
|
|
| tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| set x; \ |
| here=`pwd`; \ |
| if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| include_option=--etags-include; \ |
| empty_fix=.; \ |
| else \ |
| include_option=--include; \ |
| empty_fix=; \ |
| fi; \ |
| list='$(SUBDIRS)'; for subdir in $$list; do \ |
| if test "$$subdir" = .; then :; else \ |
| test ! -f $$subdir/TAGS || \ |
| set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| fi; \ |
| done; \ |
| $(am__define_uniq_tagged_files); \ |
| shift; \ |
| if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| test -n "$$unique" || unique=$$empty_fix; \ |
| if test $$ |
| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| "$$@" $$unique; \ |
| else \ |
| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| $$unique; \ |
| fi; \ |
| fi |
| ctags: ctags-recursive |
|
|
| CTAGS: ctags |
| ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| $(am__define_uniq_tagged_files); \ |
| test -z "$(CTAGS_ARGS)$$unique" \ |
| || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| $$unique |
|
|
| GTAGS: |
| here=`$(am__cd) $(top_builddir) && pwd` \ |
| && $(am__cd) $(top_srcdir) \ |
| && gtags -i $(GTAGS_ARGS) "$$here" |
| cscope: cscope.files |
| test ! -s cscope.files \ |
| || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
| clean-cscope: |
| -rm -f cscope.files |
| cscope.files: clean-cscope cscopelist |
| cscopelist: cscopelist-recursive |
|
|
| cscopelist-am: $(am__tagged_files) |
| list='$(am__tagged_files)'; \ |
| case "$(srcdir)" in \ |
| [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| *) sdir=$(subdir)/$(srcdir) ;; \ |
| esac; \ |
| for i in $$list; do \ |
| if test -f "$$i"; then \ |
| echo "$(subdir)/$$i"; \ |
| else \ |
| echo "$$sdir/$$i"; \ |
| fi; \ |
| done >> $(top_builddir)/cscope.files |
|
|
| distclean-tags: |
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
|
|
| distdir: $(DISTFILES) |
| $(am__remove_distdir) |
| test -d "$(distdir)" || mkdir "$(distdir)" |
| @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| list='$(DISTFILES)'; \ |
| dist_files=`for file in $$list; do echo $$file; done | \ |
| sed -e "s|^$$srcdirstrip/||;t" \ |
| -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| case $$dist_files in \ |
| * |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |