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

« back to all changes in this revision

Viewing changes to test/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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
49
51
mkinstalldirs = $(install_sh) -d
50
52
CONFIG_HEADER = $(top_builddir)/clamav-config.h
51
53
CONFIG_CLEAN_FILES =
 
54
CONFIG_CLEAN_VPATH_FILES =
52
55
SOURCES =
53
56
DIST_SOURCES =
54
57
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
137
140
PACKAGE_NAME = @PACKAGE_NAME@
138
141
PACKAGE_STRING = @PACKAGE_STRING@
139
142
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
143
PACKAGE_URL = @PACKAGE_URL@
140
144
PACKAGE_VERSION = @PACKAGE_VERSION@
141
145
PATH_SEPARATOR = @PATH_SEPARATOR@
142
146
RANLIB = @RANLIB@
224
228
        @for dep in $?; do \
225
229
          case '$(am__configure_deps)' in \
226
230
            *$$dep*) \
227
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
228
 
                && exit 0; \
 
231
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
232
                && { if test -f $@; then exit 0; else break; fi; }; \
229
233
              exit 1;; \
230
234
          esac; \
231
235
        done; \
232
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  test/Makefile'; \
233
 
        cd $(top_srcdir) && \
234
 
          $(AUTOMAKE) --foreign  test/Makefile
 
236
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
 
237
        $(am__cd) $(top_srcdir) && \
 
238
          $(AUTOMAKE) --foreign test/Makefile
235
239
.PRECIOUS: Makefile
236
240
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
237
241
        @case '$?' in \
249
253
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
254
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
251
255
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
256
$(am__aclocal_m4_deps):
252
257
 
253
258
mostlyclean-libtool:
254
259
        -rm -f *.lo
278
283
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
279
284
          if test -d $$d/$$file; then \
280
285
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
286
            if test -d "$(distdir)/$$file"; then \
 
287
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
288
            fi; \
281
289
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
282
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
290
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
291
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
283
292
            fi; \
284
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
293
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
285
294
          else \
286
 
            test -f $(distdir)/$$file \
287
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
295
            test -f "$(distdir)/$$file" \
 
296
            || cp -p $$d/$$file "$(distdir)/$$file" \
288
297
            || exit 1; \
289
298
          fi; \
290
299
        done
312
321
 
313
322
distclean-generic:
314
323
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
324
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
315
325
 
316
326
maintainer-clean-generic:
317
327
        @echo "This command is intended for maintainers to use"
330
340
 
331
341
html: html-am
332
342
 
 
343
html-am:
 
344
 
333
345
info: info-am
334
346
 
335
347
info-am:
338
350
 
339
351
install-dvi: install-dvi-am
340
352
 
 
353
install-dvi-am:
 
354
 
341
355
install-exec-am:
342
356
 
343
357
install-html: install-html-am
344
358
 
 
359
install-html-am:
 
360
 
345
361
install-info: install-info-am
346
362
 
 
363
install-info-am:
 
364
 
347
365
install-man:
348
366
 
349
367
install-pdf: install-pdf-am
350
368
 
 
369
install-pdf-am:
 
370
 
351
371
install-ps: install-ps-am
352
372
 
 
373
install-ps-am:
 
374
 
353
375
installcheck-am:
354
376
 
355
377
maintainer-clean: maintainer-clean-am
392
414
 
393
415
clean-local:
394
416
        rm -f $(FILES)
 
417
 
395
418
# Tell versions [3.59,3.63) of GNU make to not export all variables.
396
419
# Otherwise a system limit (for SysV at least) may be exceeded.
397
420
.NOEXPORT: