~ubuntu-branches/ubuntu/vivid/xorg-server/vivid

« back to all changes in this revision

Viewing changes to hw/xfree86/os-support/stub/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-07-03 12:03:57 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20130703120357-caosebpn11zu2zj0
Tags: 2:1.14.1-0ubuntu0.8
Use correct version for libxfixes3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
52
51
build_triplet = @build@
53
52
host_triplet = @host@
54
53
subdir = hw/xfree86/os-support/stub
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
54
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
55
        $(top_srcdir)/depcomp
56
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
57
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
58
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
59
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
60
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/xorg-tls.m4 \
61
 
        $(top_srcdir)/configure.ac
 
58
        $(top_srcdir)/m4/xorg-tls.m4 $(top_srcdir)/configure.ac
62
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
60
        $(ACLOCAL_M4)
64
61
mkinstalldirs = $(install_sh) -d
81
78
AM_V_lt = $(am__v_lt_@AM_V@)
82
79
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
83
80
am__v_lt_0 = --silent
 
81
am__v_lt_1 = 
 
82
AM_V_P = $(am__v_P_@AM_V@)
 
83
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
84
am__v_P_0 = false
 
85
am__v_P_1 = :
 
86
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
87
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
88
am__v_GEN_0 = @echo "  GEN     " $@;
 
89
am__v_GEN_1 = 
 
90
AM_V_at = $(am__v_at_@AM_V@)
 
91
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
92
am__v_at_0 = @
 
93
am__v_at_1 = 
84
94
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
85
95
depcomp = $(SHELL) $(top_srcdir)/depcomp
86
96
am__depfiles_maybe = depfiles
93
103
        $(AM_CFLAGS) $(CFLAGS)
94
104
AM_V_CC = $(am__v_CC_@AM_V@)
95
105
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
96
 
am__v_CC_0 = @echo "  CC    " $@;
97
 
AM_V_at = $(am__v_at_@AM_V@)
98
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
99
 
am__v_at_0 = @
 
106
am__v_CC_0 = @echo "  CC      " $@;
 
107
am__v_CC_1 = 
100
108
CCLD = $(CC)
101
109
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
102
110
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
103
111
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
104
112
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
105
113
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
106
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
107
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
108
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
114
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
115
am__v_CCLD_1 = 
110
116
SOURCES = $(libstub_la_SOURCES)
111
117
DIST_SOURCES = $(libstub_la_SOURCES)
112
118
am__can_run_installinfo = \
239
245
LIPO = @LIPO@
240
246
LN_S = @LN_S@
241
247
LTLIBOBJS = @LTLIBOBJS@
242
 
MAINT = @MAINT@
243
248
MAIN_LIB = @MAIN_LIB@
244
249
MAKEINFO = @MAKEINFO@
245
250
MANIFEST_TOOL = @MANIFEST_TOOL@
461
466
 
462
467
.SUFFIXES:
463
468
.SUFFIXES: .c .lo .o .obj
464
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
469
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
465
470
        @for dep in $?; do \
466
471
          case '$(am__configure_deps)' in \
467
472
            *$$dep*) \
486
491
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
487
492
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
488
493
 
489
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
494
$(top_srcdir)/configure:  $(am__configure_deps)
490
495
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
491
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
496
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
492
497
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
493
498
$(am__aclocal_m4_deps):
494
499
 
495
500
clean-noinstLTLIBRARIES:
496
501
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
497
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
498
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
499
 
          test "$$dir" != "$$p" || dir=.; \
500
 
          echo "rm -f \"$${dir}/so_locations\""; \
501
 
          rm -f "$${dir}/so_locations"; \
502
 
        done
 
502
        @list='$(noinst_LTLIBRARIES)'; \
 
503
        locs=`for p in $$list; do echo $$p; done | \
 
504
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
505
              sort -u`; \
 
506
        test -z "$$locs" || { \
 
507
          echo rm -f $${locs}; \
 
508
          rm -f $${locs}; \
 
509
        }
503
510
libstub.la: $(libstub_la_OBJECTS) $(libstub_la_DEPENDENCIES) $(EXTRA_libstub_la_DEPENDENCIES) 
504
511
        $(AM_V_CCLD)$(LINK)  $(libstub_la_OBJECTS) $(libstub_la_LIBADD) $(LIBS)
505
512
 
654
661
          && $(am__cd) $(top_srcdir) \
655
662
          && gtags -i $(GTAGS_ARGS) "$$here"
656
663
 
 
664
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
665
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
666
        case "$(srcdir)" in \
 
667
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
668
          *) sdir=$(subdir)/$(srcdir) ;; \
 
669
        esac; \
 
670
        for i in $$list; do \
 
671
          if test -f "$$i"; then \
 
672
            echo "$(subdir)/$$i"; \
 
673
          else \
 
674
            echo "$$sdir/$$i"; \
 
675
          fi; \
 
676
        done >> $(top_builddir)/cscope.files
 
677
 
657
678
distclean-tags:
658
679
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
659
680
 
795
816
.MAKE: install-am install-strip
796
817
 
797
818
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
798
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
799
 
        distclean-compile distclean-generic distclean-libtool \
800
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
801
 
        install install-am install-data install-data-am install-dvi \
802
 
        install-dvi-am install-exec install-exec-am install-html \
803
 
        install-html-am install-info install-info-am install-man \
804
 
        install-pdf install-pdf-am install-ps install-ps-am \
805
 
        install-strip installcheck installcheck-am installdirs \
806
 
        maintainer-clean maintainer-clean-generic mostlyclean \
807
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
808
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
819
        clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
 
820
        distclean distclean-compile distclean-generic \
 
821
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
822
        html-am info info-am install install-am install-data \
 
823
        install-data-am install-dvi install-dvi-am install-exec \
 
824
        install-exec-am install-html install-html-am install-info \
 
825
        install-info-am install-man install-pdf install-pdf-am \
 
826
        install-ps install-ps-am install-strip installcheck \
 
827
        installcheck-am installdirs maintainer-clean \
 
828
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
829
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
830
        tags uninstall uninstall-am
809
831
 
810
832
 
811
833
# Tell versions [3.59,3.63) of GNU make to not export all variables.