~ubuntu-branches/ubuntu/saucy/libquvi/saucy-proposed

« back to all changes in this revision

Viewing changes to scripts/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alejandro Garrido Mota
  • Date: 2011-04-25 01:07:41 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110425010741-nalzd12y180qs082
Tags: 0.2.15-1
* New upstream release (Closes: #622253). 
* Update d/watch to sf.net
* Update homepage field to quvi.sourceforge.net (Closes: #615554) 
* d/rules: Add dh_auto_test before NO_INTERNET=1 in override_dh_auto_test 
* Update Standards-Version field to 3.9.2 
* Add symbol (d/libquvi0.symbols) file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
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
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
target_triplet = @target@
 
37
subdir = scripts
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
41
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
42
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
43
        $(top_srcdir)/m4/version.m4 $(top_srcdir)/configure.ac
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(install_sh) -d
 
47
CONFIG_HEADER = $(top_builddir)/config.h
 
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
 
50
AM_V_GEN = $(am__v_GEN_$(V))
 
51
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_GEN_0 = @echo "  GEN   " $@;
 
53
AM_V_at = $(am__v_at_$(V))
 
54
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
55
am__v_at_0 = @
 
56
SOURCES =
 
57
DIST_SOURCES =
 
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
59
ACLOCAL = @ACLOCAL@
 
60
AMTAR = @AMTAR@
 
61
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
62
AR = @AR@
 
63
AUTOCONF = @AUTOCONF@
 
64
AUTOHEADER = @AUTOHEADER@
 
65
AUTOMAKE = @AUTOMAKE@
 
66
AWK = @AWK@
 
67
CC = @CC@
 
68
CCDEPMODE = @CCDEPMODE@
 
69
CFLAGS = @CFLAGS@
 
70
CPP = @CPP@
 
71
CPPFLAGS = @CPPFLAGS@
 
72
CXX = @CXX@
 
73
CXXCPP = @CXXCPP@
 
74
CXXDEPMODE = @CXXDEPMODE@
 
75
CXXFLAGS = @CXXFLAGS@
 
76
CYGPATH_W = @CYGPATH_W@
 
77
DATE = @DATE@
 
78
DEFS = @DEFS@
 
79
DEPDIR = @DEPDIR@
 
80
DLLTOOL = @DLLTOOL@
 
81
DOXYGEN = @DOXYGEN@
 
82
DSYMUTIL = @DSYMUTIL@
 
83
DUMPBIN = @DUMPBIN@
 
84
ECHO_C = @ECHO_C@
 
85
ECHO_N = @ECHO_N@
 
86
ECHO_T = @ECHO_T@
 
87
EGREP = @EGREP@
 
88
EXEEXT = @EXEEXT@
 
89
EXTRA_LIBQUVI_LDFLAGS = @EXTRA_LIBQUVI_LDFLAGS@
 
90
FGREP = @FGREP@
 
91
GENGETOPT = @GENGETOPT@
 
92
GIT = @GIT@
 
93
GREP = @GREP@
 
94
INSTALL = @INSTALL@
 
95
INSTALL_DATA = @INSTALL_DATA@
 
96
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
97
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
98
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
99
LD = @LD@
 
100
LDFLAGS = @LDFLAGS@
 
101
LIBICONV = @LIBICONV@
 
102
LIBOBJS = @LIBOBJS@
 
103
LIBS = @LIBS@
 
104
LIBTOOL = @LIBTOOL@
 
105
LIPO = @LIPO@
 
106
LN_S = @LN_S@
 
107
LTLIBICONV = @LTLIBICONV@
 
108
LTLIBOBJS = @LTLIBOBJS@
 
109
MAKEINFO = @MAKEINFO@
 
110
MANIFEST_TOOL = @MANIFEST_TOOL@
 
111
MKDIR_P = @MKDIR_P@
 
112
NM = @NM@
 
113
NMEDIT = @NMEDIT@
 
114
OBJDUMP = @OBJDUMP@
 
115
OBJEXT = @OBJEXT@
 
116
OTOOL = @OTOOL@
 
117
OTOOL64 = @OTOOL64@
 
118
PACKAGE = @PACKAGE@
 
119
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
120
PACKAGE_NAME = @PACKAGE_NAME@
 
121
PACKAGE_STRING = @PACKAGE_STRING@
 
122
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
123
PACKAGE_URL = @PACKAGE_URL@
 
124
PACKAGE_VERSION = @PACKAGE_VERSION@
 
125
PATH_SEPARATOR = @PATH_SEPARATOR@
 
126
PKG_CONFIG = @PKG_CONFIG@
 
127
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
128
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
129
POD2HTML = @POD2HTML@
 
130
POD2MAN = @POD2MAN@
 
131
POW_LIB = @POW_LIB@
 
132
PROVE = @PROVE@
 
133
QUVI_AGE = @QUVI_AGE@
 
134
QUVI_CURRENT = @QUVI_CURRENT@
 
135
QUVI_REVISION = @QUVI_REVISION@
 
136
RANLIB = @RANLIB@
 
137
SED = @SED@
 
138
SET_MAKE = @SET_MAKE@
 
139
SHELL = @SHELL@
 
140
STRIP = @STRIP@
 
141
VALGRIND = @VALGRIND@
 
142
VERSION = @VERSION@
 
143
abs_builddir = @abs_builddir@
 
144
abs_srcdir = @abs_srcdir@
 
145
abs_top_builddir = @abs_top_builddir@
 
146
abs_top_srcdir = @abs_top_srcdir@
 
147
ac_ct_AR = @ac_ct_AR@
 
148
ac_ct_CC = @ac_ct_CC@
 
149
ac_ct_CXX = @ac_ct_CXX@
 
150
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
151
am__include = @am__include@
 
152
am__leading_dot = @am__leading_dot@
 
153
am__quote = @am__quote@
 
154
am__tar = @am__tar@
 
155
am__untar = @am__untar@
 
156
bindir = @bindir@
 
157
build = @build@
 
158
build_alias = @build_alias@
 
159
build_cpu = @build_cpu@
 
160
build_os = @build_os@
 
161
build_vendor = @build_vendor@
 
162
builddir = @builddir@
 
163
datadir = @datadir@
 
164
datarootdir = @datarootdir@
 
165
docdir = @docdir@
 
166
dvidir = @dvidir@
 
167
exec_prefix = @exec_prefix@
 
168
host = @host@
 
169
host_alias = @host_alias@
 
170
host_cpu = @host_cpu@
 
171
host_os = @host_os@
 
172
host_vendor = @host_vendor@
 
173
htmldir = @htmldir@
 
174
includedir = @includedir@
 
175
infodir = @infodir@
 
176
install_sh = @install_sh@
 
177
libcurl_CFLAGS = @libcurl_CFLAGS@
 
178
libcurl_LIBS = @libcurl_LIBS@
 
179
libdir = @libdir@
 
180
libexecdir = @libexecdir@
 
181
liblua_CFLAGS = @liblua_CFLAGS@
 
182
liblua_LIBS = @liblua_LIBS@
 
183
localedir = @localedir@
 
184
localstatedir = @localstatedir@
 
185
mandir = @mandir@
 
186
mkdir_p = @mkdir_p@
 
187
oldincludedir = @oldincludedir@
 
188
pdfdir = @pdfdir@
 
189
prefix = @prefix@
 
190
program_transform_name = @program_transform_name@
 
191
psdir = @psdir@
 
192
sbindir = @sbindir@
 
193
sharedstatedir = @sharedstatedir@
 
194
srcdir = @srcdir@
 
195
sysconfdir = @sysconfdir@
 
196
target = @target@
 
197
target_alias = @target_alias@
 
198
target_cpu = @target_cpu@
 
199
target_os = @target_os@
 
200
target_vendor = @target_vendor@
 
201
top_build_prefix = @top_build_prefix@
 
202
top_builddir = @top_builddir@
 
203
top_srcdir = @top_srcdir@
 
204
EXTRA_DIST = astyle_c.sh
 
205
all: all-am
 
206
 
 
207
.SUFFIXES:
 
208
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
209
        @for dep in $?; do \
 
210
          case '$(am__configure_deps)' in \
 
211
            *$$dep*) \
 
212
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
213
                && { if test -f $@; then exit 0; else break; fi; }; \
 
214
              exit 1;; \
 
215
          esac; \
 
216
        done; \
 
217
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
 
218
        $(am__cd) $(top_srcdir) && \
 
219
          $(AUTOMAKE) --foreign scripts/Makefile
 
220
.PRECIOUS: Makefile
 
221
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
222
        @case '$?' in \
 
223
          *config.status*) \
 
224
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
225
          *) \
 
226
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
227
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
228
        esac;
 
229
 
 
230
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
231
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
232
 
 
233
$(top_srcdir)/configure:  $(am__configure_deps)
 
234
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
235
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
236
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
237
$(am__aclocal_m4_deps):
 
238
 
 
239
mostlyclean-libtool:
 
240
        -rm -f *.lo
 
241
 
 
242
clean-libtool:
 
243
        -rm -rf .libs _libs
 
244
tags: TAGS
 
245
TAGS:
 
246
 
 
247
ctags: CTAGS
 
248
CTAGS:
 
249
 
 
250
 
 
251
distdir: $(DISTFILES)
 
252
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
253
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
254
        list='$(DISTFILES)'; \
 
255
          dist_files=`for file in $$list; do echo $$file; done | \
 
256
          sed -e "s|^$$srcdirstrip/||;t" \
 
257
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
258
        case $$dist_files in \
 
259
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
260
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
261
                           sort -u` ;; \
 
262
        esac; \
 
263
        for file in $$dist_files; do \
 
264
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
265
          if test -d $$d/$$file; then \
 
266
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
267
            if test -d "$(distdir)/$$file"; then \
 
268
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
269
            fi; \
 
270
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
271
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
272
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
273
            fi; \
 
274
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
275
          else \
 
276
            test -f "$(distdir)/$$file" \
 
277
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
278
            || exit 1; \
 
279
          fi; \
 
280
        done
 
281
check-am: all-am
 
282
check: check-am
 
283
all-am: Makefile
 
284
installdirs:
 
285
install: install-am
 
286
install-exec: install-exec-am
 
287
install-data: install-data-am
 
288
uninstall: uninstall-am
 
289
 
 
290
install-am: all-am
 
291
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
292
 
 
293
installcheck: installcheck-am
 
294
install-strip:
 
295
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
296
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
297
          `test -z '$(STRIP)' || \
 
298
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
299
mostlyclean-generic:
 
300
 
 
301
clean-generic:
 
302
 
 
303
distclean-generic:
 
304
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
305
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
306
 
 
307
maintainer-clean-generic:
 
308
        @echo "This command is intended for maintainers to use"
 
309
        @echo "it deletes files that may require special tools to rebuild."
 
310
clean: clean-am
 
311
 
 
312
clean-am: clean-generic clean-libtool mostlyclean-am
 
313
 
 
314
distclean: distclean-am
 
315
        -rm -f Makefile
 
316
distclean-am: clean-am distclean-generic
 
317
 
 
318
dvi: dvi-am
 
319
 
 
320
dvi-am:
 
321
 
 
322
html: html-am
 
323
 
 
324
html-am:
 
325
 
 
326
info: info-am
 
327
 
 
328
info-am:
 
329
 
 
330
install-data-am:
 
331
 
 
332
install-dvi: install-dvi-am
 
333
 
 
334
install-dvi-am:
 
335
 
 
336
install-exec-am:
 
337
 
 
338
install-html: install-html-am
 
339
 
 
340
install-html-am:
 
341
 
 
342
install-info: install-info-am
 
343
 
 
344
install-info-am:
 
345
 
 
346
install-man:
 
347
 
 
348
install-pdf: install-pdf-am
 
349
 
 
350
install-pdf-am:
 
351
 
 
352
install-ps: install-ps-am
 
353
 
 
354
install-ps-am:
 
355
 
 
356
installcheck-am:
 
357
 
 
358
maintainer-clean: maintainer-clean-am
 
359
        -rm -f Makefile
 
360
maintainer-clean-am: distclean-am maintainer-clean-generic
 
361
 
 
362
mostlyclean: mostlyclean-am
 
363
 
 
364
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
365
 
 
366
pdf: pdf-am
 
367
 
 
368
pdf-am:
 
369
 
 
370
ps: ps-am
 
371
 
 
372
ps-am:
 
373
 
 
374
uninstall-am:
 
375
 
 
376
.MAKE: install-am install-strip
 
377
 
 
378
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
379
        distclean distclean-generic distclean-libtool distdir dvi \
 
380
        dvi-am html html-am info info-am install install-am \
 
381
        install-data install-data-am install-dvi install-dvi-am \
 
382
        install-exec install-exec-am install-html install-html-am \
 
383
        install-info install-info-am install-man install-pdf \
 
384
        install-pdf-am install-ps install-ps-am install-strip \
 
385
        installcheck installcheck-am installdirs maintainer-clean \
 
386
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
387
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
388
 
 
389
 
 
390
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
391
# Otherwise a system limit (for SysV at least) may be exceeded.
 
392
.NOEXPORT: