~ubuntu-branches/ubuntu/utopic/forked-daapd/utopic-proposed

« back to all changes in this revision

Viewing changes to sqlext/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Balint Reczey
  • Date: 2014-05-31 23:17:37 UTC
  • mfrom: (21.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140531231737-6qc0k8zi8d9bqv09
Tags: 20.0+git20140530+gc740e6e-1
* Switch to new upstream using a development snapshot
* Adopt package in the name of the Debian Multimedia Maintainers.
  Thanks to Julien Blache for maintaining the package for long years!
  (Closes: #688538)
* Bump compat level to 9
* Update homepage to new upstream
* Add packaging VCS info
* Use libevent instead of Grand Central Dispatch (Closes: #644839, #739503)
* Drop patch for Libav 9 compatibility since upstream supports
  Libav 10 already (Closes: #739239)
* Switch debian/rules to debhelper style
* Build-depend on libavresample-dev
* Source init functions in init script
* Override false positive Lintian warnings about shlibs
* Bump standards version without changes

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
 
 
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
subdir = sqlext
38
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/m4/blocks.m4 \
41
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libunistring.m4 \
42
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
43
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
44
 
        $(top_srcdir)/configure.in
45
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
 
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(install_sh) -d
48
 
CONFIG_HEADER = $(top_builddir)/config.h
49
 
CONFIG_CLEAN_FILES =
50
 
CONFIG_CLEAN_VPATH_FILES =
51
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52
 
am__vpath_adj = case $$p in \
53
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54
 
    *) f=$$p;; \
55
 
  esac;
56
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
57
 
am__install_max = 40
58
 
am__nobase_strip_setup = \
59
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
60
 
am__nobase_strip = \
61
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
62
 
am__nobase_list = $(am__nobase_strip_setup); \
63
 
  for p in $$list; do echo "$$p $$p"; done | \
64
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
65
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
66
 
    if (++n[$$2] == $(am__install_max)) \
67
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
68
 
    END { for (dir in files) print dir, files[dir] }'
69
 
am__base_list = \
70
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
71
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
72
 
am__installdirs = "$(DESTDIR)$(pkglibdir)"
73
 
LTLIBRARIES = $(pkglib_LTLIBRARIES)
74
 
forked_daapd_sqlext_la_DEPENDENCIES =
75
 
am_forked_daapd_sqlext_la_OBJECTS = sqlext.lo
76
 
forked_daapd_sqlext_la_OBJECTS = $(am_forked_daapd_sqlext_la_OBJECTS)
77
 
forked_daapd_sqlext_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
78
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
79
 
        $(forked_daapd_sqlext_la_LDFLAGS) $(LDFLAGS) -o $@
80
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
81
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
82
 
am__depfiles_maybe = depfiles
83
 
am__mv = mv -f
84
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89
 
CCLD = $(CC)
90
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
92
 
        $(LDFLAGS) -o $@
93
 
SOURCES = $(forked_daapd_sqlext_la_SOURCES)
94
 
DIST_SOURCES = $(forked_daapd_sqlext_la_SOURCES)
95
 
ETAGS = etags
96
 
CTAGS = ctags
97
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98
 
ACLOCAL = @ACLOCAL@
99
 
ALSA_CFLAGS = @ALSA_CFLAGS@
100
 
ALSA_LIBS = @ALSA_LIBS@
101
 
AMTAR = @AMTAR@
102
 
ANTLR = @ANTLR@
103
 
ANTLR3C_LIBS = @ANTLR3C_LIBS@
104
 
AR = @AR@
105
 
AUTOCONF = @AUTOCONF@
106
 
AUTOHEADER = @AUTOHEADER@
107
 
AUTOMAKE = @AUTOMAKE@
108
 
AVAHI_CFLAGS = @AVAHI_CFLAGS@
109
 
AVAHI_LIBS = @AVAHI_LIBS@
110
 
AWK = @AWK@
111
 
CBLOCKS_FLAGS = @CBLOCKS_FLAGS@
112
 
CBLOCKS_LIBS = @CBLOCKS_LIBS@
113
 
CC = @CC@
114
 
CCDEPMODE = @CCDEPMODE@
115
 
CFLAGS = @CFLAGS@
116
 
CONFUSE_CFLAGS = @CONFUSE_CFLAGS@
117
 
CONFUSE_LIBS = @CONFUSE_LIBS@
118
 
CPP = @CPP@
119
 
CPPFLAGS = @CPPFLAGS@
120
 
CYGPATH_W = @CYGPATH_W@
121
 
DEFS = @DEFS@
122
 
DEPDIR = @DEPDIR@
123
 
DLLTOOL = @DLLTOOL@
124
 
DSYMUTIL = @DSYMUTIL@
125
 
DUMPBIN = @DUMPBIN@
126
 
ECHO_C = @ECHO_C@
127
 
ECHO_N = @ECHO_N@
128
 
ECHO_T = @ECHO_T@
129
 
EGREP = @EGREP@
130
 
EXEEXT = @EXEEXT@
131
 
FGREP = @FGREP@
132
 
FLAC_CFLAGS = @FLAC_CFLAGS@
133
 
FLAC_LIBS = @FLAC_LIBS@
134
 
GPERF = @GPERF@
135
 
GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
136
 
GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
137
 
GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
138
 
GREP = @GREP@
139
 
HAVE_LIBUNISTRING = @HAVE_LIBUNISTRING@
140
 
INSTALL = @INSTALL@
141
 
INSTALL_DATA = @INSTALL_DATA@
142
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
143
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
144
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145
 
LD = @LD@
146
 
LDFLAGS = @LDFLAGS@
147
 
LIBAVL_LIBS = @LIBAVL_LIBS@
148
 
LIBAV_CFLAGS = @LIBAV_CFLAGS@
149
 
LIBAV_LIBS = @LIBAV_LIBS@
150
 
LIBDISPATCH_LIBS = @LIBDISPATCH_LIBS@
151
 
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
152
 
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
153
 
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
154
 
LIBICONV = @LIBICONV@
155
 
LIBOBJS = @LIBOBJS@
156
 
LIBPLIST_CFLAGS = @LIBPLIST_CFLAGS@
157
 
LIBPLIST_LIBS = @LIBPLIST_LIBS@
158
 
LIBS = @LIBS@
159
 
LIBTOOL = @LIBTOOL@
160
 
LIBUNISTRING = @LIBUNISTRING@
161
 
LIBUNISTRING_PREFIX = @LIBUNISTRING_PREFIX@
162
 
LIPO = @LIPO@
163
 
LN_S = @LN_S@
164
 
LTLIBICONV = @LTLIBICONV@
165
 
LTLIBOBJS = @LTLIBOBJS@
166
 
LTLIBUNISTRING = @LTLIBUNISTRING@
167
 
MAKEINFO = @MAKEINFO@
168
 
MANIFEST_TOOL = @MANIFEST_TOOL@
169
 
MINIXML_CFLAGS = @MINIXML_CFLAGS@
170
 
MINIXML_LIBS = @MINIXML_LIBS@
171
 
MKDIR_P = @MKDIR_P@
172
 
NM = @NM@
173
 
NMEDIT = @NMEDIT@
174
 
OBJDUMP = @OBJDUMP@
175
 
OBJEXT = @OBJEXT@
176
 
OSS4CPPFLAGS = @OSS4CPPFLAGS@
177
 
OTOOL = @OTOOL@
178
 
OTOOL64 = @OTOOL64@
179
 
PACKAGE = @PACKAGE@
180
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
181
 
PACKAGE_NAME = @PACKAGE_NAME@
182
 
PACKAGE_STRING = @PACKAGE_STRING@
183
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
184
 
PACKAGE_URL = @PACKAGE_URL@
185
 
PACKAGE_VERSION = @PACKAGE_VERSION@
186
 
PATH_SEPARATOR = @PATH_SEPARATOR@
187
 
PKG_CONFIG = @PKG_CONFIG@
188
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
189
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
190
 
RANLIB = @RANLIB@
191
 
SED = @SED@
192
 
SET_MAKE = @SET_MAKE@
193
 
SHELL = @SHELL@
194
 
SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
195
 
SQLITE3_LIBS = @SQLITE3_LIBS@
196
 
STRIP = @STRIP@
197
 
TAGLIB_CFLAGS = @TAGLIB_CFLAGS@
198
 
TAGLIB_LIBS = @TAGLIB_LIBS@
199
 
TRE_CFLAGS = @TRE_CFLAGS@
200
 
TRE_LIBS = @TRE_LIBS@
201
 
VERSION = @VERSION@
202
 
ZLIB_CFLAGS = @ZLIB_CFLAGS@
203
 
ZLIB_LIBS = @ZLIB_LIBS@
204
 
abs_builddir = @abs_builddir@
205
 
abs_srcdir = @abs_srcdir@
206
 
abs_top_builddir = @abs_top_builddir@
207
 
abs_top_srcdir = @abs_top_srcdir@
208
 
ac_ct_AR = @ac_ct_AR@
209
 
ac_ct_CC = @ac_ct_CC@
210
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
211
 
am__include = @am__include@
212
 
am__leading_dot = @am__leading_dot@
213
 
am__quote = @am__quote@
214
 
am__tar = @am__tar@
215
 
am__untar = @am__untar@
216
 
bindir = @bindir@
217
 
build = @build@
218
 
build_alias = @build_alias@
219
 
build_cpu = @build_cpu@
220
 
build_os = @build_os@
221
 
build_vendor = @build_vendor@
222
 
builddir = @builddir@
223
 
datadir = @datadir@
224
 
datarootdir = @datarootdir@
225
 
docdir = @docdir@
226
 
dvidir = @dvidir@
227
 
exec_prefix = @exec_prefix@
228
 
host = @host@
229
 
host_alias = @host_alias@
230
 
host_cpu = @host_cpu@
231
 
host_os = @host_os@
232
 
host_vendor = @host_vendor@
233
 
htmldir = @htmldir@
234
 
includedir = @includedir@
235
 
infodir = @infodir@
236
 
install_sh = @install_sh@
237
 
libdir = @libdir@
238
 
libexecdir = @libexecdir@
239
 
localedir = @localedir@
240
 
localstatedir = @localstatedir@
241
 
mandir = @mandir@
242
 
mkdir_p = @mkdir_p@
243
 
oldincludedir = @oldincludedir@
244
 
pdfdir = @pdfdir@
245
 
prefix = @prefix@
246
 
program_transform_name = @program_transform_name@
247
 
psdir = @psdir@
248
 
sbindir = @sbindir@
249
 
sharedstatedir = @sharedstatedir@
250
 
srcdir = @srcdir@
251
 
sysconfdir = @sysconfdir@
252
 
target_alias = @target_alias@
253
 
top_build_prefix = @top_build_prefix@
254
 
top_builddir = @top_builddir@
255
 
top_srcdir = @top_srcdir@
256
 
pkglib_LTLIBRARIES = forked-daapd-sqlext.la
257
 
forked_daapd_sqlext_la_SOURCES = sqlext.c
258
 
forked_daapd_sqlext_la_LDFLAGS = -avoid-version -module -shared
259
 
forked_daapd_sqlext_la_LIBADD = @LIBUNISTRING@
260
 
all: all-am
261
 
 
262
 
.SUFFIXES:
263
 
.SUFFIXES: .c .lo .o .obj
264
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
265
 
        @for dep in $?; do \
266
 
          case '$(am__configure_deps)' in \
267
 
            *$$dep*) \
268
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
269
 
                && { if test -f $@; then exit 0; else break; fi; }; \
270
 
              exit 1;; \
271
 
          esac; \
272
 
        done; \
273
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu sqlext/Makefile'; \
274
 
        $(am__cd) $(top_srcdir) && \
275
 
          $(AUTOMAKE) --gnu sqlext/Makefile
276
 
.PRECIOUS: Makefile
277
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
278
 
        @case '$?' in \
279
 
          *config.status*) \
280
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
281
 
          *) \
282
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
283
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
284
 
        esac;
285
 
 
286
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288
 
 
289
 
$(top_srcdir)/configure:  $(am__configure_deps)
290
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
292
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293
 
$(am__aclocal_m4_deps):
294
 
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
295
 
        @$(NORMAL_INSTALL)
296
 
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
297
 
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
298
 
        list2=; for p in $$list; do \
299
 
          if test -f $$p; then \
300
 
            list2="$$list2 $$p"; \
301
 
          else :; fi; \
302
 
        done; \
303
 
        test -z "$$list2" || { \
304
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
305
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
306
 
        }
307
 
 
308
 
uninstall-pkglibLTLIBRARIES:
309
 
        @$(NORMAL_UNINSTALL)
310
 
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
311
 
        for p in $$list; do \
312
 
          $(am__strip_dir) \
313
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
314
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
315
 
        done
316
 
 
317
 
clean-pkglibLTLIBRARIES:
318
 
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
319
 
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
320
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
321
 
          test "$$dir" != "$$p" || dir=.; \
322
 
          echo "rm -f \"$${dir}/so_locations\""; \
323
 
          rm -f "$${dir}/so_locations"; \
324
 
        done
325
 
forked-daapd-sqlext.la: $(forked_daapd_sqlext_la_OBJECTS) $(forked_daapd_sqlext_la_DEPENDENCIES) 
326
 
        $(forked_daapd_sqlext_la_LINK) -rpath $(pkglibdir) $(forked_daapd_sqlext_la_OBJECTS) $(forked_daapd_sqlext_la_LIBADD) $(LIBS)
327
 
 
328
 
mostlyclean-compile:
329
 
        -rm -f *.$(OBJEXT)
330
 
 
331
 
distclean-compile:
332
 
        -rm -f *.tab.c
333
 
 
334
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlext.Plo@am__quote@
335
 
 
336
 
.c.o:
337
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
338
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
339
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
342
 
 
343
 
.c.obj:
344
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
345
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
346
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
349
 
 
350
 
.c.lo:
351
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
352
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
353
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
354
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
356
 
 
357
 
mostlyclean-libtool:
358
 
        -rm -f *.lo
359
 
 
360
 
clean-libtool:
361
 
        -rm -rf .libs _libs
362
 
 
363
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
364
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
365
 
        unique=`for i in $$list; do \
366
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367
 
          done | \
368
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
369
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
370
 
        mkid -fID $$unique
371
 
tags: TAGS
372
 
 
373
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
374
 
                $(TAGS_FILES) $(LISP)
375
 
        set x; \
376
 
        here=`pwd`; \
377
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
378
 
        unique=`for i in $$list; do \
379
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380
 
          done | \
381
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
383
 
        shift; \
384
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
385
 
          test -n "$$unique" || unique=$$empty_fix; \
386
 
          if test $$# -gt 0; then \
387
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
388
 
              "$$@" $$unique; \
389
 
          else \
390
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
391
 
              $$unique; \
392
 
          fi; \
393
 
        fi
394
 
ctags: CTAGS
395
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
396
 
                $(TAGS_FILES) $(LISP)
397
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
398
 
        unique=`for i in $$list; do \
399
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
400
 
          done | \
401
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
402
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
403
 
        test -z "$(CTAGS_ARGS)$$unique" \
404
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
405
 
             $$unique
406
 
 
407
 
GTAGS:
408
 
        here=`$(am__cd) $(top_builddir) && pwd` \
409
 
          && $(am__cd) $(top_srcdir) \
410
 
          && gtags -i $(GTAGS_ARGS) "$$here"
411
 
 
412
 
distclean-tags:
413
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
414
 
 
415
 
distdir: $(DISTFILES)
416
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
417
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
418
 
        list='$(DISTFILES)'; \
419
 
          dist_files=`for file in $$list; do echo $$file; done | \
420
 
          sed -e "s|^$$srcdirstrip/||;t" \
421
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
422
 
        case $$dist_files in \
423
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
424
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
425
 
                           sort -u` ;; \
426
 
        esac; \
427
 
        for file in $$dist_files; do \
428
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
429
 
          if test -d $$d/$$file; then \
430
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
431
 
            if test -d "$(distdir)/$$file"; then \
432
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
433
 
            fi; \
434
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
435
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
436
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437
 
            fi; \
438
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
439
 
          else \
440
 
            test -f "$(distdir)/$$file" \
441
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
442
 
            || exit 1; \
443
 
          fi; \
444
 
        done
445
 
check-am: all-am
446
 
check: check-am
447
 
all-am: Makefile $(LTLIBRARIES)
448
 
installdirs:
449
 
        for dir in "$(DESTDIR)$(pkglibdir)"; do \
450
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
451
 
        done
452
 
install: install-am
453
 
install-exec: install-exec-am
454
 
install-data: install-data-am
455
 
uninstall: uninstall-am
456
 
 
457
 
install-am: all-am
458
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
459
 
 
460
 
installcheck: installcheck-am
461
 
install-strip:
462
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
463
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
464
 
          `test -z '$(STRIP)' || \
465
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
466
 
mostlyclean-generic:
467
 
 
468
 
clean-generic:
469
 
 
470
 
distclean-generic:
471
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
472
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
473
 
 
474
 
maintainer-clean-generic:
475
 
        @echo "This command is intended for maintainers to use"
476
 
        @echo "it deletes files that may require special tools to rebuild."
477
 
clean: clean-am
478
 
 
479
 
clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
480
 
        mostlyclean-am
481
 
 
482
 
distclean: distclean-am
483
 
        -rm -rf ./$(DEPDIR)
484
 
        -rm -f Makefile
485
 
distclean-am: clean-am distclean-compile distclean-generic \
486
 
        distclean-tags
487
 
 
488
 
dvi: dvi-am
489
 
 
490
 
dvi-am:
491
 
 
492
 
html: html-am
493
 
 
494
 
html-am:
495
 
 
496
 
info: info-am
497
 
 
498
 
info-am:
499
 
 
500
 
install-data-am:
501
 
 
502
 
install-dvi: install-dvi-am
503
 
 
504
 
install-dvi-am:
505
 
 
506
 
install-exec-am: install-pkglibLTLIBRARIES
507
 
 
508
 
install-html: install-html-am
509
 
 
510
 
install-html-am:
511
 
 
512
 
install-info: install-info-am
513
 
 
514
 
install-info-am:
515
 
 
516
 
install-man:
517
 
 
518
 
install-pdf: install-pdf-am
519
 
 
520
 
install-pdf-am:
521
 
 
522
 
install-ps: install-ps-am
523
 
 
524
 
install-ps-am:
525
 
 
526
 
installcheck-am:
527
 
 
528
 
maintainer-clean: maintainer-clean-am
529
 
        -rm -rf ./$(DEPDIR)
530
 
        -rm -f Makefile
531
 
maintainer-clean-am: distclean-am maintainer-clean-generic
532
 
 
533
 
mostlyclean: mostlyclean-am
534
 
 
535
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
536
 
        mostlyclean-libtool
537
 
 
538
 
pdf: pdf-am
539
 
 
540
 
pdf-am:
541
 
 
542
 
ps: ps-am
543
 
 
544
 
ps-am:
545
 
 
546
 
uninstall-am: uninstall-pkglibLTLIBRARIES
547
 
 
548
 
.MAKE: install-am install-strip
549
 
 
550
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
551
 
        clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
552
 
        distclean-compile distclean-generic distclean-libtool \
553
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
554
 
        install install-am install-data install-data-am install-dvi \
555
 
        install-dvi-am install-exec install-exec-am install-html \
556
 
        install-html-am install-info install-info-am install-man \
557
 
        install-pdf install-pdf-am install-pkglibLTLIBRARIES \
558
 
        install-ps install-ps-am install-strip installcheck \
559
 
        installcheck-am installdirs maintainer-clean \
560
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
561
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
562
 
        tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
563
 
 
564
 
 
565
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
566
 
# Otherwise a system limit (for SysV at least) may be exceeded.
567
 
.NOEXPORT: