~ubuntu-branches/debian/sid/varnish/sid

« back to all changes in this revision

Viewing changes to lib/libvarnishcompat/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-03-21 10:16:07 UTC
  • mfrom: (24.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321101607-528fzl583fqanas5
Tags: 2.1.5-2
ReleaseĀ forĀ unstable

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