~ubuntu-branches/ubuntu/raring/libx11/raring-proposed

« back to all changes in this revision

Viewing changes to modules/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois
  • Date: 2012-06-16 20:32:52 UTC
  • mfrom: (1.5.3) (2.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120616203252-wh2r9eidf5765ldo
Tags: 2:1.5.0-1
* New upstream release. Visible changes:
  - Add APL support, yay!
  - A few duplicated Compose sequences were tweaked or removed. Affected
    characters are: Ã / µ / Ñ / ñ / ¹ / ² / ³ / Ó / ó / Ǻ / ǻ.
* Drop patch, fixed upstream:
  - 001-configure-check-if-issetugid-is-declared.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.2 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
39
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
40
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
41
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
42
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
40
        $(top_srcdir)/configure.ac
43
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
42
        $(ACLOCAL_M4)
45
43
mkinstalldirs = $(install_sh) -d
108
106
AUTOHEADER = @AUTOHEADER@
109
107
AUTOMAKE = @AUTOMAKE@
110
108
AWK = @AWK@
 
109
BASE_CFLAGS = @BASE_CFLAGS@
111
110
BIGFONT_CFLAGS = @BIGFONT_CFLAGS@
112
111
BIGFONT_LIBS = @BIGFONT_LIBS@
113
112
CC = @CC@
185
184
PATH_SEPARATOR = @PATH_SEPARATOR@
186
185
PERL = @PERL@
187
186
PKG_CONFIG = @PKG_CONFIG@
188
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
189
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
190
187
RANLIB = @RANLIB@
191
188
RAWCPP = @RAWCPP@
192
189
RAWCPPFLAGS = @RAWCPPFLAGS@
523
520
 
524
521
installcheck: installcheck-recursive
525
522
install-strip:
526
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
527
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
528
 
          `test -z '$(STRIP)' || \
529
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
523
        if test -z '$(STRIP)'; then \
 
524
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
525
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
526
              install; \
 
527
        else \
 
528
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
529
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
530
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
531
        fi
530
532
mostlyclean-generic:
531
533
 
532
534
clean-generic: