~yolanda.robla/ubuntu/saucy/clamav/dep-8-tests

« back to all changes in this revision

Viewing changes to clamconf/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-11-02 23:27:19 UTC
  • mfrom: (0.35.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091102232719-61ay35095dhbuxfm
Tags: 0.95.3+dfsg-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build-dep on electric-fence (in Universe)
  - Build-dep on libltdl3-dev instead of libltdl-dev for updating earlier
    releases more easily
  - Add apparmor profiles for clamd and freshclam along with maintainer
    script changes

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_clamconf_OBJECTS = optparser.$(OBJEXT) getopt.$(OBJEXT) \
76
78
        misc.$(OBJEXT) clamconf.$(OBJEXT)
79
81
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
80
82
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
81
83
am__depfiles_maybe = depfiles
 
84
am__mv = mv -f
82
85
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83
86
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84
87
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
178
181
PACKAGE_NAME = @PACKAGE_NAME@
179
182
PACKAGE_STRING = @PACKAGE_STRING@
180
183
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
184
PACKAGE_URL = @PACKAGE_URL@
181
185
PACKAGE_VERSION = @PACKAGE_VERSION@
182
186
PATH_SEPARATOR = @PATH_SEPARATOR@
183
187
RANLIB = @RANLIB@
267
271
        @for dep in $?; do \
268
272
          case '$(am__configure_deps)' in \
269
273
            *$$dep*) \
270
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
271
 
                && exit 0; \
 
274
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
275
                && { if test -f $@; then exit 0; else break; fi; }; \
272
276
              exit 1;; \
273
277
          esac; \
274
278
        done; \
275
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  clamconf/Makefile'; \
276
 
        cd $(top_srcdir) && \
277
 
          $(AUTOMAKE) --foreign  clamconf/Makefile
 
279
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clamconf/Makefile'; \
 
280
        $(am__cd) $(top_srcdir) && \
 
281
          $(AUTOMAKE) --foreign clamconf/Makefile
278
282
.PRECIOUS: Makefile
279
283
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
280
284
        @case '$?' in \
292
296
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293
297
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
294
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
299
$(am__aclocal_m4_deps):
295
300
install-binPROGRAMS: $(bin_PROGRAMS)
296
301
        @$(NORMAL_INSTALL)
297
302
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
298
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
299
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
300
 
          if test -f $$p \
301
 
             || test -f $$p1 \
302
 
          ; then \
303
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
304
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
305
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
306
 
          else :; fi; \
307
 
        done
 
303
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
304
        for p in $$list; do echo "$$p $$p"; done | \
 
305
        sed 's/$(EXEEXT)$$//' | \
 
306
        while read p p1; do if test -f $$p || test -f $$p1; \
 
307
          then echo "$$p"; echo "$$p"; else :; fi; \
 
308
        done | \
 
309
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
310
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
311
        sed 'N;N;N;s,\n, ,g' | \
 
312
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
313
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
314
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
315
            else { print "f", $$3 "/" $$4, $$1; } } \
 
316
          END { for (d in files) print "f", d, files[d] }' | \
 
317
        while read type dir files; do \
 
318
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
319
            test -z "$$files" || { \
 
320
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
321
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
322
            } \
 
323
        ; done
308
324
 
309
325
uninstall-binPROGRAMS:
310
326
        @$(NORMAL_UNINSTALL)
311
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
312
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
313
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
314
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
315
 
        done
 
327
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
328
        files=`for p in $$list; do echo "$$p"; done | \
 
329
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
330
              -e 's/$$/$(EXEEXT)/' `; \
 
331
        test -n "$$list" || exit 0; \
 
332
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
333
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
316
334
 
317
335
clean-binPROGRAMS:
318
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
319
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
320
 
          echo " rm -f $$p $$f"; \
321
 
          rm -f $$p $$f ; \
322
 
        done
 
336
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
337
        echo " rm -f" $$list; \
 
338
        rm -f $$list || exit $$?; \
 
339
        test -n "$(EXEEXT)" || exit 0; \
 
340
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
341
        echo " rm -f" $$list; \
 
342
        rm -f $$list
323
343
 
324
344
installcheck-binPROGRAMS: $(bin_PROGRAMS)
325
345
        bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
353
373
 
354
374
.c.o:
355
375
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
356
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
376
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
357
377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
358
378
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359
379
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
360
380
 
361
381
.c.obj:
362
382
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
363
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
383
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
364
384
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
365
385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366
386
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
367
387
 
368
388
.c.lo:
369
389
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
370
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
390
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
371
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
372
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373
393
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
374
394
 
375
395
optparser.o: $(top_srcdir)/shared/optparser.c
376
396
@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
377
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
 
397
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
378
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/optparser.c' object='optparser.o' libtool=no @AMDEPBACKSLASH@
379
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380
400
@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
381
401
 
382
402
optparser.obj: $(top_srcdir)/shared/optparser.c
383
403
@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`
384
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
 
404
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
385
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/optparser.c' object='optparser.obj' libtool=no @AMDEPBACKSLASH@
386
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387
407
@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`
388
408
 
389
409
getopt.o: $(top_srcdir)/shared/getopt.c
390
410
@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
391
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
 
411
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
392
412
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
393
413
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394
414
@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
395
415
 
396
416
getopt.obj: $(top_srcdir)/shared/getopt.c
397
417
@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`
398
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
 
418
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
399
419
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
400
420
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401
421
@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`
402
422
 
403
423
misc.o: $(top_srcdir)/shared/misc.c
404
424
@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
405
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
 
425
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
406
426
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/misc.c' object='misc.o' libtool=no @AMDEPBACKSLASH@
407
427
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408
428
@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
409
429
 
410
430
misc.obj: $(top_srcdir)/shared/misc.c
411
431
@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`
412
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
 
432
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
413
433
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/misc.c' object='misc.obj' libtool=no @AMDEPBACKSLASH@
414
434
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415
435
@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`
425
445
        unique=`for i in $$list; do \
426
446
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
427
447
          done | \
428
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
448
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
429
449
              END { if (nonempty) { for (i in files) print i; }; }'`; \
430
450
        mkid -fID $$unique
431
451
tags: TAGS
432
452
 
433
453
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
434
454
                $(TAGS_FILES) $(LISP)
435
 
        tags=; \
 
455
        set x; \
436
456
        here=`pwd`; \
437
457
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
438
458
        unique=`for i in $$list; do \
440
460
          done | \
441
461
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442
462
              END { if (nonempty) { for (i in files) print i; }; }'`; \
443
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
463
        shift; \
 
464
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
444
465
          test -n "$$unique" || unique=$$empty_fix; \
445
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446
 
            $$tags $$unique; \
 
466
          if test $$# -gt 0; then \
 
467
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
468
              "$$@" $$unique; \
 
469
          else \
 
470
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
471
              $$unique; \
 
472
          fi; \
447
473
        fi
448
474
ctags: CTAGS
449
475
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
450
476
                $(TAGS_FILES) $(LISP)
451
 
        tags=; \
452
477
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
453
478
        unique=`for i in $$list; do \
454
479
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455
480
          done | \
456
481
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457
482
              END { if (nonempty) { for (i in files) print i; }; }'`; \
458
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
483
        test -z "$(CTAGS_ARGS)$$unique" \
459
484
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460
 
             $$tags $$unique
 
485
             $$unique
461
486
 
462
487
GTAGS:
463
488
        here=`$(am__cd) $(top_builddir) && pwd` \
464
 
          && cd $(top_srcdir) \
465
 
          && gtags -i $(GTAGS_ARGS) $$here
 
489
          && $(am__cd) $(top_srcdir) \
 
490
          && gtags -i $(GTAGS_ARGS) "$$here"
466
491
 
467
492
distclean-tags:
468
493
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
508
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
484
509
          if test -d $$d/$$file; then \
485
510
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
511
            if test -d "$(distdir)/$$file"; then \
 
512
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
513
            fi; \
486
514
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
515
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
516
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488
517
            fi; \
489
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
518
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
490
519
          else \
491
 
            test -f $(distdir)/$$file \
492
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
520
            test -f "$(distdir)/$$file" \
 
521
            || cp -p $$d/$$file "$(distdir)/$$file" \
493
522
            || exit 1; \
494
523
          fi; \
495
524
        done
521
550
 
522
551
distclean-generic:
523
552
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
553
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
524
554
 
525
555
maintainer-clean-generic:
526
556
        @echo "This command is intended for maintainers to use"
541
571
 
542
572
html: html-am
543
573
 
 
574
html-am:
 
575
 
544
576
info: info-am
545
577
 
546
578
info-am:
549
581
 
550
582
install-dvi: install-dvi-am
551
583
 
 
584
install-dvi-am:
 
585
 
552
586
install-exec-am: install-binPROGRAMS
553
587
 
554
588
install-html: install-html-am
555
589
 
 
590
install-html-am:
 
591
 
556
592
install-info: install-info-am
557
593
 
 
594
install-info-am:
 
595
 
558
596
install-man:
559
597
 
560
598
install-pdf: install-pdf-am
561
599
 
 
600
install-pdf-am:
 
601
 
562
602
install-ps: install-ps-am
563
603
 
 
604
install-ps-am:
 
605
 
564
606
installcheck-am: installcheck-binPROGRAMS
565
607
 
566
608
maintainer-clean: maintainer-clean-am
599
641
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
600
642
        tags uninstall uninstall-am uninstall-binPROGRAMS
601
643
 
 
644
 
602
645
# Tell versions [3.59,3.63) of GNU make to not export all variables.
603
646
# Otherwise a system limit (for SysV at least) may be exceeded.
604
647
.NOEXPORT: