~ubuntu-branches/ubuntu/vivid/rawstudio/vivid

« back to all changes in this revision

Viewing changes to plugins/meta-raf/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2011-07-28 17:36:32 UTC
  • mfrom: (2.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110728173632-5czluz9ye3c83zc5
Tags: 2.0-1
* [3750b2cf] Merge commit 'upstream/2.0'
* [63637468] Removing Patch, not necessary anymore.
* [2fb580dc] Add new build-dependencies.
* [c57d953b] Run dh_autoreconf due to patches in configure.in
* [13febe39] Add patch to remove the libssl requirement.
* [5ae773fe] Replace libjpeg62-dev by libjpeg8-dev :)
* [1969d755] Don't build static libraries.
* [7cfe0a2e] Add a patch to fix the plugin directory path.
  As plugins are shared libraries, they need to go into /usr/lib,
  not into /usr/share.
  Thanks to Andrew McMillan
* [c1d0d9dd] Don't install .la files for all plugins and libraries.

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