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

« back to all changes in this revision

Viewing changes to hw/xfree86/utils/man/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.
56
55
subdir = hw/xfree86/utils/man
57
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
57
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
59
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
60
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
61
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/xorg-tls.m4 \
62
 
        $(top_srcdir)/configure.ac
 
58
        $(top_srcdir)/m4/xorg-tls.m4 $(top_srcdir)/configure.ac
63
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64
60
        $(ACLOCAL_M4)
65
61
mkinstalldirs = $(install_sh) -d
73
69
        $(top_builddir)/include/version-config.h
74
70
CONFIG_CLEAN_FILES =
75
71
CONFIG_CLEAN_VPATH_FILES =
 
72
AM_V_P = $(am__v_P_@AM_V@)
 
73
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
74
am__v_P_0 = false
 
75
am__v_P_1 = :
76
76
AM_V_GEN = $(am__v_GEN_@AM_V@)
77
77
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
78
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
78
am__v_GEN_0 = @echo "  GEN     " $@;
 
79
am__v_GEN_1 = 
79
80
AM_V_at = $(am__v_at_@AM_V@)
80
81
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
81
82
am__v_at_0 = @
 
83
am__v_at_1 = 
82
84
SOURCES =
83
85
DIST_SOURCES =
84
86
am__can_run_installinfo = \
239
241
LIPO = @LIPO@
240
242
LN_S = @LN_S@
241
243
LTLIBOBJS = @LTLIBOBJS@
242
 
MAINT = @MAINT@
243
244
MAIN_LIB = @MAIN_LIB@
244
245
MAKEINFO = @MAKEINFO@
245
246
MANIFEST_TOOL = @MANIFEST_TOOL@
476
477
 
477
478
.SUFFIXES:
478
479
.SUFFIXES: .$(APP_MAN_SUFFIX) .$(DRIVER_MAN_SUFFIX) .$(FILE_MAN_SUFFIX) .man
479
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/manpages.am $(am__configure_deps)
 
480
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/manpages.am $(am__configure_deps)
480
481
        @for dep in $?; do \
481
482
          case '$(am__configure_deps)' in \
482
483
            *$$dep*) \
502
503
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
503
504
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
504
505
 
505
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
506
$(top_srcdir)/configure:  $(am__configure_deps)
506
507
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
507
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
508
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
508
509
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
509
510
$(am__aclocal_m4_deps):
510
511
 
582
583
ctags: CTAGS
583
584
CTAGS:
584
585
 
 
586
cscope cscopelist:
 
587
 
585
588
 
586
589
distdir: $(DISTFILES)
587
590
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \