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

« back to all changes in this revision

Viewing changes to clamdtop/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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
51
53
mkinstalldirs = $(install_sh) -d
52
54
CONFIG_HEADER = $(top_builddir)/clamav-config.h
53
55
CONFIG_CLEAN_FILES =
 
56
CONFIG_CLEAN_VPATH_FILES =
54
57
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
55
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
56
58
PROGRAMS = $(bin_PROGRAMS)
57
59
am__clamdtop_SOURCES_DIST = $(top_srcdir)/shared/optparser.c \
58
60
        $(top_srcdir)/shared/optparser.h $(top_srcdir)/shared/getopt.c \
66
68
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
67
69
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
68
70
am__depfiles_maybe = depfiles
 
71
am__mv = mv -f
69
72
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70
73
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71
74
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77
80
        $(LDFLAGS) -o $@
78
81
SOURCES = $(clamdtop_SOURCES)
79
82
DIST_SOURCES = $(am__clamdtop_SOURCES_DIST)
 
83
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
84
am__vpath_adj = case $$p in \
 
85
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
86
    *) f=$$p;; \
 
87
  esac;
 
88
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
89
am__install_max = 40
 
90
am__nobase_strip_setup = \
 
91
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
92
am__nobase_strip = \
 
93
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
94
am__nobase_list = $(am__nobase_strip_setup); \
 
95
  for p in $$list; do echo "$$p $$p"; done | \
 
96
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
97
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
98
    if (++n[$$2] == $(am__install_max)) \
 
99
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
100
    END { for (dir in files) print dir, files[dir] }'
 
101
am__base_list = \
 
102
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
103
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
80
104
man1dir = $(mandir)/man1
81
105
NROFF = nroff
82
106
MANS = $(man_MANS)
168
192
PACKAGE_NAME = @PACKAGE_NAME@
169
193
PACKAGE_STRING = @PACKAGE_STRING@
170
194
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
195
PACKAGE_URL = @PACKAGE_URL@
171
196
PACKAGE_VERSION = @PACKAGE_VERSION@
172
197
PATH_SEPARATOR = @PATH_SEPARATOR@
173
198
RANLIB = @RANLIB@
259
284
        @for dep in $?; do \
260
285
          case '$(am__configure_deps)' in \
261
286
            *$$dep*) \
262
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
263
 
                && exit 0; \
 
287
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
288
                && { if test -f $@; then exit 0; else break; fi; }; \
264
289
              exit 1;; \
265
290
          esac; \
266
291
        done; \
267
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  clamdtop/Makefile'; \
268
 
        cd $(top_srcdir) && \
269
 
          $(AUTOMAKE) --foreign  clamdtop/Makefile
 
292
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clamdtop/Makefile'; \
 
293
        $(am__cd) $(top_srcdir) && \
 
294
          $(AUTOMAKE) --foreign clamdtop/Makefile
270
295
.PRECIOUS: Makefile
271
296
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272
297
        @case '$?' in \
284
309
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285
310
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
286
311
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
312
$(am__aclocal_m4_deps):
287
313
install-binPROGRAMS: $(bin_PROGRAMS)
288
314
        @$(NORMAL_INSTALL)
289
315
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
290
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
291
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
292
 
          if test -f $$p \
293
 
             || test -f $$p1 \
294
 
          ; then \
295
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
296
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
297
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
298
 
          else :; fi; \
299
 
        done
 
316
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
317
        for p in $$list; do echo "$$p $$p"; done | \
 
318
        sed 's/$(EXEEXT)$$//' | \
 
319
        while read p p1; do if test -f $$p || test -f $$p1; \
 
320
          then echo "$$p"; echo "$$p"; else :; fi; \
 
321
        done | \
 
322
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
323
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
324
        sed 'N;N;N;s,\n, ,g' | \
 
325
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
326
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
327
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
328
            else { print "f", $$3 "/" $$4, $$1; } } \
 
329
          END { for (d in files) print "f", d, files[d] }' | \
 
330
        while read type dir files; do \
 
331
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
332
            test -z "$$files" || { \
 
333
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
334
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
335
            } \
 
336
        ; done
300
337
 
301
338
uninstall-binPROGRAMS:
302
339
        @$(NORMAL_UNINSTALL)
303
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
304
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
305
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
306
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
307
 
        done
 
340
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
341
        files=`for p in $$list; do echo "$$p"; done | \
 
342
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
343
              -e 's/$$/$(EXEEXT)/' `; \
 
344
        test -n "$$list" || exit 0; \
 
345
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
346
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
308
347
 
309
348
clean-binPROGRAMS:
310
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
311
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
312
 
          echo " rm -f $$p $$f"; \
313
 
          rm -f $$p $$f ; \
314
 
        done
 
349
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
350
        echo " rm -f" $$list; \
 
351
        rm -f $$list || exit $$?; \
 
352
        test -n "$(EXEEXT)" || exit 0; \
 
353
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
354
        echo " rm -f" $$list; \
 
355
        rm -f $$list
315
356
 
316
357
installcheck-binPROGRAMS: $(bin_PROGRAMS)
317
358
        bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
345
386
 
346
387
.c.o:
347
388
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
348
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
389
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
349
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
350
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351
392
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
352
393
 
353
394
.c.obj:
354
395
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
355
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
396
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
356
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358
399
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
359
400
 
360
401
.c.lo:
361
402
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
362
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
403
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
363
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
364
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365
406
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
366
407
 
367
408
optparser.o: $(top_srcdir)/shared/optparser.c
368
409
@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
369
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
 
410
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
370
411
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/optparser.c' object='optparser.o' libtool=no @AMDEPBACKSLASH@
371
412
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372
413
@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
373
414
 
374
415
optparser.obj: $(top_srcdir)/shared/optparser.c
375
416
@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`
376
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
 
417
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
377
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/optparser.c' object='optparser.obj' libtool=no @AMDEPBACKSLASH@
378
419
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379
420
@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`
380
421
 
381
422
getopt.o: $(top_srcdir)/shared/getopt.c
382
423
@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
383
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
 
424
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
384
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
385
426
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386
427
@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
387
428
 
388
429
getopt.obj: $(top_srcdir)/shared/getopt.c
389
430
@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`
390
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
 
431
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
391
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
392
433
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393
434
@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`
394
435
 
395
436
misc.o: $(top_srcdir)/shared/misc.c
396
437
@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
397
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
 
438
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
398
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/misc.c' object='misc.o' libtool=no @AMDEPBACKSLASH@
399
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400
441
@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
401
442
 
402
443
misc.obj: $(top_srcdir)/shared/misc.c
403
444
@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`
404
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
 
445
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
405
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/misc.c' object='misc.obj' libtool=no @AMDEPBACKSLASH@
406
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407
448
@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`
411
452
 
412
453
clean-libtool:
413
454
        -rm -rf .libs _libs
414
 
install-man1: $(man1_MANS) $(man_MANS)
 
455
install-man1: $(man_MANS)
415
456
        @$(NORMAL_INSTALL)
416
457
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
417
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
418
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
419
 
        for i in $$l2; do \
420
 
          case "$$i" in \
421
 
            *.1*) list="$$list $$i" ;; \
422
 
          esac; \
 
458
        @list=''; test -n "$(man1dir)" || exit 0; \
 
459
        { for i in $$list; do echo "$$i"; done; \
 
460
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
461
          sed -n '/\.1[a-z]*$$/p'; \
 
462
        } | while read p; do \
 
463
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
464
          echo "$$d$$p"; echo "$$p"; \
 
465
        done | \
 
466
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
467
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
468
        sed 'N;N;s,\n, ,g' | { \
 
469
        list=; while read file base inst; do \
 
470
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
471
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
472
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
 
473
          fi; \
423
474
        done; \
424
 
        for i in $$list; do \
425
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
426
 
          else file=$$i; fi; \
427
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
428
 
          case "$$ext" in \
429
 
            1*) ;; \
430
 
            *) ext='1' ;; \
431
 
          esac; \
432
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
433
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
434
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
435
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
436
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
437
 
        done
 
475
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
476
        while read files; do \
 
477
          test -z "$$files" || { \
 
478
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
 
479
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
 
480
        done; }
 
481
 
438
482
uninstall-man1:
439
483
        @$(NORMAL_UNINSTALL)
440
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
441
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
442
 
        for i in $$l2; do \
443
 
          case "$$i" in \
444
 
            *.1*) list="$$list $$i" ;; \
445
 
          esac; \
446
 
        done; \
447
 
        for i in $$list; do \
448
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
449
 
          case "$$ext" in \
450
 
            1*) ;; \
451
 
            *) ext='1' ;; \
452
 
          esac; \
453
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
454
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
455
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
456
 
          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
457
 
          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
458
 
        done
 
484
        @list=''; test -n "$(man1dir)" || exit 0; \
 
485
        files=`{ for i in $$list; do echo "$$i"; done; \
 
486
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
487
          sed -n '/\.1[a-z]*$$/p'; \
 
488
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
489
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
490
        test -z "$$files" || { \
 
491
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
 
492
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
459
493
 
460
494
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
461
495
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
462
496
        unique=`for i in $$list; do \
463
497
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464
498
          done | \
465
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
499
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466
500
              END { if (nonempty) { for (i in files) print i; }; }'`; \
467
501
        mkid -fID $$unique
468
502
tags: TAGS
469
503
 
470
504
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
471
505
                $(TAGS_FILES) $(LISP)
472
 
        tags=; \
 
506
        set x; \
473
507
        here=`pwd`; \
474
508
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
475
509
        unique=`for i in $$list; do \
477
511
          done | \
478
512
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
479
513
              END { if (nonempty) { for (i in files) print i; }; }'`; \
480
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
514
        shift; \
 
515
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
481
516
          test -n "$$unique" || unique=$$empty_fix; \
482
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
483
 
            $$tags $$unique; \
 
517
          if test $$# -gt 0; then \
 
518
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
519
              "$$@" $$unique; \
 
520
          else \
 
521
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
522
              $$unique; \
 
523
          fi; \
484
524
        fi
485
525
ctags: CTAGS
486
526
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
487
527
                $(TAGS_FILES) $(LISP)
488
 
        tags=; \
489
528
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
490
529
        unique=`for i in $$list; do \
491
530
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492
531
          done | \
493
532
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
494
533
              END { if (nonempty) { for (i in files) print i; }; }'`; \
495
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
534
        test -z "$(CTAGS_ARGS)$$unique" \
496
535
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
497
 
             $$tags $$unique
 
536
             $$unique
498
537
 
499
538
GTAGS:
500
539
        here=`$(am__cd) $(top_builddir) && pwd` \
501
 
          && cd $(top_srcdir) \
502
 
          && gtags -i $(GTAGS_ARGS) $$here
 
540
          && $(am__cd) $(top_srcdir) \
 
541
          && gtags -i $(GTAGS_ARGS) "$$here"
503
542
 
504
543
distclean-tags:
505
544
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
506
545
 
507
546
distdir: $(DISTFILES)
 
547
        @list='$(MANS)'; if test -n "$$list"; then \
 
548
          list=`for p in $$list; do \
 
549
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
550
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
551
          if test -n "$$list" && \
 
552
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
553
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
554
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
555
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
556
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
557
            exit 1; \
 
558
          else :; fi; \
 
559
        else :; fi
508
560
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
509
561
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
510
562
        list='$(DISTFILES)'; \
520
572
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
521
573
          if test -d $$d/$$file; then \
522
574
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
575
            if test -d "$(distdir)/$$file"; then \
 
576
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
577
            fi; \
523
578
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
524
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
579
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
580
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
525
581
            fi; \
526
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
582
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
527
583
          else \
528
 
            test -f $(distdir)/$$file \
529
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
584
            test -f "$(distdir)/$$file" \
 
585
            || cp -p $$d/$$file "$(distdir)/$$file" \
530
586
            || exit 1; \
531
587
          fi; \
532
588
        done
557
613
 
558
614
distclean-generic:
559
615
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
616
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
560
617
 
561
618
maintainer-clean-generic:
562
619
        @echo "This command is intended for maintainers to use"
577
634
 
578
635
html: html-am
579
636
 
 
637
html-am:
 
638
 
580
639
info: info-am
581
640
 
582
641
info-am:
585
644
 
586
645
install-dvi: install-dvi-am
587
646
 
 
647
install-dvi-am:
 
648
 
588
649
install-exec-am: install-binPROGRAMS
589
650
 
590
651
install-html: install-html-am
591
652
 
 
653
install-html-am:
 
654
 
592
655
install-info: install-info-am
593
656
 
 
657
install-info-am:
 
658
 
594
659
install-man: install-man1
595
660
 
596
661
install-pdf: install-pdf-am
597
662
 
 
663
install-pdf-am:
 
664
 
598
665
install-ps: install-ps-am
599
666
 
 
667
install-ps-am:
 
668
 
600
669
installcheck-am: installcheck-binPROGRAMS
601
670
 
602
671
maintainer-clean: maintainer-clean-am
638
707
        tags uninstall uninstall-am uninstall-binPROGRAMS \
639
708
        uninstall-man uninstall-man1
640
709
 
 
710
 
641
711
# Tell versions [3.59,3.63) of GNU make to not export all variables.
642
712
# Otherwise a system limit (for SysV at least) may be exceeded.
643
713
.NOEXPORT: