~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/lzma/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-03-12 11:30:04 UTC
  • mfrom: (0.41.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100312113004-b0fop4bkycszdd0z
Tags: 0.96~rc1+dfsg-0ubuntu1
* New upstream RC - FFE (LP: #537636):
  - Add OfficialDatabaseOnly option to clamav-base.postinst.in
  - Add LocalSocketGroup option to clamav-base.postinst.in
  - Add LocalSocketMode option to clamav-base.postinst.in
  - Add CrossFilesystems option to clamav-base.postinst.in
  - Add ClamukoScannerCount option to clamav-base.postinst.in
  - Add BytecodeSecurity opiton to clamav-base.postinst.in
  - Add DetectionStatsHostID option to clamav-freshclam.postinst.in
  - Add Bytecode option to clamav-freshclam.postinst.in
  - Add MilterSocketGroup option to clamav-milter.postinst.in
  - Add MilterSocketMode option to clamav-milter.postinst.in
  - Add ReportHostname option to clamav-milter.postinst.in
  - Bump libclamav SO version to 6.1.0 in libclamav6.install
  - Drop clamdmon from clamav.examples (no longer shipped by upstream)
  - Drop libclamav.a from libclamav-dev.install (not built by upstream)
  - Update SO version for lintian override for libclamav6
  - Add new Bytecode Testing Tool, usr/bin/clambc, to clamav.install
  - Add build-depends on python and python-setuptools for new test suite
  - Update debian/copyright for the embedded copy of llvm (using the system
    llvm is not currently feasible)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 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
 
#
19
 
#  Copyright (C) 2007 Sourcefire Inc.
20
 
#  Author: aCaB <acab@clamav.net>
21
 
#
22
 
#  This program is free software; you can redistribute it and/or modify
23
 
#  it under the terms of the GNU General Public License version 2 as
24
 
#  published by the Free Software Foundation.
25
 
#
26
 
#  This program is distributed in the hope that it will be useful,
27
 
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
28
 
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29
 
#  GNU General Public License for more details.
30
 
#
31
 
#  You should have received a copy of the GNU General Public License
32
 
#  along with this program; if not, write to the Free Software
33
 
#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
34
 
#  MA 02110-1301, USA.
35
 
#
36
 
 
37
 
VPATH = @srcdir@
38
 
pkgdatadir = $(datadir)/@PACKAGE@
39
 
pkgincludedir = $(includedir)/@PACKAGE@
40
 
pkglibdir = $(libdir)/@PACKAGE@
41
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
42
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43
 
install_sh_DATA = $(install_sh) -c -m 644
44
 
install_sh_PROGRAM = $(install_sh) -c
45
 
install_sh_SCRIPT = $(install_sh) -c
46
 
INSTALL_HEADER = $(INSTALL_DATA)
47
 
transform = $(program_transform_name)
48
 
NORMAL_INSTALL = :
49
 
PRE_INSTALL = :
50
 
POST_INSTALL = :
51
 
NORMAL_UNINSTALL = :
52
 
PRE_UNINSTALL = :
53
 
POST_UNINSTALL = :
54
 
build_triplet = @build@
55
 
host_triplet = @host@
56
 
target_triplet = @target@
57
 
subdir = libclamav/lzma
58
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
59
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
 
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
61
 
        $(top_srcdir)/m4/argz.m4 $(top_srcdir)/m4/fdpassing.m4 \
62
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
63
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
64
 
        $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
65
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
66
 
        $(top_srcdir)/m4/lt~obsolete.m4 \
67
 
        $(top_srcdir)/m4/mmap_private.m4 $(top_srcdir)/m4/resolv.m4 \
68
 
        $(top_srcdir)/configure.in
69
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70
 
        $(ACLOCAL_M4)
71
 
mkinstalldirs = $(install_sh) -d
72
 
CONFIG_HEADER = $(top_builddir)/clamav-config.h
73
 
CONFIG_CLEAN_FILES =
74
 
CONFIG_CLEAN_VPATH_FILES =
75
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
76
 
liblzma_la_LIBADD =
77
 
am_liblzma_la_OBJECTS = LzmaStateDecode.lo
78
 
liblzma_la_OBJECTS = $(am_liblzma_la_OBJECTS)
79
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
80
 
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
81
 
am__depfiles_maybe = depfiles
82
 
am__mv = mv -f
83
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
86
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88
 
CCLD = $(CC)
89
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
91
 
        $(LDFLAGS) -o $@
92
 
SOURCES = $(liblzma_la_SOURCES)
93
 
DIST_SOURCES = $(liblzma_la_SOURCES)
94
 
ETAGS = etags
95
 
CTAGS = ctags
96
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97
 
ACLOCAL = @ACLOCAL@
98
 
AMTAR = @AMTAR@
99
 
AR = @AR@
100
 
ARGZ_H = @ARGZ_H@
101
 
AUTOCONF = @AUTOCONF@
102
 
AUTOHEADER = @AUTOHEADER@
103
 
AUTOMAKE = @AUTOMAKE@
104
 
AWK = @AWK@
105
 
CC = @CC@
106
 
CCDEPMODE = @CCDEPMODE@
107
 
CFGDIR = @CFGDIR@
108
 
CFLAGS = @CFLAGS@
109
 
CHECK_CPPFLAGS = @CHECK_CPPFLAGS@
110
 
CHECK_LIBS = @CHECK_LIBS@
111
 
CLAMAVGROUP = @CLAMAVGROUP@
112
 
CLAMAVUSER = @CLAMAVUSER@
113
 
CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
114
 
CLAMD_LIBS = @CLAMD_LIBS@
115
 
CPP = @CPP@
116
 
CPPFLAGS = @CPPFLAGS@
117
 
CURSES_CPPFLAGS = @CURSES_CPPFLAGS@
118
 
CURSES_LIBS = @CURSES_LIBS@
119
 
CYGPATH_W = @CYGPATH_W@
120
 
DBDIR = @DBDIR@
121
 
DEFS = @DEFS@
122
 
DEPDIR = @DEPDIR@
123
 
DSYMUTIL = @DSYMUTIL@
124
 
DUMPBIN = @DUMPBIN@
125
 
ECHO_C = @ECHO_C@
126
 
ECHO_N = @ECHO_N@
127
 
ECHO_T = @ECHO_T@
128
 
EGREP = @EGREP@
129
 
EXEEXT = @EXEEXT@
130
 
FGREP = @FGREP@
131
 
FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
132
 
GCOV = @GCOV@
133
 
GENHTML = @GENHTML@
134
 
GETENT = @GETENT@
135
 
GPERF = @GPERF@
136
 
GREP = @GREP@
137
 
INCLTDL = @INCLTDL@
138
 
INSTALL = @INSTALL@
139
 
INSTALL_DATA = @INSTALL_DATA@
140
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
141
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
142
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
143
 
LCOV = @LCOV@
144
 
LD = @LD@
145
 
LDFLAGS = @LDFLAGS@
146
 
LIBADD_DL = @LIBADD_DL@
147
 
LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
148
 
LIBADD_DLOPEN = @LIBADD_DLOPEN@
149
 
LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
150
 
LIBBZ2 = @LIBBZ2@
151
 
LIBBZ2_PREFIX = @LIBBZ2_PREFIX@
152
 
LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
153
 
LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
154
 
LIBLTDL = @LIBLTDL@
155
 
LIBOBJS = @LIBOBJS@
156
 
LIBS = @LIBS@
157
 
LIBTOOL = @LIBTOOL@
158
 
LIPO = @LIPO@
159
 
LN_S = @LN_S@
160
 
LTDLDEPS = @LTDLDEPS@
161
 
LTDLINCL = @LTDLINCL@
162
 
LTDLOPEN = @LTDLOPEN@
163
 
LTLIBBZ2 = @LTLIBBZ2@
164
 
LTLIBOBJS = @LTLIBOBJS@
165
 
LT_CONFIG_H = @LT_CONFIG_H@
166
 
LT_DLLOADERS = @LT_DLLOADERS@
167
 
LT_DLPREOPEN = @LT_DLPREOPEN@
168
 
MAINT = @MAINT@
169
 
MAKEINFO = @MAKEINFO@
170
 
MKDIR_P = @MKDIR_P@
171
 
NM = @NM@
172
 
NMEDIT = @NMEDIT@
173
 
OBJDUMP = @OBJDUMP@
174
 
OBJEXT = @OBJEXT@
175
 
OTOOL = @OTOOL@
176
 
OTOOL64 = @OTOOL64@
177
 
PACKAGE = @PACKAGE@
178
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179
 
PACKAGE_NAME = @PACKAGE_NAME@
180
 
PACKAGE_STRING = @PACKAGE_STRING@
181
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
182
 
PACKAGE_URL = @PACKAGE_URL@
183
 
PACKAGE_VERSION = @PACKAGE_VERSION@
184
 
PATH_SEPARATOR = @PATH_SEPARATOR@
185
 
RANLIB = @RANLIB@
186
 
SED = @SED@
187
 
SET_MAKE = @SET_MAKE@
188
 
SHELL = @SHELL@
189
 
STRIP = @STRIP@
190
 
THREAD_LIBS = @THREAD_LIBS@
191
 
TH_SAFE = @TH_SAFE@
192
 
VERSION = @VERSION@
193
 
VERSIONSCRIPTFLAG = @VERSIONSCRIPTFLAG@
194
 
abs_builddir = @abs_builddir@
195
 
abs_srcdir = @abs_srcdir@
196
 
abs_top_builddir = @abs_top_builddir@
197
 
abs_top_srcdir = @abs_top_srcdir@
198
 
ac_ct_CC = @ac_ct_CC@
199
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
200
 
am__include = @am__include@
201
 
am__leading_dot = @am__leading_dot@
202
 
am__quote = @am__quote@
203
 
am__tar = @am__tar@
204
 
am__untar = @am__untar@
205
 
bindir = @bindir@
206
 
build = @build@
207
 
build_alias = @build_alias@
208
 
build_cpu = @build_cpu@
209
 
build_os = @build_os@
210
 
build_vendor = @build_vendor@
211
 
builddir = @builddir@
212
 
datadir = @datadir@
213
 
datarootdir = @datarootdir@
214
 
docdir = @docdir@
215
 
dvidir = @dvidir@
216
 
exec_prefix = @exec_prefix@
217
 
host = @host@
218
 
host_alias = @host_alias@
219
 
host_cpu = @host_cpu@
220
 
host_os = @host_os@
221
 
host_vendor = @host_vendor@
222
 
htmldir = @htmldir@
223
 
includedir = @includedir@
224
 
infodir = @infodir@
225
 
install_sh = @install_sh@
226
 
libdir = @libdir@
227
 
libexecdir = @libexecdir@
228
 
localedir = @localedir@
229
 
localstatedir = @localstatedir@
230
 
lt_ECHO = @lt_ECHO@
231
 
ltdl_LIBOBJS = @ltdl_LIBOBJS@
232
 
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
233
 
mandir = @mandir@
234
 
mkdir_p = @mkdir_p@
235
 
oldincludedir = @oldincludedir@
236
 
pdfdir = @pdfdir@
237
 
prefix = @prefix@
238
 
program_transform_name = @program_transform_name@
239
 
psdir = @psdir@
240
 
sbindir = @sbindir@
241
 
sharedstatedir = @sharedstatedir@
242
 
srcdir = @srcdir@
243
 
sys_symbol_underscore = @sys_symbol_underscore@
244
 
sysconfdir = @sysconfdir@
245
 
target = @target@
246
 
target_alias = @target_alias@
247
 
target_cpu = @target_cpu@
248
 
target_os = @target_os@
249
 
target_vendor = @target_vendor@
250
 
top_build_prefix = @top_build_prefix@
251
 
top_builddir = @top_builddir@
252
 
top_srcdir = @top_srcdir@
253
 
AM_CFLAGS = -fPIC -DPIC
254
 
noinst_LTLIBRARIES = liblzma.la
255
 
liblzma_la_SOURCES = LzmaStateDecode.c \
256
 
                     LzmaStateDecode.h \
257
 
                     LzmaTypes.h
258
 
 
259
 
EXTRA_DIST = lzma.txt
260
 
all: all-am
261
 
 
262
 
.SUFFIXES:
263
 
.SUFFIXES: .c .lo .o .obj
264
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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) --foreign libclamav/lzma/Makefile'; \
274
 
        $(am__cd) $(top_srcdir) && \
275
 
          $(AUTOMAKE) --foreign libclamav/lzma/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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
290
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
292
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293
 
$(am__aclocal_m4_deps):
294
 
 
295
 
clean-noinstLTLIBRARIES:
296
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
297
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
298
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
299
 
          test "$$dir" != "$$p" || dir=.; \
300
 
          echo "rm -f \"$${dir}/so_locations\""; \
301
 
          rm -f "$${dir}/so_locations"; \
302
 
        done
303
 
liblzma.la: $(liblzma_la_OBJECTS) $(liblzma_la_DEPENDENCIES) 
304
 
        $(LINK)  $(liblzma_la_OBJECTS) $(liblzma_la_LIBADD) $(LIBS)
305
 
 
306
 
mostlyclean-compile:
307
 
        -rm -f *.$(OBJEXT)
308
 
 
309
 
distclean-compile:
310
 
        -rm -f *.tab.c
311
 
 
312
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LzmaStateDecode.Plo@am__quote@
313
 
 
314
 
.c.o:
315
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
316
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
317
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
318
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
320
 
 
321
 
.c.obj:
322
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
323
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
324
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
325
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
327
 
 
328
 
.c.lo:
329
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
330
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
331
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
332
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
334
 
 
335
 
mostlyclean-libtool:
336
 
        -rm -f *.lo
337
 
 
338
 
clean-libtool:
339
 
        -rm -rf .libs _libs
340
 
 
341
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
342
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
343
 
        unique=`for i in $$list; do \
344
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345
 
          done | \
346
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
347
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
348
 
        mkid -fID $$unique
349
 
tags: TAGS
350
 
 
351
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
352
 
                $(TAGS_FILES) $(LISP)
353
 
        set x; \
354
 
        here=`pwd`; \
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
 
        shift; \
362
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
363
 
          test -n "$$unique" || unique=$$empty_fix; \
364
 
          if test $$# -gt 0; then \
365
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366
 
              "$$@" $$unique; \
367
 
          else \
368
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369
 
              $$unique; \
370
 
          fi; \
371
 
        fi
372
 
ctags: CTAGS
373
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
374
 
                $(TAGS_FILES) $(LISP)
375
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
376
 
        unique=`for i in $$list; do \
377
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378
 
          done | \
379
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
381
 
        test -z "$(CTAGS_ARGS)$$unique" \
382
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
383
 
             $$unique
384
 
 
385
 
GTAGS:
386
 
        here=`$(am__cd) $(top_builddir) && pwd` \
387
 
          && $(am__cd) $(top_srcdir) \
388
 
          && gtags -i $(GTAGS_ARGS) "$$here"
389
 
 
390
 
distclean-tags:
391
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
392
 
 
393
 
distdir: $(DISTFILES)
394
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
395
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
396
 
        list='$(DISTFILES)'; \
397
 
          dist_files=`for file in $$list; do echo $$file; done | \
398
 
          sed -e "s|^$$srcdirstrip/||;t" \
399
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
400
 
        case $$dist_files in \
401
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
402
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
403
 
                           sort -u` ;; \
404
 
        esac; \
405
 
        for file in $$dist_files; do \
406
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
407
 
          if test -d $$d/$$file; then \
408
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
409
 
            if test -d "$(distdir)/$$file"; then \
410
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411
 
            fi; \
412
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
413
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
414
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
415
 
            fi; \
416
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
417
 
          else \
418
 
            test -f "$(distdir)/$$file" \
419
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
420
 
            || exit 1; \
421
 
          fi; \
422
 
        done
423
 
check-am: all-am
424
 
check: check-am
425
 
all-am: Makefile $(LTLIBRARIES)
426
 
installdirs:
427
 
install: install-am
428
 
install-exec: install-exec-am
429
 
install-data: install-data-am
430
 
uninstall: uninstall-am
431
 
 
432
 
install-am: all-am
433
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
434
 
 
435
 
installcheck: installcheck-am
436
 
install-strip:
437
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
438
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
439
 
          `test -z '$(STRIP)' || \
440
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
441
 
mostlyclean-generic:
442
 
 
443
 
clean-generic:
444
 
 
445
 
distclean-generic:
446
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
447
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
448
 
 
449
 
maintainer-clean-generic:
450
 
        @echo "This command is intended for maintainers to use"
451
 
        @echo "it deletes files that may require special tools to rebuild."
452
 
clean: clean-am
453
 
 
454
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
455
 
        mostlyclean-am
456
 
 
457
 
distclean: distclean-am
458
 
        -rm -rf ./$(DEPDIR)
459
 
        -rm -f Makefile
460
 
distclean-am: clean-am distclean-compile distclean-generic \
461
 
        distclean-tags
462
 
 
463
 
dvi: dvi-am
464
 
 
465
 
dvi-am:
466
 
 
467
 
html: html-am
468
 
 
469
 
html-am:
470
 
 
471
 
info: info-am
472
 
 
473
 
info-am:
474
 
 
475
 
install-data-am:
476
 
 
477
 
install-dvi: install-dvi-am
478
 
 
479
 
install-dvi-am:
480
 
 
481
 
install-exec-am:
482
 
 
483
 
install-html: install-html-am
484
 
 
485
 
install-html-am:
486
 
 
487
 
install-info: install-info-am
488
 
 
489
 
install-info-am:
490
 
 
491
 
install-man:
492
 
 
493
 
install-pdf: install-pdf-am
494
 
 
495
 
install-pdf-am:
496
 
 
497
 
install-ps: install-ps-am
498
 
 
499
 
install-ps-am:
500
 
 
501
 
installcheck-am:
502
 
 
503
 
maintainer-clean: maintainer-clean-am
504
 
        -rm -rf ./$(DEPDIR)
505
 
        -rm -f Makefile
506
 
maintainer-clean-am: distclean-am maintainer-clean-generic
507
 
 
508
 
mostlyclean: mostlyclean-am
509
 
 
510
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
511
 
        mostlyclean-libtool
512
 
 
513
 
pdf: pdf-am
514
 
 
515
 
pdf-am:
516
 
 
517
 
ps: ps-am
518
 
 
519
 
ps-am:
520
 
 
521
 
uninstall-am:
522
 
 
523
 
.MAKE: install-am install-strip
524
 
 
525
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
526
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
527
 
        distclean-compile distclean-generic distclean-libtool \
528
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
529
 
        install install-am install-data install-data-am install-dvi \
530
 
        install-dvi-am install-exec install-exec-am install-html \
531
 
        install-html-am install-info install-info-am install-man \
532
 
        install-pdf install-pdf-am install-ps install-ps-am \
533
 
        install-strip installcheck installcheck-am installdirs \
534
 
        maintainer-clean maintainer-clean-generic mostlyclean \
535
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
536
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
537
 
 
538
 
 
539
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
540
 
# Otherwise a system limit (for SysV at least) may be exceeded.
541
 
.NOEXPORT: