~ubuntu-branches/ubuntu/saucy/orbit2/saucy-proposed

« back to all changes in this revision

Viewing changes to linc2/test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-08 12:27:40 UTC
  • mto: (30.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: james.westby@ubuntu.com-20100408122740-57jdfk8xudepsp01
Tags: upstream-2.14.18
Import upstream version 2.14.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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.
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
19
20
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
43
45
mkinstalldirs = $(install_sh) -d
44
46
CONFIG_HEADER = $(top_builddir)/config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
PROGRAMS = $(noinst_PROGRAMS)
47
50
am_test_linc_OBJECTS = test-linc.$(OBJEXT)
48
51
test_linc_OBJECTS = $(am_test_linc_OBJECTS)
51
54
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
52
55
depcomp = $(SHELL) $(top_srcdir)/depcomp
53
56
am__depfiles_maybe = depfiles
 
57
am__mv = mv -f
54
58
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
55
59
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
56
60
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
64
68
DIST_SOURCES = $(test_linc_SOURCES)
65
69
ETAGS = etags
66
70
CTAGS = ctags
 
71
am__tty_colors = \
 
72
red=; grn=; lgn=; blu=; std=
67
73
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68
74
pkglibdir = @pkglibdir@
69
75
ACLOCAL = @ACLOCAL@
95
101
GLIB_REQUIRED = @GLIB_REQUIRED@
96
102
GREP = @GREP@
97
103
GTKDOC_CHECK = @GTKDOC_CHECK@
 
104
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
105
GTKDOC_REBASE = @GTKDOC_REBASE@
98
106
HTML_DIR = @HTML_DIR@
99
107
IDL_COMPILER = @IDL_COMPILER@
100
108
INSTALL = @INSTALL@
242
250
              exit 1;; \
243
251
          esac; \
244
252
        done; \
245
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  linc2/test/Makefile'; \
246
 
        cd $(top_srcdir) && \
247
 
          $(AUTOMAKE) --gnu  linc2/test/Makefile
 
253
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu linc2/test/Makefile'; \
 
254
        $(am__cd) $(top_srcdir) && \
 
255
          $(AUTOMAKE) --gnu linc2/test/Makefile
248
256
.PRECIOUS: Makefile
249
257
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
250
258
        @case '$?' in \
262
270
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263
271
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
264
272
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
273
$(am__aclocal_m4_deps):
265
274
 
266
275
clean-noinstPROGRAMS:
267
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
268
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
269
 
          echo " rm -f $$p $$f"; \
270
 
          rm -f $$p $$f ; \
271
 
        done
 
276
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
277
        echo " rm -f" $$list; \
 
278
        rm -f $$list || exit $$?; \
 
279
        test -n "$(EXEEXT)" || exit 0; \
 
280
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
281
        echo " rm -f" $$list; \
 
282
        rm -f $$list
272
283
test-linc$(EXEEXT): $(test_linc_OBJECTS) $(test_linc_DEPENDENCIES) 
273
284
        @rm -f test-linc$(EXEEXT)
274
285
        $(LINK) $(test_linc_OBJECTS) $(test_linc_LDADD) $(LIBS)
283
294
 
284
295
.c.o:
285
296
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
286
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
297
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
287
298
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
288
299
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289
300
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
290
301
 
291
302
.c.obj:
292
303
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
293
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
304
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
294
305
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295
306
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296
307
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
297
308
 
298
309
.c.lo:
299
310
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
300
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
311
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
301
312
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
302
313
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303
314
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
320
331
 
321
332
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
322
333
                $(TAGS_FILES) $(LISP)
323
 
        tags=; \
 
334
        set x; \
324
335
        here=`pwd`; \
325
336
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
326
337
        unique=`for i in $$list; do \
328
339
          done | \
329
340
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330
341
              END { if (nonempty) { for (i in files) print i; }; }'`; \
331
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
342
        shift; \
 
343
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
332
344
          test -n "$$unique" || unique=$$empty_fix; \
333
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334
 
            $$tags $$unique; \
 
345
          if test $$# -gt 0; then \
 
346
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
347
              "$$@" $$unique; \
 
348
          else \
 
349
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
350
              $$unique; \
 
351
          fi; \
335
352
        fi
336
353
ctags: CTAGS
337
354
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338
355
                $(TAGS_FILES) $(LISP)
339
 
        tags=; \
340
356
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
341
357
        unique=`for i in $$list; do \
342
358
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343
359
          done | \
344
360
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345
361
              END { if (nonempty) { for (i in files) print i; }; }'`; \
346
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
362
        test -z "$(CTAGS_ARGS)$$unique" \
347
363
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
348
 
             $$tags $$unique
 
364
             $$unique
349
365
 
350
366
GTAGS:
351
367
        here=`$(am__cd) $(top_builddir) && pwd` \
352
 
          && cd $(top_srcdir) \
353
 
          && gtags -i $(GTAGS_ARGS) $$here
 
368
          && $(am__cd) $(top_srcdir) \
 
369
          && gtags -i $(GTAGS_ARGS) "$$here"
354
370
 
355
371
distclean-tags:
356
372
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
359
375
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
360
376
        srcdir=$(srcdir); export srcdir; \
361
377
        list=' $(TESTS) '; \
 
378
        $(am__tty_colors); \
362
379
        if test -n "$$list"; then \
363
380
          for tst in $$list; do \
364
381
            if test -f ./$$tst; then dir=./; \
370
387
              *[\ \     ]$$tst[\ \      ]*) \
371
388
                xpass=`expr $$xpass + 1`; \
372
389
                failed=`expr $$failed + 1`; \
373
 
                echo "XPASS: $$tst"; \
 
390
                col=$$red; res=XPASS; \
374
391
              ;; \
375
392
              *) \
376
 
                echo "PASS: $$tst"; \
 
393
                col=$$grn; res=PASS; \
377
394
              ;; \
378
395
              esac; \
379
396
            elif test $$? -ne 77; then \
381
398
              case " $(XFAIL_TESTS) " in \
382
399
              *[\ \     ]$$tst[\ \      ]*) \
383
400
                xfail=`expr $$xfail + 1`; \
384
 
                echo "XFAIL: $$tst"; \
 
401
                col=$$lgn; res=XFAIL; \
385
402
              ;; \
386
403
              *) \
387
404
                failed=`expr $$failed + 1`; \
388
 
                echo "FAIL: $$tst"; \
 
405
                col=$$red; res=FAIL; \
389
406
              ;; \
390
407
              esac; \
391
408
            else \
392
409
              skip=`expr $$skip + 1`; \
393
 
              echo "SKIP: $$tst"; \
 
410
              col=$$blu; res=SKIP; \
394
411
            fi; \
 
412
            echo "$${col}$$res$${std}: $$tst"; \
395
413
          done; \
396
414
          if test "$$all" -eq 1; then \
397
415
            tests="test"; \
433
451
              dashes="$$report"; \
434
452
          fi; \
435
453
          dashes=`echo "$$dashes" | sed s/./=/g`; \
436
 
          echo "$$dashes"; \
 
454
          if test "$$failed" -eq 0; then \
 
455
            echo "$$grn$$dashes"; \
 
456
          else \
 
457
            echo "$$red$$dashes"; \
 
458
          fi; \
437
459
          echo "$$banner"; \
438
460
          test -z "$$skipped" || echo "$$skipped"; \
439
461
          test -z "$$report" || echo "$$report"; \
440
 
          echo "$$dashes"; \
 
462
          echo "$$dashes$$std"; \
441
463
          test "$$failed" -eq 0; \
442
464
        else :; fi
443
465
 
457
479
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
458
480
          if test -d $$d/$$file; then \
459
481
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
482
            if test -d "$(distdir)/$$file"; then \
 
483
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
484
            fi; \
460
485
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
461
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
486
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
487
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462
488
            fi; \
463
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
489
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
464
490
          else \
465
 
            test -f $(distdir)/$$file \
466
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
491
            test -f "$(distdir)/$$file" \
 
492
            || cp -p $$d/$$file "$(distdir)/$$file" \
467
493
            || exit 1; \
468
494
          fi; \
469
495
        done
492
518
 
493
519
distclean-generic:
494
520
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
521
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
495
522
 
496
523
maintainer-clean-generic:
497
524
        @echo "This command is intended for maintainers to use"
513
540
 
514
541
html: html-am
515
542
 
 
543
html-am:
 
544
 
516
545
info: info-am
517
546
 
518
547
info-am:
521
550
 
522
551
install-dvi: install-dvi-am
523
552
 
 
553
install-dvi-am:
 
554
 
524
555
install-exec-am:
525
556
 
526
557
install-html: install-html-am
527
558
 
 
559
install-html-am:
 
560
 
528
561
install-info: install-info-am
529
562
 
 
563
install-info-am:
 
564
 
530
565
install-man:
531
566
 
532
567
install-pdf: install-pdf-am
533
568
 
 
569
install-pdf-am:
 
570
 
534
571
install-ps: install-ps-am
535
572
 
 
573
install-ps-am:
 
574
 
536
575
installcheck-am:
537
576
 
538
577
maintainer-clean: maintainer-clean-am
555
594
 
556
595
uninstall-am:
557
596
 
558
 
.MAKE: install-am install-strip
 
597
.MAKE: check-am install-am install-strip
559
598
 
560
599
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
561
600
        clean-generic clean-libtool clean-noinstPROGRAMS ctags \
571
610
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
572
611
        tags uninstall uninstall-am
573
612
 
 
613
 
574
614
# Tell versions [3.59,3.63) of GNU make to not export all variables.
575
615
# Otherwise a system limit (for SysV at least) may be exceeded.
576
616
.NOEXPORT: