~ubuntu-branches/ubuntu/feisty/clamav/feisty-updates

« back to all changes in this revision

Viewing changes to libclamunrar_iface/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-04-29 14:10:40 UTC
  • mfrom: (0.11.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080429141040-hczapuc6b7ja904q
Tags: 0.92.1~dfsg2-1.1~feisty1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
#
 
18
#  Copyright (C) 2007 Sourcefire, Inc.
 
19
#
 
20
 
 
21
VPATH = @srcdir@
 
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@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 = libclamunrar_iface
 
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
44
        $(top_srcdir)/configure.in
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
48
CONFIG_HEADER = $(top_builddir)/clamav-config.h
 
49
CONFIG_CLEAN_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 = `echo $$p | sed -e 's|^.*/||'`;
 
56
am__installdirs = "$(DESTDIR)$(libdir)"
 
57
libLTLIBRARIES_INSTALL = $(INSTALL)
 
58
LTLIBRARIES = $(lib_LTLIBRARIES)
 
59
@ENABLE_UNRAR_TRUE@libclamunrar_iface_la_DEPENDENCIES = $(top_builddir)/libclamunrar/libclamunrar.la
 
60
am__libclamunrar_iface_la_SOURCES_DIST = unrar_iface.c unrar_iface.h
 
61
@ENABLE_UNRAR_TRUE@am_libclamunrar_iface_la_OBJECTS = unrar_iface.lo
 
62
libclamunrar_iface_la_OBJECTS = $(am_libclamunrar_iface_la_OBJECTS)
 
63
libclamunrar_iface_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
64
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
65
        $(libclamunrar_iface_la_LDFLAGS) $(LDFLAGS) -o $@
 
66
@ENABLE_UNRAR_TRUE@am_libclamunrar_iface_la_rpath = -rpath $(libdir)
 
67
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
69
am__depfiles_maybe = depfiles
 
70
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
71
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
72
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
73
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
74
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
75
CCLD = $(CC)
 
76
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
77
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
78
        $(LDFLAGS) -o $@
 
79
SOURCES = $(libclamunrar_iface_la_SOURCES)
 
80
DIST_SOURCES = $(am__libclamunrar_iface_la_SOURCES_DIST)
 
81
ETAGS = etags
 
82
CTAGS = ctags
 
83
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
84
ACLOCAL = @ACLOCAL@
 
85
AMTAR = @AMTAR@
 
86
AR = @AR@
 
87
AUTOCONF = @AUTOCONF@
 
88
AUTOHEADER = @AUTOHEADER@
 
89
AUTOMAKE = @AUTOMAKE@
 
90
AWK = @AWK@
 
91
CC = @CC@
 
92
CCDEPMODE = @CCDEPMODE@
 
93
CFGDIR = @CFGDIR@
 
94
CFLAGS = @CFLAGS@
 
95
CLAMAVGROUP = @CLAMAVGROUP@
 
96
CLAMAVUSER = @CLAMAVUSER@
 
97
CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
 
98
CLAMD_LIBS = @CLAMD_LIBS@
 
99
CPP = @CPP@
 
100
CPPFLAGS = @CPPFLAGS@
 
101
CXX = @CXX@
 
102
CXXCPP = @CXXCPP@
 
103
CXXDEPMODE = @CXXDEPMODE@
 
104
CXXFLAGS = @CXXFLAGS@
 
105
CYGPATH_W = @CYGPATH_W@
 
106
DBDIR = @DBDIR@
 
107
DEFS = @DEFS@
 
108
DEPDIR = @DEPDIR@
 
109
ECHO = @ECHO@
 
110
ECHO_C = @ECHO_C@
 
111
ECHO_N = @ECHO_N@
 
112
ECHO_T = @ECHO_T@
 
113
EGREP = @EGREP@
 
114
EXEEXT = @EXEEXT@
 
115
F77 = @F77@
 
116
FFLAGS = @FFLAGS@
 
117
FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
 
118
GETENT = @GETENT@
 
119
GREP = @GREP@
 
120
INSTALL = @INSTALL@
 
121
INSTALL_DATA = @INSTALL_DATA@
 
122
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
123
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
124
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
125
LDFLAGS = @LDFLAGS@
 
126
LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
 
127
LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
 
128
LIBOBJS = @LIBOBJS@
 
129
LIBS = @LIBS@
 
130
LIBTOOL = @LIBTOOL@
 
131
LN_S = @LN_S@
 
132
LTLIBOBJS = @LTLIBOBJS@
 
133
MAINT = @MAINT@
 
134
MAKEINFO = @MAKEINFO@
 
135
MKDIR_P = @MKDIR_P@
 
136
OBJEXT = @OBJEXT@
 
137
PACKAGE = @PACKAGE@
 
138
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
139
PACKAGE_NAME = @PACKAGE_NAME@
 
140
PACKAGE_STRING = @PACKAGE_STRING@
 
141
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
142
PACKAGE_VERSION = @PACKAGE_VERSION@
 
143
PATH_SEPARATOR = @PATH_SEPARATOR@
 
144
RANLIB = @RANLIB@
 
145
SED = @SED@
 
146
SET_MAKE = @SET_MAKE@
 
147
SHELL = @SHELL@
 
148
STRIP = @STRIP@
 
149
THREAD_LIBS = @THREAD_LIBS@
 
150
TH_SAFE = @TH_SAFE@
 
151
VERSION = @VERSION@
 
152
abs_builddir = @abs_builddir@
 
153
abs_srcdir = @abs_srcdir@
 
154
abs_top_builddir = @abs_top_builddir@
 
155
abs_top_srcdir = @abs_top_srcdir@
 
156
ac_ct_CC = @ac_ct_CC@
 
157
ac_ct_CXX = @ac_ct_CXX@
 
158
ac_ct_F77 = @ac_ct_F77@
 
159
am__include = @am__include@
 
160
am__leading_dot = @am__leading_dot@
 
161
am__quote = @am__quote@
 
162
am__tar = @am__tar@
 
163
am__untar = @am__untar@
 
164
bindir = @bindir@
 
165
build = @build@
 
166
build_alias = @build_alias@
 
167
build_cpu = @build_cpu@
 
168
build_os = @build_os@
 
169
build_vendor = @build_vendor@
 
170
builddir = @builddir@
 
171
datadir = @datadir@
 
172
datarootdir = @datarootdir@
 
173
docdir = @docdir@
 
174
dvidir = @dvidir@
 
175
exec_prefix = @exec_prefix@
 
176
host = @host@
 
177
host_alias = @host_alias@
 
178
host_cpu = @host_cpu@
 
179
host_os = @host_os@
 
180
host_vendor = @host_vendor@
 
181
htmldir = @htmldir@
 
182
includedir = @includedir@
 
183
infodir = @infodir@
 
184
install_sh = @install_sh@
 
185
libdir = @libdir@
 
186
libexecdir = @libexecdir@
 
187
localedir = @localedir@
 
188
localstatedir = @localstatedir@
 
189
mandir = @mandir@
 
190
mkdir_p = @mkdir_p@
 
191
oldincludedir = @oldincludedir@
 
192
pdfdir = @pdfdir@
 
193
prefix = @prefix@
 
194
program_transform_name = @program_transform_name@
 
195
psdir = @psdir@
 
196
sbindir = @sbindir@
 
197
sendmailprog = @sendmailprog@
 
198
sharedstatedir = @sharedstatedir@
 
199
srcdir = @srcdir@
 
200
sysconfdir = @sysconfdir@
 
201
target = @target@
 
202
target_alias = @target_alias@
 
203
target_cpu = @target_cpu@
 
204
target_os = @target_os@
 
205
target_vendor = @target_vendor@
 
206
top_builddir = @top_builddir@
 
207
top_srcdir = @top_srcdir@
 
208
@ENABLE_UNRAR_TRUE@INCLUDES = -I$(top_srcdir)
 
209
@ENABLE_UNRAR_TRUE@libclamunrar_iface_la_LIBADD = $(top_builddir)/libclamunrar/libclamunrar.la
 
210
@ENABLE_UNRAR_TRUE@libclamunrar_iface_la_LDFLAGS = @TH_SAFE@ -version-info @LIBCLAMAV_VERSION@ -no-undefined
 
211
@ENABLE_UNRAR_TRUE@libclamunrar_iface_la_SOURCES = \
 
212
@ENABLE_UNRAR_TRUE@     unrar_iface.c \
 
213
@ENABLE_UNRAR_TRUE@     unrar_iface.h
 
214
 
 
215
@ENABLE_UNRAR_TRUE@lib_LTLIBRARIES = libclamunrar_iface.la
 
216
all: all-am
 
217
 
 
218
.SUFFIXES:
 
219
.SUFFIXES: .c .lo .o .obj
 
220
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
221
        @for dep in $?; do \
 
222
          case '$(am__configure_deps)' in \
 
223
            *$$dep*) \
 
224
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
225
                && exit 0; \
 
226
              exit 1;; \
 
227
          esac; \
 
228
        done; \
 
229
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libclamunrar_iface/Makefile'; \
 
230
        cd $(top_srcdir) && \
 
231
          $(AUTOMAKE) --gnu  libclamunrar_iface/Makefile
 
232
.PRECIOUS: Makefile
 
233
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
234
        @case '$?' in \
 
235
          *config.status*) \
 
236
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
237
          *) \
 
238
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
239
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
240
        esac;
 
241
 
 
242
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
243
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
244
 
 
245
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
246
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
247
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
249
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
250
        @$(NORMAL_INSTALL)
 
251
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
252
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
253
          if test -f $$p; then \
 
254
            f=$(am__strip_dir) \
 
255
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
256
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
257
          else :; fi; \
 
258
        done
 
259
 
 
260
uninstall-libLTLIBRARIES:
 
261
        @$(NORMAL_UNINSTALL)
 
262
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
263
          p=$(am__strip_dir) \
 
264
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
265
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
266
        done
 
267
 
 
268
clean-libLTLIBRARIES:
 
269
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
270
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
271
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
272
          test "$$dir" != "$$p" || dir=.; \
 
273
          echo "rm -f \"$${dir}/so_locations\""; \
 
274
          rm -f "$${dir}/so_locations"; \
 
275
        done
 
276
libclamunrar_iface.la: $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_DEPENDENCIES) 
 
277
        $(libclamunrar_iface_la_LINK) $(am_libclamunrar_iface_la_rpath) $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_LIBADD) $(LIBS)
 
278
 
 
279
mostlyclean-compile:
 
280
        -rm -f *.$(OBJEXT)
 
281
 
 
282
distclean-compile:
 
283
        -rm -f *.tab.c
 
284
 
 
285
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unrar_iface.Plo@am__quote@
 
286
 
 
287
.c.o:
 
288
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
289
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
290
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
291
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
292
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
293
 
 
294
.c.obj:
 
295
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
296
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
297
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
298
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
299
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
300
 
 
301
.c.lo:
 
302
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
303
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
304
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
305
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
306
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
307
 
 
308
mostlyclean-libtool:
 
309
        -rm -f *.lo
 
310
 
 
311
clean-libtool:
 
312
        -rm -rf .libs _libs
 
313
 
 
314
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
315
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
316
        unique=`for i in $$list; do \
 
317
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
318
          done | \
 
319
          $(AWK) '    { files[$$0] = 1; } \
 
320
               END { for (i in files) print i; }'`; \
 
321
        mkid -fID $$unique
 
322
tags: TAGS
 
323
 
 
324
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
325
                $(TAGS_FILES) $(LISP)
 
326
        tags=; \
 
327
        here=`pwd`; \
 
328
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
329
        unique=`for i in $$list; do \
 
330
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
331
          done | \
 
332
          $(AWK) '    { files[$$0] = 1; } \
 
333
               END { for (i in files) print i; }'`; \
 
334
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
335
          test -n "$$unique" || unique=$$empty_fix; \
 
336
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
337
            $$tags $$unique; \
 
338
        fi
 
339
ctags: CTAGS
 
340
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
341
                $(TAGS_FILES) $(LISP)
 
342
        tags=; \
 
343
        here=`pwd`; \
 
344
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
345
        unique=`for i in $$list; do \
 
346
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
347
          done | \
 
348
          $(AWK) '    { files[$$0] = 1; } \
 
349
               END { for (i in files) print i; }'`; \
 
350
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
351
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
352
             $$tags $$unique
 
353
 
 
354
GTAGS:
 
355
        here=`$(am__cd) $(top_builddir) && pwd` \
 
356
          && cd $(top_srcdir) \
 
357
          && gtags -i $(GTAGS_ARGS) $$here
 
358
 
 
359
distclean-tags:
 
360
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
361
 
 
362
distdir: $(DISTFILES)
 
363
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
364
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
365
        list='$(DISTFILES)'; \
 
366
          dist_files=`for file in $$list; do echo $$file; done | \
 
367
          sed -e "s|^$$srcdirstrip/||;t" \
 
368
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
369
        case $$dist_files in \
 
370
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
371
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
372
                           sort -u` ;; \
 
373
        esac; \
 
374
        for file in $$dist_files; do \
 
375
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
376
          if test -d $$d/$$file; then \
 
377
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
378
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
379
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
380
            fi; \
 
381
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
382
          else \
 
383
            test -f $(distdir)/$$file \
 
384
            || cp -p $$d/$$file $(distdir)/$$file \
 
385
            || exit 1; \
 
386
          fi; \
 
387
        done
 
388
check-am: all-am
 
389
check: check-am
 
390
all-am: Makefile $(LTLIBRARIES)
 
391
installdirs:
 
392
        for dir in "$(DESTDIR)$(libdir)"; do \
 
393
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
394
        done
 
395
install: install-am
 
396
install-exec: install-exec-am
 
397
install-data: install-data-am
 
398
uninstall: uninstall-am
 
399
 
 
400
install-am: all-am
 
401
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
402
 
 
403
installcheck: installcheck-am
 
404
install-strip:
 
405
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
406
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
407
          `test -z '$(STRIP)' || \
 
408
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
409
mostlyclean-generic:
 
410
 
 
411
clean-generic:
 
412
 
 
413
distclean-generic:
 
414
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
415
 
 
416
maintainer-clean-generic:
 
417
        @echo "This command is intended for maintainers to use"
 
418
        @echo "it deletes files that may require special tools to rebuild."
 
419
clean: clean-am
 
420
 
 
421
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
422
        mostlyclean-am
 
423
 
 
424
distclean: distclean-am
 
425
        -rm -rf ./$(DEPDIR)
 
426
        -rm -f Makefile
 
427
distclean-am: clean-am distclean-compile distclean-generic \
 
428
        distclean-tags
 
429
 
 
430
dvi: dvi-am
 
431
 
 
432
dvi-am:
 
433
 
 
434
html: html-am
 
435
 
 
436
info: info-am
 
437
 
 
438
info-am:
 
439
 
 
440
install-data-am:
 
441
 
 
442
install-dvi: install-dvi-am
 
443
 
 
444
install-exec-am: install-libLTLIBRARIES
 
445
 
 
446
install-html: install-html-am
 
447
 
 
448
install-info: install-info-am
 
449
 
 
450
install-man:
 
451
 
 
452
install-pdf: install-pdf-am
 
453
 
 
454
install-ps: install-ps-am
 
455
 
 
456
installcheck-am:
 
457
 
 
458
maintainer-clean: maintainer-clean-am
 
459
        -rm -rf ./$(DEPDIR)
 
460
        -rm -f Makefile
 
461
maintainer-clean-am: distclean-am maintainer-clean-generic
 
462
 
 
463
mostlyclean: mostlyclean-am
 
464
 
 
465
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
466
        mostlyclean-libtool
 
467
 
 
468
pdf: pdf-am
 
469
 
 
470
pdf-am:
 
471
 
 
472
ps: ps-am
 
473
 
 
474
ps-am:
 
475
 
 
476
uninstall-am: uninstall-libLTLIBRARIES
 
477
 
 
478
.MAKE: install-am install-strip
 
479
 
 
480
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
481
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
482
        distclean-compile distclean-generic distclean-libtool \
 
483
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
484
        install install-am install-data install-data-am install-dvi \
 
485
        install-dvi-am install-exec install-exec-am install-html \
 
486
        install-html-am install-info install-info-am \
 
487
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
488
        install-ps install-ps-am install-strip installcheck \
 
489
        installcheck-am installdirs maintainer-clean \
 
490
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
491
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
492
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
 
493
 
 
494
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
495
# Otherwise a system limit (for SysV at least) may be exceeded.
 
496
.NOEXPORT: