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

« back to all changes in this revision

Viewing changes to exa/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.
54
53
host_triplet = @host@
55
54
subdir = exa
56
55
DIST_COMMON = $(am__sdk_HEADERS_DIST) $(srcdir)/Makefile.am \
57
 
        $(srcdir)/Makefile.in
 
56
        $(srcdir)/Makefile.in $(top_srcdir)/depcomp
58
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
58
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
60
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
61
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
62
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/xorg-tls.m4 \
63
 
        $(top_srcdir)/configure.ac
 
59
        $(top_srcdir)/m4/xorg-tls.m4 $(top_srcdir)/configure.ac
64
60
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65
61
        $(ACLOCAL_M4)
66
62
mkinstalldirs = $(install_sh) -d
83
79
AM_V_lt = $(am__v_lt_@AM_V@)
84
80
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
85
81
am__v_lt_0 = --silent
 
82
am__v_lt_1 = 
 
83
AM_V_P = $(am__v_P_@AM_V@)
 
84
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
85
am__v_P_0 = false
 
86
am__v_P_1 = :
 
87
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
88
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
89
am__v_GEN_0 = @echo "  GEN     " $@;
 
90
am__v_GEN_1 = 
 
91
AM_V_at = $(am__v_at_@AM_V@)
 
92
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
93
am__v_at_0 = @
 
94
am__v_at_1 = 
86
95
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
87
96
depcomp = $(SHELL) $(top_srcdir)/depcomp
88
97
am__depfiles_maybe = depfiles
95
104
        $(AM_CFLAGS) $(CFLAGS)
96
105
AM_V_CC = $(am__v_CC_@AM_V@)
97
106
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
98
 
am__v_CC_0 = @echo "  CC    " $@;
99
 
AM_V_at = $(am__v_at_@AM_V@)
100
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
101
 
am__v_at_0 = @
 
107
am__v_CC_0 = @echo "  CC      " $@;
 
108
am__v_CC_1 = 
102
109
CCLD = $(CC)
103
110
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
104
111
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
105
112
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
106
113
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
107
114
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
108
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
109
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
110
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
115
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
116
am__v_CCLD_1 = 
112
117
SOURCES = $(libexa_la_SOURCES)
113
118
DIST_SOURCES = $(libexa_la_SOURCES)
114
119
am__can_run_installinfo = \
271
276
LIPO = @LIPO@
272
277
LN_S = @LN_S@
273
278
LTLIBOBJS = @LTLIBOBJS@
274
 
MAINT = @MAINT@
275
279
MAIN_LIB = @MAIN_LIB@
276
280
MAKEINFO = @MAKEINFO@
277
281
MANIFEST_TOOL = @MANIFEST_TOOL@
501
505
 
502
506
.SUFFIXES:
503
507
.SUFFIXES: .c .lo .o .obj
504
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
508
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
505
509
        @for dep in $?; do \
506
510
          case '$(am__configure_deps)' in \
507
511
            *$$dep*) \
526
530
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
527
531
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
528
532
 
529
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
533
$(top_srcdir)/configure:  $(am__configure_deps)
530
534
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
531
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
535
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
532
536
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
533
537
$(am__aclocal_m4_deps):
534
538
 
535
539
clean-noinstLTLIBRARIES:
536
540
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
537
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
538
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
539
 
          test "$$dir" != "$$p" || dir=.; \
540
 
          echo "rm -f \"$${dir}/so_locations\""; \
541
 
          rm -f "$${dir}/so_locations"; \
542
 
        done
 
541
        @list='$(noinst_LTLIBRARIES)'; \
 
542
        locs=`for p in $$list; do echo $$p; done | \
 
543
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
544
              sort -u`; \
 
545
        test -z "$$locs" || { \
 
546
          echo rm -f $${locs}; \
 
547
          rm -f $${locs}; \
 
548
        }
543
549
libexa.la: $(libexa_la_OBJECTS) $(libexa_la_DEPENDENCIES) $(EXTRA_libexa_la_DEPENDENCIES) 
544
550
        $(AM_V_CCLD)$(LINK)  $(libexa_la_OBJECTS) $(libexa_la_LIBADD) $(LIBS)
545
551
 
658
664
          && $(am__cd) $(top_srcdir) \
659
665
          && gtags -i $(GTAGS_ARGS) "$$here"
660
666
 
 
667
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
668
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
669
        case "$(srcdir)" in \
 
670
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
671
          *) sdir=$(subdir)/$(srcdir) ;; \
 
672
        esac; \
 
673
        for i in $$list; do \
 
674
          if test -f "$$i"; then \
 
675
            echo "$(subdir)/$$i"; \
 
676
          else \
 
677
            echo "$$sdir/$$i"; \
 
678
          fi; \
 
679
        done >> $(top_builddir)/cscope.files
 
680
 
661
681
distclean-tags:
662
682
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
663
683
 
802
822
.MAKE: install-am install-strip
803
823
 
804
824
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
805
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
806
 
        distclean-compile distclean-generic distclean-libtool \
807
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
808
 
        install install-am install-data install-data-am install-dvi \
809
 
        install-dvi-am install-exec install-exec-am install-html \
810
 
        install-html-am install-info install-info-am install-man \
811
 
        install-pdf install-pdf-am install-ps install-ps-am \
812
 
        install-sdkHEADERS install-strip installcheck installcheck-am \
813
 
        installdirs maintainer-clean maintainer-clean-generic \
814
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
815
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
816
 
        uninstall-am uninstall-sdkHEADERS
 
825
        clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
 
826
        distclean distclean-compile distclean-generic \
 
827
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
828
        html-am info info-am install install-am install-data \
 
829
        install-data-am install-dvi install-dvi-am install-exec \
 
830
        install-exec-am install-html install-html-am install-info \
 
831
        install-info-am install-man install-pdf install-pdf-am \
 
832
        install-ps install-ps-am install-sdkHEADERS install-strip \
 
833
        installcheck installcheck-am installdirs maintainer-clean \
 
834
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
835
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
836
        tags uninstall uninstall-am uninstall-sdkHEADERS
817
837
 
818
838
 
819
839
# Tell versions [3.59,3.63) of GNU make to not export all variables.