~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
SOURCES = $(perfs_SOURCES) $(tests_SOURCES)
18
 
 
19
17
srcdir = @srcdir@
20
18
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
36
34
NORMAL_UNINSTALL = :
37
35
PRE_UNINSTALL = :
38
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
39
38
host_triplet = @host@
40
39
@WITH_TESTS_TRUE@noinst_PROGRAMS = tests$(EXEEXT) perfs$(EXEEXT)
41
40
subdir = tests
44
43
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
45
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(mkdir_p)
 
46
mkinstalldirs = $(install_sh) -d
48
47
CONFIG_HEADER = $(top_builddir)/lasso/lasso_config.h
49
48
CONFIG_CLEAN_FILES =
50
49
PROGRAMS = $(noinst_PROGRAMS)
56
55
@WITH_TESTS_TRUE@       $(top_builddir)/lasso/liblasso.la \
57
56
@WITH_TESTS_TRUE@       $(am__DEPENDENCIES_1)
58
57
am__tests_SOURCES_DIST = tests.c login_tests.c basic_tests.c \
59
 
        random_tests.c
 
58
        random_tests.c metadata_tests.c
60
59
@WITH_TESTS_TRUE@am_tests_OBJECTS = tests.$(OBJEXT) \
61
60
@WITH_TESTS_TRUE@       login_tests.$(OBJEXT) basic_tests.$(OBJEXT) \
62
 
@WITH_TESTS_TRUE@       random_tests.$(OBJEXT)
 
61
@WITH_TESTS_TRUE@       random_tests.$(OBJEXT) \
 
62
@WITH_TESTS_TRUE@       metadata_tests.$(OBJEXT)
63
63
tests_OBJECTS = $(am_tests_OBJECTS)
64
64
@WITH_TESTS_TRUE@tests_DEPENDENCIES =  \
65
65
@WITH_TESTS_TRUE@       $(top_builddir)/lasso/liblasso.la \
67
67
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/lasso
68
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
69
69
am__depfiles_maybe = depfiles
70
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/basic_tests.Po \
71
 
@AMDEP_TRUE@    ./$(DEPDIR)/login_tests.Po ./$(DEPDIR)/perfs.Po \
72
 
@AMDEP_TRUE@    ./$(DEPDIR)/random_tests.Po ./$(DEPDIR)/tests.Po
73
70
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
74
71
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
72
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
76
73
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
77
74
        $(AM_CFLAGS) $(CFLAGS)
78
75
CCLD = $(CC)
79
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
76
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
80
77
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
81
78
SOURCES = $(perfs_SOURCES) $(tests_SOURCES)
82
79
DIST_SOURCES = $(am__perfs_SOURCES_DIST) $(am__tests_SOURCES_DIST)
137
134
GCJ = @GCJ@
138
135
GCJDEPMODE = @GCJDEPMODE@
139
136
GCJFLAGS = @GCJFLAGS@
 
137
GREP = @GREP@
140
138
GTK_DOC_CFLAGS = @GTK_DOC_CFLAGS@
141
139
GTK_DOC_ENABLED_FALSE = @GTK_DOC_ENABLED_FALSE@
142
140
GTK_DOC_ENABLED_TRUE = @GTK_DOC_ENABLED_TRUE@
200
198
PERL_ENABLED_FALSE = @PERL_ENABLED_FALSE@
201
199
PERL_ENABLED_TRUE = @PERL_ENABLED_TRUE@
202
200
PERL_VERSION = @PERL_VERSION@
203
 
PHP = @PHP@
204
 
PHP_CONFIG = @PHP_CONFIG@
205
 
PHP_ENABLED_FALSE = @PHP_ENABLED_FALSE@
206
 
PHP_ENABLED_TRUE = @PHP_ENABLED_TRUE@
207
 
PHP_EXTENSION_DIR = @PHP_EXTENSION_DIR@
208
 
PHP_INCLUDES = @PHP_INCLUDES@
209
 
PHP_LDFLAGS = @PHP_LDFLAGS@
210
 
PHP_LIBS = @PHP_LIBS@
211
 
PHP_PATH = @PHP_PATH@
212
 
PHP_PREFIX = @PHP_PREFIX@
213
 
PHP_UNPREFIXED_EXTENSION_DIR = @PHP_UNPREFIXED_EXTENSION_DIR@
214
 
PHP_VERSION = @PHP_VERSION@
 
201
PHP4 = @PHP4@
 
202
PHP4_CONFIG = @PHP4_CONFIG@
 
203
PHP4_ENABLED_FALSE = @PHP4_ENABLED_FALSE@
 
204
PHP4_ENABLED_TRUE = @PHP4_ENABLED_TRUE@
 
205
PHP4_EXTENSION_DIR = @PHP4_EXTENSION_DIR@
 
206
PHP4_INCLUDES = @PHP4_INCLUDES@
 
207
PHP4_LDFLAGS = @PHP4_LDFLAGS@
 
208
PHP4_LIBS = @PHP4_LIBS@
 
209
PHP4_PREFIX = @PHP4_PREFIX@
 
210
PHP4_UNPREFIXED_EXTENSION_DIR = @PHP4_UNPREFIXED_EXTENSION_DIR@
 
211
PHP4_VERSION = @PHP4_VERSION@
 
212
PHP5 = @PHP5@
 
213
PHP5_CONFIG = @PHP5_CONFIG@
 
214
PHP5_ENABLED_FALSE = @PHP5_ENABLED_FALSE@
 
215
PHP5_ENABLED_TRUE = @PHP5_ENABLED_TRUE@
 
216
PHP5_EXTENSION_DIR = @PHP5_EXTENSION_DIR@
 
217
PHP5_INCLUDES = @PHP5_INCLUDES@
 
218
PHP5_LDFLAGS = @PHP5_LDFLAGS@
 
219
PHP5_LIBS = @PHP5_LIBS@
 
220
PHP5_PREFIX = @PHP5_PREFIX@
 
221
PHP5_UNPREFIXED_EXTENSION_DIR = @PHP5_UNPREFIXED_EXTENSION_DIR@
 
222
PHP5_VERSION = @PHP5_VERSION@
215
223
PKG_CONFIG = @PKG_CONFIG@
216
224
PYTHON = @PYTHON@
217
225
PYTHON_ENABLED_FALSE = @PYTHON_ENABLED_FALSE@
244
252
XSLTPROC = @XSLTPROC@
245
253
Z_CFLAGS = @Z_CFLAGS@
246
254
Z_LIBS = @Z_LIBS@
247
 
ac_ct_AR = @ac_ct_AR@
248
 
ac_ct_AS = @ac_ct_AS@
249
255
ac_ct_CC = @ac_ct_CC@
250
256
ac_ct_CXX = @ac_ct_CXX@
251
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
252
257
ac_ct_F77 = @ac_ct_F77@
253
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
254
 
ac_ct_RANLIB = @ac_ct_RANLIB@
255
 
ac_ct_RC = @ac_ct_RC@
256
 
ac_ct_STRIP = @ac_ct_STRIP@
257
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
258
258
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
259
259
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
260
260
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
264
264
am__include = @am__include@
265
265
am__leading_dot = @am__leading_dot@
266
266
am__quote = @am__quote@
 
267
am__tar = @am__tar@
 
268
am__untar = @am__untar@
267
269
bindir = @bindir@
268
270
build = @build@
269
271
build_alias = @build_alias@
271
273
build_os = @build_os@
272
274
build_vendor = @build_vendor@
273
275
datadir = @datadir@
 
276
datarootdir = @datarootdir@
 
277
docdir = @docdir@
 
278
dvidir = @dvidir@
274
279
exec_prefix = @exec_prefix@
275
280
host = @host@
276
281
host_alias = @host_alias@
277
282
host_cpu = @host_cpu@
278
283
host_os = @host_os@
279
284
host_vendor = @host_vendor@
 
285
htmldir = @htmldir@
280
286
includedir = @includedir@
281
287
infodir = @infodir@
282
288
install_sh = @install_sh@
283
289
libdir = @libdir@
284
290
libexecdir = @libexecdir@
 
291
localedir = @localedir@
285
292
localstatedir = @localstatedir@
286
293
mandir = @mandir@
287
294
mkdir_p = @mkdir_p@
288
295
oldincludedir = @oldincludedir@
 
296
pdfdir = @pdfdir@
289
297
prefix = @prefix@
290
298
program_transform_name = @program_transform_name@
 
299
psdir = @psdir@
291
300
sbindir = @sbindir@
292
301
sharedstatedir = @sharedstatedir@
293
302
sysconfdir = @sysconfdir@
298
307
@WITH_TESTS_TRUE@       -I$(top_srcdir) \
299
308
@WITH_TESTS_TRUE@       -I$(top_srcdir)/lasso \
300
309
@WITH_TESTS_TRUE@       -DTESTSDATADIR=\"$(srcdir)/data/\" \
 
310
@WITH_TESTS_TRUE@       -DTESTSMETADATADIR=\"$(srcdir)/metadata/\" \
301
311
@WITH_TESTS_TRUE@       $(LASSO_CFLAGS) \
302
312
@WITH_TESTS_TRUE@       $(CHECK_CFLAGS)
303
313
 
304
 
@WITH_TESTS_TRUE@tests_SOURCES = tests.c login_tests.c basic_tests.c random_tests.c
 
314
@WITH_TESTS_TRUE@tests_SOURCES = tests.c login_tests.c basic_tests.c random_tests.c metadata_tests.c
305
315
@WITH_TESTS_TRUE@tests_LDADD = \
306
316
@WITH_TESTS_TRUE@       $(top_builddir)/lasso/liblasso.la \
307
317
@WITH_TESTS_TRUE@       $(LASSO_LIBS) \
309
319
 
310
320
@WITH_TESTS_TRUE@perfs_SOURCES = perfs.c
311
321
@WITH_TESTS_TRUE@perfs_LDADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS)
312
 
EXTRA_DIST = tests.c login_tests.c basic_tests.c random_tests.c
313
 
SUBDIRS = data
 
322
EXTRA_DIST = tests.c login_tests.c basic_tests.c random_tests.c metadata_tests.c
 
323
SUBDIRS = data metadata
314
324
CLEANFILES = result.xml
315
325
all: all-recursive
316
326
 
367
377
 
368
378
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_tests.Po@am__quote@
369
379
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/login_tests.Po@am__quote@
 
380
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metadata_tests.Po@am__quote@
370
381
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/perfs.Po@am__quote@
371
382
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random_tests.Po@am__quote@
372
383
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tests.Po@am__quote@
375
386
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
376
387
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
377
388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
378
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
379
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380
390
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
381
391
 
382
392
.c.obj:
383
393
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
384
394
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
385
395
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
386
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
387
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388
397
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
389
398
 
390
399
.c.lo:
391
400
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
392
401
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
393
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
394
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
395
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396
404
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
397
405
 
398
406
mostlyclean-libtool:
412
420
#     (which will cause the Makefiles to be regenerated when you run `make');
413
421
# (2) otherwise, pass the desired values on the `make' command line.
414
422
$(RECURSIVE_TARGETS):
415
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
423
        @failcom='exit 1'; \
 
424
        for f in x $$MAKEFLAGS; do \
 
425
          case $$f in \
 
426
            *=* | --[!k]*);; \
 
427
            *k*) failcom='fail=yes';; \
 
428
          esac; \
 
429
        done; \
416
430
        dot_seen=no; \
417
431
        target=`echo $@ | sed s/-recursive//`; \
418
432
        list='$(SUBDIRS)'; for subdir in $$list; do \
424
438
            local_target="$$target"; \
425
439
          fi; \
426
440
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
427
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
441
          || eval $$failcom; \
428
442
        done; \
429
443
        if test "$$dot_seen" = "no"; then \
430
444
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
432
446
 
433
447
mostlyclean-recursive clean-recursive distclean-recursive \
434
448
maintainer-clean-recursive:
435
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
449
        @failcom='exit 1'; \
 
450
        for f in x $$MAKEFLAGS; do \
 
451
          case $$f in \
 
452
            *=* | --[!k]*);; \
 
453
            *k*) failcom='fail=yes';; \
 
454
          esac; \
 
455
        done; \
436
456
        dot_seen=no; \
437
457
        case "$@" in \
438
458
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
453
473
            local_target="$$target"; \
454
474
          fi; \
455
475
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
456
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
476
          || eval $$failcom; \
457
477
        done && test -z "$$fail"
458
478
tags-recursive:
459
479
        list='$(SUBDIRS)'; for subdir in $$list; do \
625
645
            || exit 1; \
626
646
          fi; \
627
647
        done
628
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
648
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
629
649
          if test "$$subdir" = .; then :; else \
630
650
            test -d "$(distdir)/$$subdir" \
631
 
            || mkdir "$(distdir)/$$subdir" \
 
651
            || $(mkdir_p) "$(distdir)/$$subdir" \
632
652
            || exit 1; \
 
653
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
654
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
633
655
            (cd $$subdir && \
634
656
              $(MAKE) $(AM_MAKEFLAGS) \
635
 
                top_distdir="../$(top_distdir)" \
636
 
                distdir="../$(distdir)/$$subdir" \
 
657
                top_distdir="$$top_distdir" \
 
658
                distdir="$$distdir/$$subdir" \
637
659
                distdir) \
638
660
              || exit 1; \
639
661
          fi; \
664
686
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
665
687
 
666
688
distclean-generic:
667
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
689
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
668
690
 
669
691
maintainer-clean-generic:
670
692
        @echo "This command is intended for maintainers to use"