Sebastian Dröge | d8a669d | 2015-08-19 14:01:25 +0300 | [diff] [blame] | 1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 2 | # @configure_input@ |
| 3 | |
Sebastian Dröge | d8a669d | 2015-08-19 14:01:25 +0300 | [diff] [blame] | 4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc. |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 5 | |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 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 | # include this at the end of $MODULE/ext/Makefile.am to force make to |
| 18 | # build subdirectories in parallel when make -jN is used. We will end up |
| 19 | # descending into all subdirectories a second time, but only after the first |
| 20 | # (parallel) run has finished, so it should go right through the second time. |
| 21 | VPATH = @srcdir@ |
Sebastian Dröge | d8a669d | 2015-08-19 14:01:25 +0300 | [diff] [blame] | 22 | am__is_gnu_make = { \ |
| 23 | if test -z '$(MAKELEVEL)'; then \ |
| 24 | false; \ |
| 25 | elif test -n '$(MAKE_HOST)'; then \ |
| 26 | true; \ |
| 27 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
| 28 | true; \ |
| 29 | else \ |
| 30 | false; \ |
| 31 | fi; \ |
| 32 | } |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 33 | am__make_running_with_option = \ |
| 34 | case $${target_option-} in \ |
| 35 | ?) ;; \ |
| 36 | *) echo "am__make_running_with_option: internal error: invalid" \ |
| 37 | "target option '$${target_option-}' specified" >&2; \ |
| 38 | exit 1;; \ |
| 39 | esac; \ |
| 40 | has_opt=no; \ |
| 41 | sane_makeflags=$$MAKEFLAGS; \ |
| 42 | if $(am__is_gnu_make); then \ |
| 43 | sane_makeflags=$$MFLAGS; \ |
| 44 | else \ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 45 | case $$MAKEFLAGS in \ |
| 46 | *\\[\ \ ]*) \ |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 47 | bs=\\; \ |
| 48 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
| 49 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 50 | esac; \ |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 51 | fi; \ |
| 52 | skip_next=no; \ |
| 53 | strip_trailopt () \ |
| 54 | { \ |
| 55 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
| 56 | }; \ |
| 57 | for flg in $$sane_makeflags; do \ |
| 58 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
| 59 | case $$flg in \ |
| 60 | *=*|--*) continue;; \ |
| 61 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
| 62 | -*I?*) strip_trailopt 'I';; \ |
| 63 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
| 64 | -*O?*) strip_trailopt 'O';; \ |
| 65 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
| 66 | -*l?*) strip_trailopt 'l';; \ |
| 67 | -[dEDm]) skip_next=yes;; \ |
| 68 | -[JT]) skip_next=yes;; \ |
| 69 | esac; \ |
| 70 | case $$flg in \ |
| 71 | *$$target_option*) has_opt=yes; break;; \ |
| 72 | esac; \ |
| 73 | done; \ |
| 74 | test $$has_opt = yes |
| 75 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
| 76 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 77 | pkgdatadir = $(datadir)/@PACKAGE@ |
| 78 | pkgincludedir = $(includedir)/@PACKAGE@ |
| 79 | pkglibdir = $(libdir)/@PACKAGE@ |
| 80 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| 81 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 82 | install_sh_DATA = $(install_sh) -c -m 644 |
| 83 | install_sh_PROGRAM = $(install_sh) -c |
| 84 | install_sh_SCRIPT = $(install_sh) -c |
| 85 | INSTALL_HEADER = $(INSTALL_DATA) |
| 86 | transform = $(program_transform_name) |
| 87 | NORMAL_INSTALL = : |
| 88 | PRE_INSTALL = : |
| 89 | POST_INSTALL = : |
| 90 | NORMAL_UNINSTALL = : |
| 91 | PRE_UNINSTALL = : |
| 92 | POST_UNINSTALL = : |
| 93 | build_triplet = @build@ |
| 94 | host_triplet = @host@ |
Sebastian Dröge | 1e844f1 | 2012-06-08 13:25:41 +0200 | [diff] [blame] | 95 | target_triplet = @target@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 96 | subdir = gst |
| 97 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 98 | am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \ |
| 99 | $(top_srcdir)/common/m4/as-auto-alt.m4 \ |
| 100 | $(top_srcdir)/common/m4/as-compiler-flag.m4 \ |
Sebastian Dröge | 7509e45 | 2012-05-21 15:15:09 +0200 | [diff] [blame] | 101 | $(top_srcdir)/common/m4/as-libtool.m4 \ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 102 | $(top_srcdir)/common/m4/as-version.m4 \ |
| 103 | $(top_srcdir)/common/m4/ax_create_stdint_h.m4 \ |
| 104 | $(top_srcdir)/common/m4/gst-arch.m4 \ |
| 105 | $(top_srcdir)/common/m4/gst-args.m4 \ |
| 106 | $(top_srcdir)/common/m4/gst-check.m4 \ |
| 107 | $(top_srcdir)/common/m4/gst-default.m4 \ |
| 108 | $(top_srcdir)/common/m4/gst-dowhile.m4 \ |
| 109 | $(top_srcdir)/common/m4/gst-error.m4 \ |
| 110 | $(top_srcdir)/common/m4/gst-feature.m4 \ |
| 111 | $(top_srcdir)/common/m4/gst-function.m4 \ |
| 112 | $(top_srcdir)/common/m4/gst-gettext.m4 \ |
| 113 | $(top_srcdir)/common/m4/gst-glib2.m4 \ |
| 114 | $(top_srcdir)/common/m4/gst-package-release-datetime.m4 \ |
| 115 | $(top_srcdir)/common/m4/gst-plugin-docs.m4 \ |
| 116 | $(top_srcdir)/common/m4/gst-plugindir.m4 \ |
| 117 | $(top_srcdir)/common/m4/gst.m4 \ |
| 118 | $(top_srcdir)/common/m4/gtk-doc.m4 \ |
| 119 | $(top_srcdir)/common/m4/orc.m4 $(top_srcdir)/common/m4/pkg.m4 \ |
| 120 | $(top_srcdir)/m4/a52.m4 $(top_srcdir)/m4/gettext.m4 \ |
| 121 | $(top_srcdir)/m4/gst-sid.m4 $(top_srcdir)/m4/iconv.m4 \ |
| 122 | $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \ |
| 123 | $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ |
| 124 | $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ |
| 125 | $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ |
| 126 | $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ |
| 127 | $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ |
| 128 | $(top_srcdir)/configure.ac |
| 129 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 130 | $(ACLOCAL_M4) |
Sebastian Dröge | d8a669d | 2015-08-19 14:01:25 +0300 | [diff] [blame] | 131 | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 132 | mkinstalldirs = $(install_sh) -d |
| 133 | CONFIG_HEADER = $(top_builddir)/config.h |
| 134 | CONFIG_CLEAN_FILES = |
| 135 | CONFIG_CLEAN_VPATH_FILES = |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 136 | AM_V_P = $(am__v_P_@AM_V@) |
| 137 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 138 | am__v_P_0 = false |
| 139 | am__v_P_1 = : |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 140 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 141 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 142 | am__v_GEN_0 = @echo " GEN " $@; |
| 143 | am__v_GEN_1 = |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 144 | AM_V_at = $(am__v_at_@AM_V@) |
| 145 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 146 | am__v_at_0 = @ |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 147 | am__v_at_1 = |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 148 | SOURCES = |
| 149 | DIST_SOURCES = |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 150 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
| 151 | ctags-recursive dvi-recursive html-recursive info-recursive \ |
| 152 | install-data-recursive install-dvi-recursive \ |
| 153 | install-exec-recursive install-html-recursive \ |
| 154 | install-info-recursive install-pdf-recursive \ |
| 155 | install-ps-recursive install-recursive installcheck-recursive \ |
| 156 | installdirs-recursive pdf-recursive ps-recursive \ |
| 157 | tags-recursive uninstall-recursive |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 158 | am__can_run_installinfo = \ |
| 159 | case $$AM_UPDATE_INFO_DIR in \ |
| 160 | n|no|NO) false;; \ |
| 161 | *) (install-info --version) >/dev/null 2>&1;; \ |
| 162 | esac |
| 163 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 164 | distclean-recursive maintainer-clean-recursive |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 165 | am__recursive_targets = \ |
| 166 | $(RECURSIVE_TARGETS) \ |
| 167 | $(RECURSIVE_CLEAN_TARGETS) \ |
| 168 | $(am__extra_recursive_targets) |
| 169 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 170 | distdir |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 171 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
| 172 | # Read a list of newline-separated strings from the standard input, |
| 173 | # and print each of them once, without duplicates. Input order is |
| 174 | # *not* preserved. |
| 175 | am__uniquify_input = $(AWK) '\ |
| 176 | BEGIN { nonempty = 0; } \ |
| 177 | { items[$$0] = 1; nonempty = 1; } \ |
| 178 | END { if (nonempty) { for (i in items) print i; }; } \ |
| 179 | ' |
| 180 | # Make sure the list of sources is unique. This is necessary because, |
| 181 | # e.g., the same source file might be shared among _SOURCES variables |
| 182 | # for different programs/libraries. |
| 183 | am__define_uniq_tagged_files = \ |
| 184 | list='$(am__tagged_files)'; \ |
| 185 | unique=`for i in $$list; do \ |
| 186 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 187 | done | $(am__uniquify_input)` |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 188 | ETAGS = etags |
| 189 | CTAGS = ctags |
Sebastian Dröge | d8a669d | 2015-08-19 14:01:25 +0300 | [diff] [blame] | 190 | am__DIST_COMMON = $(srcdir)/Makefile.in \ |
| 191 | $(top_srcdir)/common/parallel-subdirs.mak |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 192 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 193 | am__relativize = \ |
| 194 | dir0=`pwd`; \ |
| 195 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
| 196 | sed_rest='s,^[^/]*/*,,'; \ |
| 197 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
| 198 | sed_butlast='s,/*[^/]*$$,,'; \ |
| 199 | while test -n "$$dir1"; do \ |
| 200 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
| 201 | if test "$$first" != "."; then \ |
| 202 | if test "$$first" = ".."; then \ |
| 203 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
| 204 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
| 205 | else \ |
| 206 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
| 207 | if test "$$first2" = "$$first"; then \ |
| 208 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
| 209 | else \ |
| 210 | dir2="../$$dir2"; \ |
| 211 | fi; \ |
| 212 | dir0="$$dir0"/"$$first"; \ |
| 213 | fi; \ |
| 214 | fi; \ |
| 215 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
| 216 | done; \ |
| 217 | reldir="$$dir2" |
| 218 | A52DEC_CFLAGS = @A52DEC_CFLAGS@ |
| 219 | A52DEC_LIBS = @A52DEC_LIBS@ |
| 220 | ACLOCAL = @ACLOCAL@ |
| 221 | ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ |
| 222 | AMRNB_CFLAGS = @AMRNB_CFLAGS@ |
| 223 | AMRNB_LIBS = @AMRNB_LIBS@ |
| 224 | AMRWB_CFLAGS = @AMRWB_CFLAGS@ |
| 225 | AMRWB_LIBS = @AMRWB_LIBS@ |
| 226 | AMTAR = @AMTAR@ |
| 227 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 228 | AR = @AR@ |
| 229 | AS = @AS@ |
| 230 | AUTOCONF = @AUTOCONF@ |
| 231 | AUTOHEADER = @AUTOHEADER@ |
| 232 | AUTOMAKE = @AUTOMAKE@ |
| 233 | AWK = @AWK@ |
| 234 | CC = @CC@ |
| 235 | CCASFLAGS = @CCASFLAGS@ |
| 236 | CCDEPMODE = @CCDEPMODE@ |
| 237 | CDIO_CFLAGS = @CDIO_CFLAGS@ |
| 238 | CDIO_LIBS = @CDIO_LIBS@ |
| 239 | CFLAGS = @CFLAGS@ |
| 240 | CPP = @CPP@ |
| 241 | CPPFLAGS = @CPPFLAGS@ |
| 242 | CXX = @CXX@ |
| 243 | CXXCPP = @CXXCPP@ |
| 244 | CXXDEPMODE = @CXXDEPMODE@ |
| 245 | CXXFLAGS = @CXXFLAGS@ |
| 246 | CYGPATH_W = @CYGPATH_W@ |
| 247 | DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@ |
| 248 | DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@ |
| 249 | DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@ |
| 250 | DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@ |
| 251 | DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@ |
| 252 | DEFS = @DEFS@ |
| 253 | DEPDIR = @DEPDIR@ |
| 254 | DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@ |
| 255 | DLLTOOL = @DLLTOOL@ |
| 256 | DSYMUTIL = @DSYMUTIL@ |
| 257 | DUMPBIN = @DUMPBIN@ |
| 258 | DVDREAD_LIBS = @DVDREAD_LIBS@ |
| 259 | ECHO_C = @ECHO_C@ |
| 260 | ECHO_N = @ECHO_N@ |
| 261 | ECHO_T = @ECHO_T@ |
| 262 | EGREP = @EGREP@ |
| 263 | ERROR_CFLAGS = @ERROR_CFLAGS@ |
| 264 | ERROR_CXXFLAGS = @ERROR_CXXFLAGS@ |
| 265 | EXEEXT = @EXEEXT@ |
| 266 | FFLAGS = @FFLAGS@ |
| 267 | FGREP = @FGREP@ |
| 268 | GCOV = @GCOV@ |
| 269 | GCOV_CFLAGS = @GCOV_CFLAGS@ |
| 270 | GCOV_LIBS = @GCOV_LIBS@ |
| 271 | GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ |
| 272 | GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ |
| 273 | GIO_CFLAGS = @GIO_CFLAGS@ |
| 274 | GIO_LDFLAGS = @GIO_LDFLAGS@ |
| 275 | GIO_LIBS = @GIO_LIBS@ |
| 276 | GLIB_CFLAGS = @GLIB_CFLAGS@ |
| 277 | GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@ |
Sebastian Dröge | c167d67 | 2012-08-09 11:25:39 +0200 | [diff] [blame] | 278 | GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 279 | GLIB_LIBS = @GLIB_LIBS@ |
Sebastian Dröge | c167d67 | 2012-08-09 11:25:39 +0200 | [diff] [blame] | 280 | GLIB_MKENUMS = @GLIB_MKENUMS@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 281 | GLIB_PREFIX = @GLIB_PREFIX@ |
| 282 | GLIB_REQ = @GLIB_REQ@ |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 283 | GMODULE_NO_EXPORT_CFLAGS = @GMODULE_NO_EXPORT_CFLAGS@ |
| 284 | GMODULE_NO_EXPORT_LIBS = @GMODULE_NO_EXPORT_LIBS@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 285 | GMSGFMT = @GMSGFMT@ |
| 286 | GMSGFMT_015 = @GMSGFMT_015@ |
| 287 | GREP = @GREP@ |
| 288 | GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@ |
| 289 | GSTPB_PREFIX = @GSTPB_PREFIX@ |
Sebastian Dröge | 7509e45 | 2012-05-21 15:15:09 +0200 | [diff] [blame] | 290 | GST_AGE = @GST_AGE@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 291 | GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@ |
| 292 | GST_API_VERSION = @GST_API_VERSION@ |
| 293 | GST_BASE_CFLAGS = @GST_BASE_CFLAGS@ |
| 294 | GST_BASE_LIBS = @GST_BASE_LIBS@ |
| 295 | GST_CFLAGS = @GST_CFLAGS@ |
| 296 | GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@ |
| 297 | GST_CHECK_LIBS = @GST_CHECK_LIBS@ |
Sebastian Dröge | 7509e45 | 2012-05-21 15:15:09 +0200 | [diff] [blame] | 298 | GST_CURRENT = @GST_CURRENT@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 299 | GST_CXXFLAGS = @GST_CXXFLAGS@ |
| 300 | GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@ |
| 301 | GST_LIBS = @GST_LIBS@ |
Sebastian Dröge | 7509e45 | 2012-05-21 15:15:09 +0200 | [diff] [blame] | 302 | GST_LIBVERSION = @GST_LIBVERSION@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 303 | GST_LICENSE = @GST_LICENSE@ |
Sebastian Dröge | 7509e45 | 2012-05-21 15:15:09 +0200 | [diff] [blame] | 304 | GST_LT_LDFLAGS = @GST_LT_LDFLAGS@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 305 | GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@ |
| 306 | GST_OPTION_CXXFLAGS = @GST_OPTION_CXXFLAGS@ |
| 307 | GST_PACKAGE_NAME = @GST_PACKAGE_NAME@ |
| 308 | GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@ |
| 309 | GST_PLUGINS_ALL = @GST_PLUGINS_ALL@ |
| 310 | GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@ |
| 311 | GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@ |
| 312 | GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@ |
| 313 | GST_PLUGINS_DIR = @GST_PLUGINS_DIR@ |
| 314 | GST_PLUGINS_NONPORTED = @GST_PLUGINS_NONPORTED@ |
| 315 | GST_PLUGINS_SELECTED = @GST_PLUGINS_SELECTED@ |
| 316 | GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@ |
Sebastian Dröge | 65fd101 | 2013-04-26 14:09:23 +0200 | [diff] [blame] | 317 | GST_PLUGIN_LIBTOOLFLAGS = @GST_PLUGIN_LIBTOOLFLAGS@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 318 | GST_PREFIX = @GST_PREFIX@ |
Sebastian Dröge | 7509e45 | 2012-05-21 15:15:09 +0200 | [diff] [blame] | 319 | GST_REVISION = @GST_REVISION@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 320 | GST_TOOLS_DIR = @GST_TOOLS_DIR@ |
| 321 | GTKDOC_CHECK = @GTKDOC_CHECK@ |
Sebastian Dröge | 1e844f1 | 2012-06-08 13:25:41 +0200 | [diff] [blame] | 322 | GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ |
| 323 | GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ |
| 324 | GTKDOC_MKPDF = @GTKDOC_MKPDF@ |
| 325 | GTKDOC_REBASE = @GTKDOC_REBASE@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 326 | HAVE_CXX = @HAVE_CXX@ |
| 327 | HAVE_DVDREAD = @HAVE_DVDREAD@ |
| 328 | HAVE_LAME = @HAVE_LAME@ |
| 329 | HTML_DIR = @HTML_DIR@ |
| 330 | INSTALL = @INSTALL@ |
| 331 | INSTALL_DATA = @INSTALL_DATA@ |
| 332 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 333 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 334 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 335 | INTLLIBS = @INTLLIBS@ |
| 336 | INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ |
| 337 | LAME_CFLAGS = @LAME_CFLAGS@ |
| 338 | LAME_LIBS = @LAME_LIBS@ |
| 339 | LD = @LD@ |
| 340 | LDFLAGS = @LDFLAGS@ |
| 341 | LIBICONV = @LIBICONV@ |
| 342 | LIBINTL = @LIBINTL@ |
| 343 | LIBM = @LIBM@ |
| 344 | LIBOBJS = @LIBOBJS@ |
| 345 | LIBS = @LIBS@ |
| 346 | LIBTOOL = @LIBTOOL@ |
| 347 | LIPO = @LIPO@ |
| 348 | LN_S = @LN_S@ |
| 349 | LOCALEDIR = @LOCALEDIR@ |
| 350 | LTLIBICONV = @LTLIBICONV@ |
| 351 | LTLIBINTL = @LTLIBINTL@ |
| 352 | LTLIBOBJS = @LTLIBOBJS@ |
Sebastian Dröge | 3803c8d | 2016-02-19 11:38:03 +0200 | [diff] [blame] | 353 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 354 | MAINT = @MAINT@ |
| 355 | MAKEINFO = @MAKEINFO@ |
| 356 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 357 | MKDIR_P = @MKDIR_P@ |
| 358 | MPEG2DEC_CFLAGS = @MPEG2DEC_CFLAGS@ |
| 359 | MPEG2DEC_LIBS = @MPEG2DEC_LIBS@ |
Sebastian Dröge | 3803c8d | 2016-02-19 11:38:03 +0200 | [diff] [blame] | 360 | MPG123_CFLAGS = @MPG123_CFLAGS@ |
| 361 | MPG123_LIBS = @MPG123_LIBS@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 362 | MSGFMT = @MSGFMT@ |
| 363 | MSGFMT_015 = @MSGFMT_015@ |
| 364 | MSGMERGE = @MSGMERGE@ |
| 365 | NM = @NM@ |
| 366 | NMEDIT = @NMEDIT@ |
| 367 | OBJDUMP = @OBJDUMP@ |
| 368 | OBJEXT = @OBJEXT@ |
| 369 | ORCC = @ORCC@ |
| 370 | ORCC_FLAGS = @ORCC_FLAGS@ |
| 371 | ORC_CFLAGS = @ORC_CFLAGS@ |
| 372 | ORC_LIBS = @ORC_LIBS@ |
| 373 | OTOOL = @OTOOL@ |
| 374 | OTOOL64 = @OTOOL64@ |
| 375 | PACKAGE = @PACKAGE@ |
| 376 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 377 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 378 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 379 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 380 | PACKAGE_URL = @PACKAGE_URL@ |
| 381 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 382 | PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@ |
| 383 | PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@ |
| 384 | PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@ |
| 385 | PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@ |
| 386 | PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@ |
| 387 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 388 | PKG_CONFIG = @PKG_CONFIG@ |
| 389 | PLUGINDIR = @PLUGINDIR@ |
| 390 | POSUB = @POSUB@ |
| 391 | PROFILE_CFLAGS = @PROFILE_CFLAGS@ |
| 392 | PYTHON = @PYTHON@ |
| 393 | PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ |
| 394 | PYTHON_PLATFORM = @PYTHON_PLATFORM@ |
| 395 | PYTHON_PREFIX = @PYTHON_PREFIX@ |
| 396 | PYTHON_VERSION = @PYTHON_VERSION@ |
| 397 | RANLIB = @RANLIB@ |
| 398 | SED = @SED@ |
| 399 | SET_MAKE = @SET_MAKE@ |
| 400 | SHELL = @SHELL@ |
| 401 | SIDPLAY_CFLAGS = @SIDPLAY_CFLAGS@ |
| 402 | SIDPLAY_LIBS = @SIDPLAY_LIBS@ |
| 403 | STRIP = @STRIP@ |
| 404 | TWOLAME_CFLAGS = @TWOLAME_CFLAGS@ |
| 405 | TWOLAME_LIBS = @TWOLAME_LIBS@ |
| 406 | USE_NLS = @USE_NLS@ |
| 407 | VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ |
| 408 | VALGRIND_LIBS = @VALGRIND_LIBS@ |
| 409 | VALGRIND_PATH = @VALGRIND_PATH@ |
| 410 | VERSION = @VERSION@ |
| 411 | WARNING_CFLAGS = @WARNING_CFLAGS@ |
| 412 | WARNING_CXXFLAGS = @WARNING_CXXFLAGS@ |
| 413 | WIN32_LIBS = @WIN32_LIBS@ |
| 414 | X264_CFLAGS = @X264_CFLAGS@ |
| 415 | X264_LIBS = @X264_LIBS@ |
| 416 | XGETTEXT = @XGETTEXT@ |
| 417 | XGETTEXT_015 = @XGETTEXT_015@ |
| 418 | XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ |
| 419 | abs_builddir = @abs_builddir@ |
| 420 | abs_srcdir = @abs_srcdir@ |
| 421 | abs_top_builddir = @abs_top_builddir@ |
| 422 | abs_top_srcdir = @abs_top_srcdir@ |
| 423 | ac_ct_AR = @ac_ct_AR@ |
| 424 | ac_ct_CC = @ac_ct_CC@ |
| 425 | ac_ct_CXX = @ac_ct_CXX@ |
| 426 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 427 | am__include = @am__include@ |
| 428 | am__leading_dot = @am__leading_dot@ |
| 429 | am__quote = @am__quote@ |
| 430 | am__tar = @am__tar@ |
| 431 | am__untar = @am__untar@ |
| 432 | bindir = @bindir@ |
| 433 | build = @build@ |
| 434 | build_alias = @build_alias@ |
| 435 | build_cpu = @build_cpu@ |
| 436 | build_os = @build_os@ |
| 437 | build_vendor = @build_vendor@ |
| 438 | builddir = @builddir@ |
| 439 | datadir = @datadir@ |
| 440 | datarootdir = @datarootdir@ |
| 441 | docdir = @docdir@ |
| 442 | dvidir = @dvidir@ |
| 443 | exec_prefix = @exec_prefix@ |
| 444 | host = @host@ |
| 445 | host_alias = @host_alias@ |
| 446 | host_cpu = @host_cpu@ |
| 447 | host_os = @host_os@ |
| 448 | host_vendor = @host_vendor@ |
| 449 | htmldir = @htmldir@ |
| 450 | includedir = @includedir@ |
| 451 | infodir = @infodir@ |
| 452 | install_sh = @install_sh@ |
| 453 | libdir = @libdir@ |
| 454 | libexecdir = @libexecdir@ |
| 455 | localedir = @localedir@ |
| 456 | localstatedir = @localstatedir@ |
| 457 | mandir = @mandir@ |
| 458 | mkdir_p = @mkdir_p@ |
| 459 | oldincludedir = @oldincludedir@ |
| 460 | pdfdir = @pdfdir@ |
| 461 | pkgpyexecdir = @pkgpyexecdir@ |
| 462 | pkgpythondir = @pkgpythondir@ |
| 463 | plugindir = @plugindir@ |
| 464 | prefix = @prefix@ |
| 465 | program_transform_name = @program_transform_name@ |
| 466 | psdir = @psdir@ |
| 467 | pyexecdir = @pyexecdir@ |
| 468 | pythondir = @pythondir@ |
Sebastian Dröge | a6c47a0 | 2015-09-18 19:49:30 +0200 | [diff] [blame] | 469 | runstatedir = @runstatedir@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 470 | sbindir = @sbindir@ |
| 471 | sharedstatedir = @sharedstatedir@ |
| 472 | srcdir = @srcdir@ |
| 473 | sysconfdir = @sysconfdir@ |
Sebastian Dröge | 1e844f1 | 2012-06-08 13:25:41 +0200 | [diff] [blame] | 474 | target = @target@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 475 | target_alias = @target_alias@ |
Sebastian Dröge | 1e844f1 | 2012-06-08 13:25:41 +0200 | [diff] [blame] | 476 | target_cpu = @target_cpu@ |
| 477 | target_os = @target_os@ |
| 478 | target_vendor = @target_vendor@ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 479 | top_build_prefix = @top_build_prefix@ |
| 480 | top_builddir = @top_builddir@ |
| 481 | top_srcdir = @top_srcdir@ |
| 482 | SUBDIRS = $(GST_PLUGINS_SELECTED) |
| 483 | DIST_SUBDIRS = $(GST_PLUGINS_ALL) |
| 484 | all: all-recursive |
| 485 | |
| 486 | .SUFFIXES: |
| 487 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common/parallel-subdirs.mak $(am__configure_deps) |
| 488 | @for dep in $?; do \ |
| 489 | case '$(am__configure_deps)' in \ |
| 490 | *$$dep*) \ |
| 491 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| 492 | && { if test -f $@; then exit 0; else break; fi; }; \ |
| 493 | exit 1;; \ |
| 494 | esac; \ |
| 495 | done; \ |
| 496 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gst/Makefile'; \ |
| 497 | $(am__cd) $(top_srcdir) && \ |
| 498 | $(AUTOMAKE) --gnu gst/Makefile |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 499 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 500 | @case '$?' in \ |
| 501 | *config.status*) \ |
| 502 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 503 | *) \ |
| 504 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 505 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 506 | esac; |
Sebastian Dröge | d8a669d | 2015-08-19 14:01:25 +0300 | [diff] [blame] | 507 | $(top_srcdir)/common/parallel-subdirs.mak $(am__empty): |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 508 | |
| 509 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 510 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 511 | |
| 512 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 513 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 514 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 515 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 516 | $(am__aclocal_m4_deps): |
| 517 | |
| 518 | mostlyclean-libtool: |
| 519 | -rm -f *.lo |
| 520 | |
| 521 | clean-libtool: |
| 522 | -rm -rf .libs _libs |
| 523 | |
| 524 | # This directory's subdirectories are mostly independent; you can cd |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 525 | # into them and run 'make' without going through this Makefile. |
| 526 | # To change the values of 'make' variables: instead of editing Makefiles, |
| 527 | # (1) if the variable is set in 'config.status', edit 'config.status' |
| 528 | # (which will cause the Makefiles to be regenerated when you run 'make'); |
| 529 | # (2) otherwise, pass the desired values on the 'make' command line. |
| 530 | $(am__recursive_targets): |
| 531 | @fail=; \ |
| 532 | if $(am__make_keepgoing); then \ |
| 533 | failcom='fail=yes'; \ |
| 534 | else \ |
| 535 | failcom='exit 1'; \ |
| 536 | fi; \ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 537 | dot_seen=no; \ |
| 538 | target=`echo $@ | sed s/-recursive//`; \ |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 539 | case "$@" in \ |
| 540 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 541 | *) list='$(SUBDIRS)' ;; \ |
| 542 | esac; \ |
| 543 | for subdir in $$list; do \ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 544 | echo "Making $$target in $$subdir"; \ |
| 545 | if test "$$subdir" = "."; then \ |
| 546 | dot_seen=yes; \ |
| 547 | local_target="$$target-am"; \ |
| 548 | else \ |
| 549 | local_target="$$target"; \ |
| 550 | fi; \ |
| 551 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 552 | || eval $$failcom; \ |
| 553 | done; \ |
| 554 | if test "$$dot_seen" = "no"; then \ |
| 555 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 556 | fi; test -z "$$fail" |
Sebastian Dröge | 51d87db | 2013-07-13 11:33:42 +0200 | [diff] [blame] | 557 | |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 558 | ID: $(am__tagged_files) |
| 559 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
| 560 | tags: tags-recursive |
| 561 | TAGS: tags |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 562 | |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 563 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 564 | set x; \ |
| 565 | here=`pwd`; \ |
| 566 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| 567 | include_option=--etags-include; \ |
| 568 | empty_fix=.; \ |
| 569 | else \ |
| 570 | include_option=--include; \ |
| 571 | empty_fix=; \ |
| 572 | fi; \ |
| 573 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 574 | if test "$$subdir" = .; then :; else \ |
| 575 | test ! -f $$subdir/TAGS || \ |
| 576 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| 577 | fi; \ |
| 578 | done; \ |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 579 | $(am__define_uniq_tagged_files); \ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 580 | shift; \ |
| 581 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 582 | test -n "$$unique" || unique=$$empty_fix; \ |
| 583 | if test $$# -gt 0; then \ |
| 584 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 585 | "$$@" $$unique; \ |
| 586 | else \ |
| 587 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 588 | $$unique; \ |
| 589 | fi; \ |
| 590 | fi |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 591 | ctags: ctags-recursive |
| 592 | |
| 593 | CTAGS: ctags |
| 594 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 595 | $(am__define_uniq_tagged_files); \ |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 596 | test -z "$(CTAGS_ARGS)$$unique" \ |
| 597 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 598 | $$unique |
| 599 | |
| 600 | GTAGS: |
| 601 | here=`$(am__cd) $(top_builddir) && pwd` \ |
| 602 | && $(am__cd) $(top_srcdir) \ |
| 603 | && gtags -i $(GTAGS_ARGS) "$$here" |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 604 | cscopelist: cscopelist-recursive |
| 605 | |
| 606 | cscopelist-am: $(am__tagged_files) |
| 607 | list='$(am__tagged_files)'; \ |
| 608 | case "$(srcdir)" in \ |
| 609 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 610 | *) sdir=$(subdir)/$(srcdir) ;; \ |
| 611 | esac; \ |
| 612 | for i in $$list; do \ |
| 613 | if test -f "$$i"; then \ |
| 614 | echo "$(subdir)/$$i"; \ |
| 615 | else \ |
| 616 | echo "$$sdir/$$i"; \ |
| 617 | fi; \ |
| 618 | done >> $(top_builddir)/cscope.files |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 619 | |
| 620 | distclean-tags: |
| 621 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 622 | |
| 623 | distdir: $(DISTFILES) |
| 624 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 625 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 626 | list='$(DISTFILES)'; \ |
| 627 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 628 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 629 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 630 | case $$dist_files in \ |
| 631 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 632 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 633 | sort -u` ;; \ |
| 634 | esac; \ |
| 635 | for file in $$dist_files; do \ |
| 636 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 637 | if test -d $$d/$$file; then \ |
| 638 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 639 | if test -d "$(distdir)/$$file"; then \ |
| 640 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 641 | fi; \ |
| 642 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 643 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 644 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 645 | fi; \ |
| 646 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 647 | else \ |
| 648 | test -f "$(distdir)/$$file" \ |
| 649 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
| 650 | || exit 1; \ |
| 651 | fi; \ |
| 652 | done |
| 653 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 654 | if test "$$subdir" = .; then :; else \ |
| 655 | $(am__make_dryrun) \ |
| 656 | || test -d "$(distdir)/$$subdir" \ |
| 657 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
| 658 | || exit 1; \ |
| 659 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 660 | $(am__relativize); \ |
| 661 | new_distdir=$$reldir; \ |
| 662 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
| 663 | $(am__relativize); \ |
| 664 | new_top_distdir=$$reldir; \ |
| 665 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
| 666 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
| 667 | ($(am__cd) $$subdir && \ |
| 668 | $(MAKE) $(AM_MAKEFLAGS) \ |
| 669 | top_distdir="$$new_top_distdir" \ |
| 670 | distdir="$$new_distdir" \ |
| 671 | am__remove_distdir=: \ |
| 672 | am__skip_length_check=: \ |
| 673 | am__skip_mode_fix=: \ |
| 674 | distdir) \ |
| 675 | || exit 1; \ |
| 676 | fi; \ |
| 677 | done |
| 678 | check-am: all-am |
| 679 | check: check-recursive |
| 680 | all-am: Makefile |
| 681 | installdirs: installdirs-recursive |
| 682 | installdirs-am: |
| 683 | install: install-recursive |
| 684 | install-exec: install-exec-recursive |
| 685 | install-data: install-data-recursive |
| 686 | uninstall: uninstall-recursive |
| 687 | |
| 688 | install-am: all-am |
| 689 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 690 | |
| 691 | installcheck: installcheck-recursive |
| 692 | install-strip: |
| 693 | if test -z '$(STRIP)'; then \ |
| 694 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 695 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 696 | install; \ |
| 697 | else \ |
| 698 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 699 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 700 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 701 | fi |
| 702 | mostlyclean-generic: |
| 703 | |
| 704 | clean-generic: |
| 705 | |
| 706 | distclean-generic: |
| 707 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 708 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 709 | |
| 710 | maintainer-clean-generic: |
| 711 | @echo "This command is intended for maintainers to use" |
| 712 | @echo "it deletes files that may require special tools to rebuild." |
| 713 | clean: clean-recursive |
| 714 | |
| 715 | clean-am: clean-generic clean-libtool mostlyclean-am |
| 716 | |
| 717 | distclean: distclean-recursive |
| 718 | -rm -f Makefile |
| 719 | distclean-am: clean-am distclean-generic distclean-tags |
| 720 | |
| 721 | dvi: dvi-recursive |
| 722 | |
| 723 | dvi-am: |
| 724 | |
| 725 | html: html-recursive |
| 726 | |
| 727 | html-am: |
| 728 | |
| 729 | info: info-recursive |
| 730 | |
| 731 | info-am: |
| 732 | |
| 733 | install-data-am: |
| 734 | |
| 735 | install-dvi: install-dvi-recursive |
| 736 | |
| 737 | install-dvi-am: |
| 738 | |
| 739 | install-exec-am: |
| 740 | |
| 741 | install-html: install-html-recursive |
| 742 | |
| 743 | install-html-am: |
| 744 | |
| 745 | install-info: install-info-recursive |
| 746 | |
| 747 | install-info-am: |
| 748 | |
| 749 | install-man: |
| 750 | |
| 751 | install-pdf: install-pdf-recursive |
| 752 | |
| 753 | install-pdf-am: |
| 754 | |
| 755 | install-ps: install-ps-recursive |
| 756 | |
| 757 | install-ps-am: |
| 758 | |
| 759 | installcheck-am: |
| 760 | |
| 761 | maintainer-clean: maintainer-clean-recursive |
| 762 | -rm -f Makefile |
| 763 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 764 | |
| 765 | mostlyclean: mostlyclean-recursive |
| 766 | |
| 767 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
| 768 | |
| 769 | pdf: pdf-recursive |
| 770 | |
| 771 | pdf-am: |
| 772 | |
| 773 | ps: ps-recursive |
| 774 | |
| 775 | ps-am: |
| 776 | |
| 777 | uninstall-am: |
| 778 | |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 779 | .MAKE: $(am__recursive_targets) install-am install-strip |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 780 | |
Sebastian Dröge | 6bf128e | 2013-07-14 12:07:04 +0200 | [diff] [blame] | 781 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ |
| 782 | check-am clean clean-generic clean-libtool cscopelist-am ctags \ |
| 783 | ctags-am distclean distclean-generic distclean-libtool \ |
| 784 | distclean-tags distdir dvi dvi-am html html-am info info-am \ |
| 785 | install install-am install-data install-data-am install-dvi \ |
| 786 | install-dvi-am install-exec install-exec-am install-html \ |
| 787 | install-html-am install-info install-info-am install-man \ |
| 788 | install-pdf install-pdf-am install-ps install-ps-am \ |
| 789 | install-strip installcheck installcheck-am installdirs \ |
| 790 | installdirs-am maintainer-clean maintainer-clean-generic \ |
| 791 | mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ |
| 792 | ps ps-am tags tags-am uninstall uninstall-am |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 793 | |
Sebastian Dröge | d8a669d | 2015-08-19 14:01:25 +0300 | [diff] [blame] | 794 | .PRECIOUS: Makefile |
| 795 | |
Olivier Naudan | 2556a70 | 2012-04-16 08:57:32 -0400 | [diff] [blame] | 796 | |
| 797 | .PHONY: independent-subdirs $(SUBDIRS) |
| 798 | |
| 799 | independent-subdirs: $(SUBDIRS) |
| 800 | |
| 801 | $(SUBDIRS): |
| 802 | $(MAKE) -C $@ |
| 803 | |
| 804 | all-recursive: independent-subdirs |
| 805 | |
| 806 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 807 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 808 | .NOEXPORT: |