~ubuntu-branches/ubuntu/intrepid/clamav/intrepid-backports

« back to all changes in this revision

Viewing changes to libclamav/lzma/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-11-05 23:14:14 UTC
  • mfrom: (0.3.4 jaunty-proposed)
  • Revision ID: james.westby@ubuntu.com-20091105231414-qm9ppy5rowfqhseq
Tags: 0.95.3+dfsg-1ubuntu0.09.04~intrepid1
* Source backport for Intrepid from jaunty-proposed (LP: #473707)
  - Drop build-dep on libtommath-dev and use internal copy

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
35
36
 
36
37
VPATH = @srcdir@
37
38
pkgdatadir = $(datadir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
38
40
pkglibdir = $(libdir)/@PACKAGE@
39
 
pkgincludedir = $(includedir)/@PACKAGE@
 
41
pkglibexecdir = $(libexecdir)/@PACKAGE@
40
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41
43
install_sh_DATA = $(install_sh) -c -m 644
42
44
install_sh_PROGRAM = $(install_sh) -c
69
71
mkinstalldirs = $(install_sh) -d
70
72
CONFIG_HEADER = $(top_builddir)/clamav-config.h
71
73
CONFIG_CLEAN_FILES =
 
74
CONFIG_CLEAN_VPATH_FILES =
72
75
LTLIBRARIES = $(noinst_LTLIBRARIES)
73
76
liblzma_la_LIBADD =
74
77
am_liblzma_la_OBJECTS = LzmaStateDecode.lo
76
79
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
77
80
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
78
81
am__depfiles_maybe = depfiles
 
82
am__mv = mv -f
79
83
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
80
84
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81
85
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
175
179
PACKAGE_NAME = @PACKAGE_NAME@
176
180
PACKAGE_STRING = @PACKAGE_STRING@
177
181
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
182
PACKAGE_URL = @PACKAGE_URL@
178
183
PACKAGE_VERSION = @PACKAGE_VERSION@
179
184
PATH_SEPARATOR = @PATH_SEPARATOR@
180
185
RANLIB = @RANLIB@
260
265
        @for dep in $?; do \
261
266
          case '$(am__configure_deps)' in \
262
267
            *$$dep*) \
263
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
264
 
                && exit 0; \
 
268
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
269
                && { if test -f $@; then exit 0; else break; fi; }; \
265
270
              exit 1;; \
266
271
          esac; \
267
272
        done; \
268
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libclamav/lzma/Makefile'; \
269
 
        cd $(top_srcdir) && \
270
 
          $(AUTOMAKE) --foreign  libclamav/lzma/Makefile
 
273
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libclamav/lzma/Makefile'; \
 
274
        $(am__cd) $(top_srcdir) && \
 
275
          $(AUTOMAKE) --foreign libclamav/lzma/Makefile
271
276
.PRECIOUS: Makefile
272
277
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
273
278
        @case '$?' in \
285
290
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286
291
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
287
292
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
293
$(am__aclocal_m4_deps):
288
294
 
289
295
clean-noinstLTLIBRARIES:
290
296
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
307
313
 
308
314
.c.o:
309
315
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
310
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
316
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
311
317
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
312
318
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313
319
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
314
320
 
315
321
.c.obj:
316
322
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
317
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
323
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
318
324
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
319
325
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
320
326
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
321
327
 
322
328
.c.lo:
323
329
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
324
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
330
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
325
331
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
326
332
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327
333
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
337
343
        unique=`for i in $$list; do \
338
344
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339
345
          done | \
340
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
346
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
341
347
              END { if (nonempty) { for (i in files) print i; }; }'`; \
342
348
        mkid -fID $$unique
343
349
tags: TAGS
344
350
 
345
351
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
346
352
                $(TAGS_FILES) $(LISP)
347
 
        tags=; \
 
353
        set x; \
348
354
        here=`pwd`; \
349
355
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
350
356
        unique=`for i in $$list; do \
352
358
          done | \
353
359
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
354
360
              END { if (nonempty) { for (i in files) print i; }; }'`; \
355
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
361
        shift; \
 
362
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
356
363
          test -n "$$unique" || unique=$$empty_fix; \
357
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
358
 
            $$tags $$unique; \
 
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; \
359
371
        fi
360
372
ctags: CTAGS
361
373
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
362
374
                $(TAGS_FILES) $(LISP)
363
 
        tags=; \
364
375
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
365
376
        unique=`for i in $$list; do \
366
377
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367
378
          done | \
368
379
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
369
380
              END { if (nonempty) { for (i in files) print i; }; }'`; \
370
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
381
        test -z "$(CTAGS_ARGS)$$unique" \
371
382
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
372
 
             $$tags $$unique
 
383
             $$unique
373
384
 
374
385
GTAGS:
375
386
        here=`$(am__cd) $(top_builddir) && pwd` \
376
 
          && cd $(top_srcdir) \
377
 
          && gtags -i $(GTAGS_ARGS) $$here
 
387
          && $(am__cd) $(top_srcdir) \
 
388
          && gtags -i $(GTAGS_ARGS) "$$here"
378
389
 
379
390
distclean-tags:
380
391
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
395
406
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
396
407
          if test -d $$d/$$file; then \
397
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; \
398
412
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
399
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
413
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
414
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
400
415
            fi; \
401
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
416
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
402
417
          else \
403
 
            test -f $(distdir)/$$file \
404
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
418
            test -f "$(distdir)/$$file" \
 
419
            || cp -p $$d/$$file "$(distdir)/$$file" \
405
420
            || exit 1; \
406
421
          fi; \
407
422
        done
429
444
 
430
445
distclean-generic:
431
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)
432
448
 
433
449
maintainer-clean-generic:
434
450
        @echo "This command is intended for maintainers to use"
450
466
 
451
467
html: html-am
452
468
 
 
469
html-am:
 
470
 
453
471
info: info-am
454
472
 
455
473
info-am:
458
476
 
459
477
install-dvi: install-dvi-am
460
478
 
 
479
install-dvi-am:
 
480
 
461
481
install-exec-am:
462
482
 
463
483
install-html: install-html-am
464
484
 
 
485
install-html-am:
 
486
 
465
487
install-info: install-info-am
466
488
 
 
489
install-info-am:
 
490
 
467
491
install-man:
468
492
 
469
493
install-pdf: install-pdf-am
470
494
 
 
495
install-pdf-am:
 
496
 
471
497
install-ps: install-ps-am
472
498
 
 
499
install-ps-am:
 
500
 
473
501
installcheck-am:
474
502
 
475
503
maintainer-clean: maintainer-clean-am
507
535
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
508
536
        pdf pdf-am ps ps-am tags uninstall uninstall-am
509
537
 
 
538
 
510
539
# Tell versions [3.59,3.63) of GNU make to not export all variables.
511
540
# Otherwise a system limit (for SysV at least) may be exceeded.
512
541
.NOEXPORT: