~ubuntu-branches/debian/squeeze/vlc/squeeze

« back to all changes in this revision

Viewing changes to src/test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Mutricy
  • Date: 2009-09-20 01:08:41 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090920010841-vc6vme91a70r5w0t
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

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.
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
51
53
mkinstalldirs = $(install_sh) -d
52
54
CONFIG_HEADER = $(top_builddir)/config.h
53
55
CONFIG_CLEAN_FILES =
 
56
CONFIG_CLEAN_VPATH_FILES =
54
57
am_test_block_OBJECTS = test_block.$(OBJEXT) block.$(OBJEXT)
55
58
test_block_OBJECTS = $(am_test_block_OBJECTS)
56
59
test_block_LDADD = $(LDADD)
82
85
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
83
86
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
84
87
am__depfiles_maybe = depfiles
 
88
am__mv = mv -f
85
89
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86
90
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87
91
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
101
105
        $(test_xmlent_SOURCES)
102
106
ETAGS = etags
103
107
CTAGS = ctags
 
108
am__tty_colors = \
 
109
red=; grn=; lgn=; blu=; std=
104
110
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105
111
ACLOCAL = @ACLOCAL@
106
112
ALIASES = @ALIASES@
522
528
PACKAGE_NAME = @PACKAGE_NAME@
523
529
PACKAGE_STRING = @PACKAGE_STRING@
524
530
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
531
PACKAGE_URL = @PACKAGE_URL@
525
532
PACKAGE_VERSION = @PACKAGE_VERSION@
526
533
PATH_SEPARATOR = @PATH_SEPARATOR@
527
534
PCRE_CFLAGS = @PCRE_CFLAGS@
549
556
SHELL = @SHELL@
550
557
SHOUT_CFLAGS = @SHOUT_CFLAGS@
551
558
SHOUT_LIBS = @SHOUT_LIBS@
 
559
SOCKET_LIBS = @SOCKET_LIBS@
552
560
STRIP = @STRIP@
553
561
SVG_CFLAGS = @SVG_CFLAGS@
554
562
SVG_LIBS = @SVG_LIBS@
680
688
              exit 1;; \
681
689
          esac; \
682
690
        done; \
683
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/test/Makefile'; \
684
 
        cd $(top_srcdir) && \
685
 
          $(AUTOMAKE) --gnu  src/test/Makefile
 
691
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/test/Makefile'; \
 
692
        $(am__cd) $(top_srcdir) && \
 
693
          $(AUTOMAKE) --gnu src/test/Makefile
686
694
.PRECIOUS: Makefile
687
695
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
688
696
        @case '$?' in \
700
708
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
701
709
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
702
710
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
711
$(am__aclocal_m4_deps):
703
712
 
704
713
clean-checkPROGRAMS:
705
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
706
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
707
 
          echo " rm -f $$p $$f"; \
708
 
          rm -f $$p $$f ; \
709
 
        done
 
714
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
715
        echo " rm -f" $$list; \
 
716
        rm -f $$list || exit $$?; \
 
717
        test -n "$(EXEEXT)" || exit 0; \
 
718
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
719
        echo " rm -f" $$list; \
 
720
        rm -f $$list
710
721
test_block$(EXEEXT): $(test_block_OBJECTS) $(test_block_DEPENDENCIES) 
711
722
        @rm -f test_block$(EXEEXT)
712
723
        $(LINK) $(test_block_OBJECTS) $(test_block_LDADD) $(LIBS)
746
757
 
747
758
.c.o:
748
759
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
749
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
760
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
750
761
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
751
762
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
752
763
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
753
764
 
754
765
.c.obj:
755
766
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
756
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
767
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
757
768
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
758
769
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
759
770
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
760
771
 
761
772
.c.lo:
762
773
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
763
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
774
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
764
775
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
765
776
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
766
777
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
767
778
 
768
779
block.o: ../misc/block.c
769
780
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT block.o -MD -MP -MF $(DEPDIR)/block.Tpo -c -o block.o `test -f '../misc/block.c' || echo '$(srcdir)/'`../misc/block.c
770
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/block.Tpo $(DEPDIR)/block.Po
 
781
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/block.Tpo $(DEPDIR)/block.Po
771
782
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../misc/block.c' object='block.o' libtool=no @AMDEPBACKSLASH@
772
783
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
773
784
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o block.o `test -f '../misc/block.c' || echo '$(srcdir)/'`../misc/block.c
774
785
 
775
786
block.obj: ../misc/block.c
776
787
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT block.obj -MD -MP -MF $(DEPDIR)/block.Tpo -c -o block.obj `if test -f '../misc/block.c'; then $(CYGPATH_W) '../misc/block.c'; else $(CYGPATH_W) '$(srcdir)/../misc/block.c'; fi`
777
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/block.Tpo $(DEPDIR)/block.Po
 
788
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/block.Tpo $(DEPDIR)/block.Po
778
789
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../misc/block.c' object='block.obj' libtool=no @AMDEPBACKSLASH@
779
790
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
780
791
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o block.obj `if test -f '../misc/block.c'; then $(CYGPATH_W) '../misc/block.c'; else $(CYGPATH_W) '$(srcdir)/../misc/block.c'; fi`
797
808
 
798
809
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
799
810
                $(TAGS_FILES) $(LISP)
800
 
        tags=; \
 
811
        set x; \
801
812
        here=`pwd`; \
802
813
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
803
814
        unique=`for i in $$list; do \
805
816
          done | \
806
817
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
807
818
              END { if (nonempty) { for (i in files) print i; }; }'`; \
808
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
819
        shift; \
 
820
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
809
821
          test -n "$$unique" || unique=$$empty_fix; \
810
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
811
 
            $$tags $$unique; \
 
822
          if test $$# -gt 0; then \
 
823
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
824
              "$$@" $$unique; \
 
825
          else \
 
826
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
827
              $$unique; \
 
828
          fi; \
812
829
        fi
813
830
ctags: CTAGS
814
831
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
815
832
                $(TAGS_FILES) $(LISP)
816
 
        tags=; \
817
833
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
818
834
        unique=`for i in $$list; do \
819
835
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
820
836
          done | \
821
837
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
822
838
              END { if (nonempty) { for (i in files) print i; }; }'`; \
823
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
839
        test -z "$(CTAGS_ARGS)$$unique" \
824
840
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
825
 
             $$tags $$unique
 
841
             $$unique
826
842
 
827
843
GTAGS:
828
844
        here=`$(am__cd) $(top_builddir) && pwd` \
829
 
          && cd $(top_srcdir) \
830
 
          && gtags -i $(GTAGS_ARGS) $$here
 
845
          && $(am__cd) $(top_srcdir) \
 
846
          && gtags -i $(GTAGS_ARGS) "$$here"
831
847
 
832
848
distclean-tags:
833
849
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
836
852
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
837
853
        srcdir=$(srcdir); export srcdir; \
838
854
        list=' $(TESTS) '; \
 
855
        $(am__tty_colors); \
839
856
        if test -n "$$list"; then \
840
857
          for tst in $$list; do \
841
858
            if test -f ./$$tst; then dir=./; \
847
864
              *[\ \     ]$$tst[\ \      ]*) \
848
865
                xpass=`expr $$xpass + 1`; \
849
866
                failed=`expr $$failed + 1`; \
850
 
                echo "XPASS: $$tst"; \
 
867
                col=$$red; res=XPASS; \
851
868
              ;; \
852
869
              *) \
853
 
                echo "PASS: $$tst"; \
 
870
                col=$$grn; res=PASS; \
854
871
              ;; \
855
872
              esac; \
856
873
            elif test $$? -ne 77; then \
858
875
              case " $(XFAIL_TESTS) " in \
859
876
              *[\ \     ]$$tst[\ \      ]*) \
860
877
                xfail=`expr $$xfail + 1`; \
861
 
                echo "XFAIL: $$tst"; \
 
878
                col=$$lgn; res=XFAIL; \
862
879
              ;; \
863
880
              *) \
864
881
                failed=`expr $$failed + 1`; \
865
 
                echo "FAIL: $$tst"; \
 
882
                col=$$red; res=FAIL; \
866
883
              ;; \
867
884
              esac; \
868
885
            else \
869
886
              skip=`expr $$skip + 1`; \
870
 
              echo "SKIP: $$tst"; \
 
887
              col=$$blu; res=SKIP; \
871
888
            fi; \
 
889
            echo "$${col}$$res$${std}: $$tst"; \
872
890
          done; \
873
891
          if test "$$all" -eq 1; then \
874
892
            tests="test"; \
910
928
              dashes="$$report"; \
911
929
          fi; \
912
930
          dashes=`echo "$$dashes" | sed s/./=/g`; \
913
 
          echo "$$dashes"; \
 
931
          if test "$$failed" -eq 0; then \
 
932
            echo "$$grn$$dashes"; \
 
933
          else \
 
934
            echo "$$red$$dashes"; \
 
935
          fi; \
914
936
          echo "$$banner"; \
915
937
          test -z "$$skipped" || echo "$$skipped"; \
916
938
          test -z "$$report" || echo "$$report"; \
917
 
          echo "$$dashes"; \
 
939
          echo "$$dashes$$std"; \
918
940
          test "$$failed" -eq 0; \
919
941
        else :; fi
920
942
 
934
956
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
935
957
          if test -d $$d/$$file; then \
936
958
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
959
            if test -d "$(distdir)/$$file"; then \
 
960
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
961
            fi; \
937
962
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
938
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
963
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
964
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
939
965
            fi; \
940
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
966
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
941
967
          else \
942
 
            test -f $(distdir)/$$file \
943
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
968
            test -f "$(distdir)/$$file" \
 
969
            || cp -p $$d/$$file "$(distdir)/$$file" \
944
970
            || exit 1; \
945
971
          fi; \
946
972
        done
970
996
 
971
997
distclean-generic:
972
998
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
999
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
973
1000
 
974
1001
maintainer-clean-generic:
975
1002
        @echo "This command is intended for maintainers to use"
991
1018
 
992
1019
html: html-am
993
1020
 
 
1021
html-am:
 
1022
 
994
1023
info: info-am
995
1024
 
996
1025
info-am:
999
1028
 
1000
1029
install-dvi: install-dvi-am
1001
1030
 
 
1031
install-dvi-am:
 
1032
 
1002
1033
install-exec-am:
1003
1034
 
1004
1035
install-html: install-html-am
1005
1036
 
 
1037
install-html-am:
 
1038
 
1006
1039
install-info: install-info-am
1007
1040
 
 
1041
install-info-am:
 
1042
 
1008
1043
install-man:
1009
1044
 
1010
1045
install-pdf: install-pdf-am
1011
1046
 
 
1047
install-pdf-am:
 
1048
 
1012
1049
install-ps: install-ps-am
1013
1050
 
 
1051
install-ps-am:
 
1052
 
1014
1053
installcheck-am:
1015
1054
 
1016
1055
maintainer-clean: maintainer-clean-am
1033
1072
 
1034
1073
uninstall-am:
1035
1074
 
1036
 
.MAKE: install-am install-strip
 
1075
.MAKE: check-am install-am install-strip
1037
1076
 
1038
1077
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
1039
1078
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
1049
1088
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1050
1089
        tags uninstall uninstall-am
1051
1090
 
 
1091
 
1052
1092
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1053
1093
# Otherwise a system limit (for SysV at least) may be exceeded.
1054
1094
.NOEXPORT: