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

« back to all changes in this revision

Viewing changes to clamdscan/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.
34
35
 
35
36
VPATH = @srcdir@
36
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
37
39
pkglibdir = $(libdir)/@PACKAGE@
38
 
pkgincludedir = $(includedir)/@PACKAGE@
 
40
pkglibexecdir = $(libexecdir)/@PACKAGE@
39
41
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40
42
install_sh_DATA = $(install_sh) -c -m 644
41
43
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
am__installdirs = "$(DESTDIR)$(bindir)"
73
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
74
76
PROGRAMS = $(bin_PROGRAMS)
75
77
am__clamdscan_SOURCES_DIST = $(top_srcdir)/shared/output.c \
76
78
        $(top_srcdir)/shared/output.h $(top_srcdir)/shared/optparser.c \
90
92
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
91
93
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
92
94
am__depfiles_maybe = depfiles
 
95
am__mv = mv -f
93
96
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94
97
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95
98
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
189
192
PACKAGE_NAME = @PACKAGE_NAME@
190
193
PACKAGE_STRING = @PACKAGE_STRING@
191
194
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
195
PACKAGE_URL = @PACKAGE_URL@
192
196
PACKAGE_VERSION = @PACKAGE_VERSION@
193
197
PATH_SEPARATOR = @PATH_SEPARATOR@
194
198
RANLIB = @RANLIB@
288
292
        @for dep in $?; do \
289
293
          case '$(am__configure_deps)' in \
290
294
            *$$dep*) \
291
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
292
 
                && exit 0; \
 
295
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
296
                && { if test -f $@; then exit 0; else break; fi; }; \
293
297
              exit 1;; \
294
298
          esac; \
295
299
        done; \
296
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  clamdscan/Makefile'; \
297
 
        cd $(top_srcdir) && \
298
 
          $(AUTOMAKE) --foreign  clamdscan/Makefile
 
300
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clamdscan/Makefile'; \
 
301
        $(am__cd) $(top_srcdir) && \
 
302
          $(AUTOMAKE) --foreign clamdscan/Makefile
299
303
.PRECIOUS: Makefile
300
304
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
301
305
        @case '$?' in \
313
317
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314
318
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
315
319
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
320
$(am__aclocal_m4_deps):
316
321
install-binPROGRAMS: $(bin_PROGRAMS)
317
322
        @$(NORMAL_INSTALL)
318
323
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
319
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
320
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
321
 
          if test -f $$p \
322
 
             || test -f $$p1 \
323
 
          ; then \
324
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
325
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
326
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
327
 
          else :; fi; \
328
 
        done
 
324
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
325
        for p in $$list; do echo "$$p $$p"; done | \
 
326
        sed 's/$(EXEEXT)$$//' | \
 
327
        while read p p1; do if test -f $$p || test -f $$p1; \
 
328
          then echo "$$p"; echo "$$p"; else :; fi; \
 
329
        done | \
 
330
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
331
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
332
        sed 'N;N;N;s,\n, ,g' | \
 
333
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
334
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
335
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
336
            else { print "f", $$3 "/" $$4, $$1; } } \
 
337
          END { for (d in files) print "f", d, files[d] }' | \
 
338
        while read type dir files; do \
 
339
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
340
            test -z "$$files" || { \
 
341
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
342
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
343
            } \
 
344
        ; done
329
345
 
330
346
uninstall-binPROGRAMS:
331
347
        @$(NORMAL_UNINSTALL)
332
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
333
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
334
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
335
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
336
 
        done
 
348
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
349
        files=`for p in $$list; do echo "$$p"; done | \
 
350
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
351
              -e 's/$$/$(EXEEXT)/' `; \
 
352
        test -n "$$list" || exit 0; \
 
353
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
354
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
337
355
 
338
356
clean-binPROGRAMS:
339
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
340
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
341
 
          echo " rm -f $$p $$f"; \
342
 
          rm -f $$p $$f ; \
343
 
        done
 
357
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
358
        echo " rm -f" $$list; \
 
359
        rm -f $$list || exit $$?; \
 
360
        test -n "$(EXEEXT)" || exit 0; \
 
361
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
362
        echo " rm -f" $$list; \
 
363
        rm -f $$list
344
364
 
345
365
installcheck-binPROGRAMS: $(bin_PROGRAMS)
346
366
        bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
379
399
 
380
400
.c.o:
381
401
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
382
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
402
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
383
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
384
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385
405
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
386
406
 
387
407
.c.obj:
388
408
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
389
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
409
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
390
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
391
411
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392
412
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
393
413
 
394
414
.c.lo:
395
415
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
396
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
416
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
397
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
398
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399
419
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
400
420
 
401
421
output.o: $(top_srcdir)/shared/output.c
402
422
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.o -MD -MP -MF $(DEPDIR)/output.Tpo -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
403
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/output.Tpo $(DEPDIR)/output.Po
 
423
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/output.Tpo $(DEPDIR)/output.Po
404
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/output.c' object='output.o' libtool=no @AMDEPBACKSLASH@
405
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406
426
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
407
427
 
408
428
output.obj: $(top_srcdir)/shared/output.c
409
429
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.obj -MD -MP -MF $(DEPDIR)/output.Tpo -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`
410
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/output.Tpo $(DEPDIR)/output.Po
 
430
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/output.Tpo $(DEPDIR)/output.Po
411
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/output.c' object='output.obj' libtool=no @AMDEPBACKSLASH@
412
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413
433
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`
414
434
 
415
435
optparser.o: $(top_srcdir)/shared/optparser.c
416
436
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT optparser.o -MD -MP -MF $(DEPDIR)/optparser.Tpo -c -o optparser.o `test -f '$(top_srcdir)/shared/optparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/optparser.c
417
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
 
437
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
418
438
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/optparser.c' object='optparser.o' libtool=no @AMDEPBACKSLASH@
419
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420
440
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o optparser.o `test -f '$(top_srcdir)/shared/optparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/optparser.c
421
441
 
422
442
optparser.obj: $(top_srcdir)/shared/optparser.c
423
443
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT optparser.obj -MD -MP -MF $(DEPDIR)/optparser.Tpo -c -o optparser.obj `if test -f '$(top_srcdir)/shared/optparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/optparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/optparser.c'; fi`
424
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
 
444
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
425
445
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/optparser.c' object='optparser.obj' libtool=no @AMDEPBACKSLASH@
426
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427
447
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o optparser.obj `if test -f '$(top_srcdir)/shared/optparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/optparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/optparser.c'; fi`
428
448
 
429
449
misc.o: $(top_srcdir)/shared/misc.c
430
450
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.o -MD -MP -MF $(DEPDIR)/misc.Tpo -c -o misc.o `test -f '$(top_srcdir)/shared/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/misc.c
431
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
 
451
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
432
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/misc.c' object='misc.o' libtool=no @AMDEPBACKSLASH@
433
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434
454
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc.o `test -f '$(top_srcdir)/shared/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/misc.c
435
455
 
436
456
misc.obj: $(top_srcdir)/shared/misc.c
437
457
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.obj -MD -MP -MF $(DEPDIR)/misc.Tpo -c -o misc.obj `if test -f '$(top_srcdir)/shared/misc.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/misc.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/misc.c'; fi`
438
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
 
458
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
439
459
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/misc.c' object='misc.obj' libtool=no @AMDEPBACKSLASH@
440
460
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441
461
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc.obj `if test -f '$(top_srcdir)/shared/misc.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/misc.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/misc.c'; fi`
442
462
 
443
463
getopt.o: $(top_srcdir)/shared/getopt.c
444
464
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.o -MD -MP -MF $(DEPDIR)/getopt.Tpo -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
445
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
 
465
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
446
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
447
467
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448
468
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
449
469
 
450
470
getopt.obj: $(top_srcdir)/shared/getopt.c
451
471
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.obj -MD -MP -MF $(DEPDIR)/getopt.Tpo -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`
452
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
 
472
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
453
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
454
474
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455
475
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`
456
476
 
457
477
actions.o: $(top_srcdir)/shared/actions.c
458
478
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT actions.o -MD -MP -MF $(DEPDIR)/actions.Tpo -c -o actions.o `test -f '$(top_srcdir)/shared/actions.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/actions.c
459
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/actions.Tpo $(DEPDIR)/actions.Po
 
479
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/actions.Tpo $(DEPDIR)/actions.Po
460
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/actions.c' object='actions.o' libtool=no @AMDEPBACKSLASH@
461
481
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462
482
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o actions.o `test -f '$(top_srcdir)/shared/actions.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/actions.c
463
483
 
464
484
actions.obj: $(top_srcdir)/shared/actions.c
465
485
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT actions.obj -MD -MP -MF $(DEPDIR)/actions.Tpo -c -o actions.obj `if test -f '$(top_srcdir)/shared/actions.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/actions.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/actions.c'; fi`
466
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/actions.Tpo $(DEPDIR)/actions.Po
 
486
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/actions.Tpo $(DEPDIR)/actions.Po
467
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/actions.c' object='actions.obj' libtool=no @AMDEPBACKSLASH@
468
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469
489
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o actions.obj `if test -f '$(top_srcdir)/shared/actions.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/actions.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/actions.c'; fi`
470
490
 
471
491
strlcpy.o: $(top_srcdir)/libclamav/regex/strlcpy.c
472
492
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strlcpy.o -MD -MP -MF $(DEPDIR)/strlcpy.Tpo -c -o strlcpy.o `test -f '$(top_srcdir)/libclamav/regex/strlcpy.c' || echo '$(srcdir)/'`$(top_srcdir)/libclamav/regex/strlcpy.c
473
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strlcpy.Tpo $(DEPDIR)/strlcpy.Po
 
493
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/strlcpy.Tpo $(DEPDIR)/strlcpy.Po
474
494
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/libclamav/regex/strlcpy.c' object='strlcpy.o' libtool=no @AMDEPBACKSLASH@
475
495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476
496
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strlcpy.o `test -f '$(top_srcdir)/libclamav/regex/strlcpy.c' || echo '$(srcdir)/'`$(top_srcdir)/libclamav/regex/strlcpy.c
477
497
 
478
498
strlcpy.obj: $(top_srcdir)/libclamav/regex/strlcpy.c
479
499
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strlcpy.obj -MD -MP -MF $(DEPDIR)/strlcpy.Tpo -c -o strlcpy.obj `if test -f '$(top_srcdir)/libclamav/regex/strlcpy.c'; then $(CYGPATH_W) '$(top_srcdir)/libclamav/regex/strlcpy.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/libclamav/regex/strlcpy.c'; fi`
480
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strlcpy.Tpo $(DEPDIR)/strlcpy.Po
 
500
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/strlcpy.Tpo $(DEPDIR)/strlcpy.Po
481
501
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/libclamav/regex/strlcpy.c' object='strlcpy.obj' libtool=no @AMDEPBACKSLASH@
482
502
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483
503
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strlcpy.obj `if test -f '$(top_srcdir)/libclamav/regex/strlcpy.c'; then $(CYGPATH_W) '$(top_srcdir)/libclamav/regex/strlcpy.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/libclamav/regex/strlcpy.c'; fi`
493
513
        unique=`for i in $$list; do \
494
514
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
495
515
          done | \
496
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
516
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
497
517
              END { if (nonempty) { for (i in files) print i; }; }'`; \
498
518
        mkid -fID $$unique
499
519
tags: TAGS
500
520
 
501
521
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
502
522
                $(TAGS_FILES) $(LISP)
503
 
        tags=; \
 
523
        set x; \
504
524
        here=`pwd`; \
505
525
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
506
526
        unique=`for i in $$list; do \
508
528
          done | \
509
529
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
510
530
              END { if (nonempty) { for (i in files) print i; }; }'`; \
511
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
531
        shift; \
 
532
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
512
533
          test -n "$$unique" || unique=$$empty_fix; \
513
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
514
 
            $$tags $$unique; \
 
534
          if test $$# -gt 0; then \
 
535
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
536
              "$$@" $$unique; \
 
537
          else \
 
538
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
539
              $$unique; \
 
540
          fi; \
515
541
        fi
516
542
ctags: CTAGS
517
543
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
518
544
                $(TAGS_FILES) $(LISP)
519
 
        tags=; \
520
545
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
521
546
        unique=`for i in $$list; do \
522
547
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523
548
          done | \
524
549
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
525
550
              END { if (nonempty) { for (i in files) print i; }; }'`; \
526
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
551
        test -z "$(CTAGS_ARGS)$$unique" \
527
552
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
528
 
             $$tags $$unique
 
553
             $$unique
529
554
 
530
555
GTAGS:
531
556
        here=`$(am__cd) $(top_builddir) && pwd` \
532
 
          && cd $(top_srcdir) \
533
 
          && gtags -i $(GTAGS_ARGS) $$here
 
557
          && $(am__cd) $(top_srcdir) \
 
558
          && gtags -i $(GTAGS_ARGS) "$$here"
534
559
 
535
560
distclean-tags:
536
561
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
551
576
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
552
577
          if test -d $$d/$$file; then \
553
578
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
579
            if test -d "$(distdir)/$$file"; then \
 
580
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
581
            fi; \
554
582
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
555
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
583
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
584
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
556
585
            fi; \
557
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
586
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
558
587
          else \
559
 
            test -f $(distdir)/$$file \
560
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
588
            test -f "$(distdir)/$$file" \
 
589
            || cp -p $$d/$$file "$(distdir)/$$file" \
561
590
            || exit 1; \
562
591
          fi; \
563
592
        done
589
618
 
590
619
distclean-generic:
591
620
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
621
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
592
622
 
593
623
maintainer-clean-generic:
594
624
        @echo "This command is intended for maintainers to use"
609
639
 
610
640
html: html-am
611
641
 
 
642
html-am:
 
643
 
612
644
info: info-am
613
645
 
614
646
info-am:
617
649
 
618
650
install-dvi: install-dvi-am
619
651
 
 
652
install-dvi-am:
 
653
 
620
654
install-exec-am: install-binPROGRAMS
621
655
 
622
656
install-html: install-html-am
623
657
 
 
658
install-html-am:
 
659
 
624
660
install-info: install-info-am
625
661
 
 
662
install-info-am:
 
663
 
626
664
install-man:
627
665
 
628
666
install-pdf: install-pdf-am
629
667
 
 
668
install-pdf-am:
 
669
 
630
670
install-ps: install-ps-am
631
671
 
 
672
install-ps-am:
 
673
 
632
674
installcheck-am: installcheck-binPROGRAMS
633
675
 
634
676
maintainer-clean: maintainer-clean-am
667
709
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
668
710
        tags uninstall uninstall-am uninstall-binPROGRAMS
669
711
 
 
712
 
670
713
# Tell versions [3.59,3.63) of GNU make to not export all variables.
671
714
# Otherwise a system limit (for SysV at least) may be exceeded.
672
715
.NOEXPORT: