~ubuntu-branches/ubuntu/vivid/gstreamer-vaapi/vivid

« back to all changes in this revision

Viewing changes to patches/videoparsers/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-08-06 23:56:00 UTC
  • mfrom: (0.1.4 sid) (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140806235600-fg1kcmiu67k315q5
Tags: 0.5.9-2
* Remove spurious build-deps: libva-drm1, libavcodec-dev. (Closes: #757283)
* Drop Build-Depends-Indep and build docs unconditionally on all archs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 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
# sources.frag - Generated list of patches for videoparsers (-*- makefile -*-)
 
18
VPATH = @srcdir@
 
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
 
32
    case $$MAKEFLAGS in \
 
33
      *\\[\ \   ]*) \
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
64
pkgdatadir = $(datadir)/@PACKAGE@
 
65
pkgincludedir = $(includedir)/@PACKAGE@
 
66
pkglibdir = $(libdir)/@PACKAGE@
 
67
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
68
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
69
install_sh_DATA = $(install_sh) -c -m 644
 
70
install_sh_PROGRAM = $(install_sh) -c
 
71
install_sh_SCRIPT = $(install_sh) -c
 
72
INSTALL_HEADER = $(INSTALL_DATA)
 
73
transform = $(program_transform_name)
 
74
NORMAL_INSTALL = :
 
75
PRE_INSTALL = :
 
76
POST_INSTALL = :
 
77
NORMAL_UNINSTALL = :
 
78
PRE_UNINSTALL = :
 
79
POST_UNINSTALL = :
 
80
build_triplet = @build@
 
81
host_triplet = @host@
 
82
target_triplet = @target@
 
83
DIST_COMMON = $(srcdir)/series.frag $(srcdir)/Makefile.in \
 
84
        $(srcdir)/Makefile.am
 
85
subdir = patches/videoparsers
 
86
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
87
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
 
88
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
89
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
90
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
91
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
92
        $(ACLOCAL_M4)
 
93
mkinstalldirs = $(install_sh) -d
 
94
CONFIG_HEADER = $(top_builddir)/config.h
 
95
CONFIG_CLEAN_FILES =
 
96
CONFIG_CLEAN_VPATH_FILES =
 
97
AM_V_P = $(am__v_P_@AM_V@)
 
98
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
99
am__v_P_0 = false
 
100
am__v_P_1 = :
 
101
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
102
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
103
am__v_GEN_0 = @echo "  GEN     " $@;
 
104
am__v_GEN_1 = 
 
105
AM_V_at = $(am__v_at_@AM_V@)
 
106
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
107
am__v_at_0 = @
 
108
am__v_at_1 = 
 
109
SOURCES =
 
110
DIST_SOURCES =
 
111
am__can_run_installinfo = \
 
112
  case $$AM_UPDATE_INFO_DIR in \
 
113
    n|no|NO) false;; \
 
114
    *) (install-info --version) >/dev/null 2>&1;; \
 
115
  esac
 
116
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
117
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
118
ACLOCAL = @ACLOCAL@
 
119
AMTAR = @AMTAR@
 
120
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
121
AR = @AR@
 
122
AUTOCONF = @AUTOCONF@
 
123
AUTOHEADER = @AUTOHEADER@
 
124
AUTOMAKE = @AUTOMAKE@
 
125
AWK = @AWK@
 
126
CC = @CC@
 
127
CCDEPMODE = @CCDEPMODE@
 
128
CFLAGS = @CFLAGS@
 
129
CPP = @CPP@
 
130
CPPFLAGS = @CPPFLAGS@
 
131
CYGPATH_W = @CYGPATH_W@
 
132
DEFS = @DEFS@
 
133
DEPDIR = @DEPDIR@
 
134
DLLTOOL = @DLLTOOL@
 
135
DLOPEN_LIBS = @DLOPEN_LIBS@
 
136
DRM_CFLAGS = @DRM_CFLAGS@
 
137
DRM_LIBS = @DRM_LIBS@
 
138
DSYMUTIL = @DSYMUTIL@
 
139
DUMPBIN = @DUMPBIN@
 
140
ECHO_C = @ECHO_C@
 
141
ECHO_N = @ECHO_N@
 
142
ECHO_T = @ECHO_T@
 
143
EGREP = @EGREP@
 
144
EXEEXT = @EXEEXT@
 
145
FGREP = @FGREP@
 
146
GIT = @GIT@
 
147
GLIB_CFLAGS = @GLIB_CFLAGS@
 
148
GLIB_LIBS = @GLIB_LIBS@
 
149
GLIB_VERSION_REQUIRED = @GLIB_VERSION_REQUIRED@
 
150
GL_CFLAGS = @GL_CFLAGS@
 
151
GL_LIBS = @GL_LIBS@
 
152
GREP = @GREP@
 
153
GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
 
154
GST_API_VERSION = @GST_API_VERSION@
 
155
GST_BASEVIDEO_CFLAGS = @GST_BASEVIDEO_CFLAGS@
 
156
GST_BASEVIDEO_LIBS = @GST_BASEVIDEO_LIBS@
 
157
GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
 
158
GST_BASE_LIBS = @GST_BASE_LIBS@
 
159
GST_CFLAGS = @GST_CFLAGS@
 
160
GST_CODEC_PARSERS_CFLAGS = @GST_CODEC_PARSERS_CFLAGS@
 
161
GST_CODEC_PARSERS_LIBS = @GST_CODEC_PARSERS_LIBS@
 
162
GST_INTERFACES_CFLAGS = @GST_INTERFACES_CFLAGS@
 
163
GST_INTERFACES_LIBS = @GST_INTERFACES_LIBS@
 
164
GST_LIBS = @GST_LIBS@
 
165
GST_PKG_VERSION = @GST_PKG_VERSION@
 
166
GST_PLUGINS_BAD_VERSION_REQUIRED = @GST_PLUGINS_BAD_VERSION_REQUIRED@
 
167
GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
 
168
GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
 
169
GST_PLUGINS_BASE_VERSION_REQUIRED = @GST_PLUGINS_BASE_VERSION_REQUIRED@
 
170
GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
 
171
GST_PLUGIN_PATH = @GST_PLUGIN_PATH@
 
172
GST_PLUGIN_PATH_1_0 = @GST_PLUGIN_PATH_1_0@
 
173
GST_VAAPI_LT_LDFLAGS = @GST_VAAPI_LT_LDFLAGS@
 
174
GST_VAAPI_LT_VERSION = @GST_VAAPI_LT_VERSION@
 
175
GST_VAAPI_MAJOR_VERSION = @GST_VAAPI_MAJOR_VERSION@
 
176
GST_VERSION_REQUIRED = @GST_VERSION_REQUIRED@
 
177
GST_VIDEO_CFLAGS = @GST_VIDEO_CFLAGS@
 
178
GST_VIDEO_LIBS = @GST_VIDEO_LIBS@
 
179
GTKDOC_CHECK = @GTKDOC_CHECK@
 
180
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
 
181
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
182
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
 
183
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
184
GTKDOC_REBASE = @GTKDOC_REBASE@
 
185
GTKDOC_VERSION = @GTKDOC_VERSION@
 
186
HTML_DIR = @HTML_DIR@
 
187
INSTALL = @INSTALL@
 
188
INSTALL_DATA = @INSTALL_DATA@
 
189
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
190
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
191
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
192
LD = @LD@
 
193
LDFLAGS = @LDFLAGS@
 
194
LIBOBJS = @LIBOBJS@
 
195
LIBS = @LIBS@
 
196
LIBTOOL = @LIBTOOL@
 
197
LIBVA_CFLAGS = @LIBVA_CFLAGS@
 
198
LIBVA_DRM_CFLAGS = @LIBVA_DRM_CFLAGS@
 
199
LIBVA_DRM_LIBS = @LIBVA_DRM_LIBS@
 
200
LIBVA_GLX_CFLAGS = @LIBVA_GLX_CFLAGS@
 
201
LIBVA_GLX_LIBS = @LIBVA_GLX_LIBS@
 
202
LIBVA_GLX_PKGNAME = @LIBVA_GLX_PKGNAME@
 
203
LIBVA_LIBS = @LIBVA_LIBS@
 
204
LIBVA_PACKAGE_VERSION = @LIBVA_PACKAGE_VERSION@
 
205
LIBVA_PKGNAME = @LIBVA_PKGNAME@
 
206
LIBVA_WAYLAND_CFLAGS = @LIBVA_WAYLAND_CFLAGS@
 
207
LIBVA_WAYLAND_LIBS = @LIBVA_WAYLAND_LIBS@
 
208
LIBVA_X11_CFLAGS = @LIBVA_X11_CFLAGS@
 
209
LIBVA_X11_LIBS = @LIBVA_X11_LIBS@
 
210
LIBVA_X11_PKGNAME = @LIBVA_X11_PKGNAME@
 
211
LIPO = @LIPO@
 
212
LN_S = @LN_S@
 
213
LTLIBOBJS = @LTLIBOBJS@
 
214
MAKEINFO = @MAKEINFO@
 
215
MANIFEST_TOOL = @MANIFEST_TOOL@
 
216
MKDIR_P = @MKDIR_P@
 
217
NM = @NM@
 
218
NMEDIT = @NMEDIT@
 
219
OBJDUMP = @OBJDUMP@
 
220
OBJEXT = @OBJEXT@
 
221
OTOOL = @OTOOL@
 
222
OTOOL64 = @OTOOL64@
 
223
PACKAGE = @PACKAGE@
 
224
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
225
PACKAGE_NAME = @PACKAGE_NAME@
 
226
PACKAGE_STRING = @PACKAGE_STRING@
 
227
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
228
PACKAGE_URL = @PACKAGE_URL@
 
229
PACKAGE_VERSION = @PACKAGE_VERSION@
 
230
PATH_SEPARATOR = @PATH_SEPARATOR@
 
231
PKG_CONFIG = @PKG_CONFIG@
 
232
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
233
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
234
RANLIB = @RANLIB@
 
235
SED = @SED@
 
236
SET_MAKE = @SET_MAKE@
 
237
SHELL = @SHELL@
 
238
STRIP = @STRIP@
 
239
TODAY = @TODAY@
 
240
UDEV_CFLAGS = @UDEV_CFLAGS@
 
241
UDEV_LIBS = @UDEV_LIBS@
 
242
VERSION = @VERSION@
 
243
WAYLAND_API_VERSION = @WAYLAND_API_VERSION@
 
244
WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
 
245
WAYLAND_LIBS = @WAYLAND_LIBS@
 
246
X11_CFLAGS = @X11_CFLAGS@
 
247
X11_LIBS = @X11_LIBS@
 
248
XRANDR_CFLAGS = @XRANDR_CFLAGS@
 
249
XRANDR_LIBS = @XRANDR_LIBS@
 
250
XRENDER_CFLAGS = @XRENDER_CFLAGS@
 
251
XRENDER_LIBS = @XRENDER_LIBS@
 
252
YASM = @YASM@
 
253
abs_builddir = @abs_builddir@
 
254
abs_srcdir = @abs_srcdir@
 
255
abs_top_builddir = @abs_top_builddir@
 
256
abs_top_srcdir = @abs_top_srcdir@
 
257
ac_ct_AR = @ac_ct_AR@
 
258
ac_ct_CC = @ac_ct_CC@
 
259
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
260
am__include = @am__include@
 
261
am__leading_dot = @am__leading_dot@
 
262
am__quote = @am__quote@
 
263
am__tar = @am__tar@
 
264
am__untar = @am__untar@
 
265
bindir = @bindir@
 
266
build = @build@
 
267
build_alias = @build_alias@
 
268
build_cpu = @build_cpu@
 
269
build_os = @build_os@
 
270
build_vendor = @build_vendor@
 
271
builddir = @builddir@
 
272
datadir = @datadir@
 
273
datarootdir = @datarootdir@
 
274
docdir = @docdir@
 
275
dvidir = @dvidir@
 
276
exec_prefix = @exec_prefix@
 
277
host = @host@
 
278
host_alias = @host_alias@
 
279
host_cpu = @host_cpu@
 
280
host_os = @host_os@
 
281
host_vendor = @host_vendor@
 
282
htmldir = @htmldir@
 
283
includedir = @includedir@
 
284
infodir = @infodir@
 
285
install_sh = @install_sh@
 
286
libdir = @libdir@
 
287
libexecdir = @libexecdir@
 
288
localedir = @localedir@
 
289
localstatedir = @localstatedir@
 
290
mandir = @mandir@
 
291
mkdir_p = @mkdir_p@
 
292
oldincludedir = @oldincludedir@
 
293
pdfdir = @pdfdir@
 
294
pkgconfigdir = @pkgconfigdir@
 
295
plugindir = @plugindir@
 
296
prefix = @prefix@
 
297
program_transform_name = @program_transform_name@
 
298
psdir = @psdir@
 
299
sbindir = @sbindir@
 
300
sharedstatedir = @sharedstatedir@
 
301
srcdir = @srcdir@
 
302
sysconfdir = @sysconfdir@
 
303
target = @target@
 
304
target_alias = @target_alias@
 
305
target_cpu = @target_cpu@
 
306
target_os = @target_os@
 
307
target_vendor = @target_vendor@
 
308
top_build_prefix = @top_build_prefix@
 
309
top_builddir = @top_builddir@
 
310
top_srcdir = @top_srcdir@
 
311
videoparsers_patches_base = \
 
312
        0001-plugins-compile-the-built-in-video-parsers-as-vaapip.patch \
 
313
        0002-h264parse-fix-build-with-older-GStreamer-1.x-stacks.patch  \
 
314
        0004-h264parse-default-to-byte-stream-nalu-format-Annex-B.patch \
 
315
        0003-h264parse-add-initial-support-for-MVC-NAL-units.patch      \
 
316
        $(NULL)
 
317
 
 
318
EXTRA_DIST = series.frag $(videoparsers_patches_base)
 
319
 
 
320
# Extra clean files so that maintainer-clean removes *everything*
 
321
MAINTAINERCLEANFILES = Makefile.in
 
322
all: all-am
 
323
 
 
324
.SUFFIXES:
 
325
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/series.frag $(am__configure_deps)
 
326
        @for dep in $?; do \
 
327
          case '$(am__configure_deps)' in \
 
328
            *$$dep*) \
 
329
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
330
                && { if test -f $@; then exit 0; else break; fi; }; \
 
331
              exit 1;; \
 
332
          esac; \
 
333
        done; \
 
334
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu patches/videoparsers/Makefile'; \
 
335
        $(am__cd) $(top_srcdir) && \
 
336
          $(AUTOMAKE) --gnu patches/videoparsers/Makefile
 
337
.PRECIOUS: Makefile
 
338
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
339
        @case '$?' in \
 
340
          *config.status*) \
 
341
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
342
          *) \
 
343
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
344
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
345
        esac;
 
346
$(srcdir)/series.frag:
 
347
 
 
348
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
349
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
350
 
 
351
$(top_srcdir)/configure:  $(am__configure_deps)
 
352
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
353
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
354
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
355
$(am__aclocal_m4_deps):
 
356
 
 
357
mostlyclean-libtool:
 
358
        -rm -f *.lo
 
359
 
 
360
clean-libtool:
 
361
        -rm -rf .libs _libs
 
362
tags TAGS:
 
363
 
 
364
ctags CTAGS:
 
365
 
 
366
cscope cscopelist:
 
367
 
 
368
 
 
369
distdir: $(DISTFILES)
 
370
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
371
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
372
        list='$(DISTFILES)'; \
 
373
          dist_files=`for file in $$list; do echo $$file; done | \
 
374
          sed -e "s|^$$srcdirstrip/||;t" \
 
375
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
376
        case $$dist_files in \
 
377
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
378
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
379
                           sort -u` ;; \
 
380
        esac; \
 
381
        for file in $$dist_files; do \
 
382
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
383
          if test -d $$d/$$file; then \
 
384
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
385
            if test -d "$(distdir)/$$file"; then \
 
386
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
387
            fi; \
 
388
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
389
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
390
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
391
            fi; \
 
392
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
393
          else \
 
394
            test -f "$(distdir)/$$file" \
 
395
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
396
            || exit 1; \
 
397
          fi; \
 
398
        done
 
399
check-am: all-am
 
400
check: check-am
 
401
all-am: Makefile
 
402
installdirs:
 
403
install: install-am
 
404
install-exec: install-exec-am
 
405
install-data: install-data-am
 
406
uninstall: uninstall-am
 
407
 
 
408
install-am: all-am
 
409
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
410
 
 
411
installcheck: installcheck-am
 
412
install-strip:
 
413
        if test -z '$(STRIP)'; then \
 
414
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
415
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
416
              install; \
 
417
        else \
 
418
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
419
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
420
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
421
        fi
 
422
mostlyclean-generic:
 
423
 
 
424
clean-generic:
 
425
 
 
426
distclean-generic:
 
427
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
428
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
429
 
 
430
maintainer-clean-generic:
 
431
        @echo "This command is intended for maintainers to use"
 
432
        @echo "it deletes files that may require special tools to rebuild."
 
433
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
434
clean: clean-am
 
435
 
 
436
clean-am: clean-generic clean-libtool mostlyclean-am
 
437
 
 
438
distclean: distclean-am
 
439
        -rm -f Makefile
 
440
distclean-am: clean-am distclean-generic
 
441
 
 
442
dvi: dvi-am
 
443
 
 
444
dvi-am:
 
445
 
 
446
html: html-am
 
447
 
 
448
html-am:
 
449
 
 
450
info: info-am
 
451
 
 
452
info-am:
 
453
 
 
454
install-data-am:
 
455
 
 
456
install-dvi: install-dvi-am
 
457
 
 
458
install-dvi-am:
 
459
 
 
460
install-exec-am:
 
461
 
 
462
install-html: install-html-am
 
463
 
 
464
install-html-am:
 
465
 
 
466
install-info: install-info-am
 
467
 
 
468
install-info-am:
 
469
 
 
470
install-man:
 
471
 
 
472
install-pdf: install-pdf-am
 
473
 
 
474
install-pdf-am:
 
475
 
 
476
install-ps: install-ps-am
 
477
 
 
478
install-ps-am:
 
479
 
 
480
installcheck-am:
 
481
 
 
482
maintainer-clean: maintainer-clean-am
 
483
        -rm -f Makefile
 
484
maintainer-clean-am: distclean-am maintainer-clean-generic
 
485
 
 
486
mostlyclean: mostlyclean-am
 
487
 
 
488
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
489
 
 
490
pdf: pdf-am
 
491
 
 
492
pdf-am:
 
493
 
 
494
ps: ps-am
 
495
 
 
496
ps-am:
 
497
 
 
498
uninstall-am:
 
499
 
 
500
.MAKE: install-am install-strip
 
501
 
 
502
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
503
        cscopelist-am ctags-am distclean distclean-generic \
 
504
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
505
        install install-am install-data install-data-am install-dvi \
 
506
        install-dvi-am install-exec install-exec-am install-html \
 
507
        install-html-am install-info install-info-am install-man \
 
508
        install-pdf install-pdf-am install-ps install-ps-am \
 
509
        install-strip installcheck installcheck-am installdirs \
 
510
        maintainer-clean maintainer-clean-generic mostlyclean \
 
511
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
512
        tags-am uninstall uninstall-am
 
513
 
 
514
 
 
515
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
516
# Otherwise a system limit (for SysV at least) may be exceeded.
 
517
.NOEXPORT: