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

« back to all changes in this revision

Viewing changes to hw/dmx/doxygen/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.
77
76
        $(srcdir)/Makefile.in $(srcdir)/doxygen.conf.in
78
77
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79
78
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
80
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
81
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
82
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/xorg-tls.m4 \
83
 
        $(top_srcdir)/configure.ac
 
79
        $(top_srcdir)/m4/xorg-tls.m4 $(top_srcdir)/configure.ac
84
80
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
85
81
        $(ACLOCAL_M4)
86
82
mkinstalldirs = $(install_sh) -d
94
90
        $(top_builddir)/include/version-config.h
95
91
CONFIG_CLEAN_FILES = doxygen.conf
96
92
CONFIG_CLEAN_VPATH_FILES =
 
93
AM_V_P = $(am__v_P_@AM_V@)
 
94
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
95
am__v_P_0 = false
 
96
am__v_P_1 = :
97
97
AM_V_GEN = $(am__v_GEN_@AM_V@)
98
98
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
99
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
99
am__v_GEN_0 = @echo "  GEN     " $@;
 
100
am__v_GEN_1 = 
100
101
AM_V_at = $(am__v_at_@AM_V@)
101
102
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
102
103
am__v_at_0 = @
 
104
am__v_at_1 = 
103
105
SOURCES =
104
106
DIST_SOURCES =
105
107
am__can_run_installinfo = \
232
234
LIPO = @LIPO@
233
235
LN_S = @LN_S@
234
236
LTLIBOBJS = @LTLIBOBJS@
235
 
MAINT = @MAINT@
236
237
MAIN_LIB = @MAIN_LIB@
237
238
MAKEINFO = @MAKEINFO@
238
239
MANIFEST_TOOL = @MANIFEST_TOOL@
440
441
all: all-am
441
442
 
442
443
.SUFFIXES:
443
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
444
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
444
445
        @for dep in $?; do \
445
446
          case '$(am__configure_deps)' in \
446
447
            *$$dep*) \
465
466
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
466
467
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
467
468
 
468
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
469
$(top_srcdir)/configure:  $(am__configure_deps)
469
470
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
470
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
471
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
471
472
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
472
473
$(am__aclocal_m4_deps):
473
474
doxygen.conf: $(top_builddir)/config.status $(srcdir)/doxygen.conf.in
484
485
ctags: CTAGS
485
486
CTAGS:
486
487
 
 
488
cscope cscopelist:
 
489
 
487
490
 
488
491
distdir: $(DISTFILES)
489
492
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \