~jm-leddy/ubuntu/precise/x11proto-core/micmute

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2009-03-13 11:06:28 UTC
  • mfrom: (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090313110628-ggor0eiobws43iv0
Tags: 7.0.15-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
76
76
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
77
77
GZIP_ENV = --best
78
78
distuninstallcheck_listfiles = find . -type f -print
79
 
distcleancheck_listfiles = find . -type f -print
80
79
ACLOCAL = @ACLOCAL@
81
80
AMTAR = @AMTAR@
82
81
AUTOCONF = @AUTOCONF@
86
85
CC = @CC@
87
86
CCDEPMODE = @CCDEPMODE@
88
87
CFLAGS = @CFLAGS@
 
88
CHANGELOG_CMD = @CHANGELOG_CMD@
89
89
CPP = @CPP@
90
90
CPPFLAGS = @CPPFLAGS@
91
91
CYGPATH_W = @CYGPATH_W@
140
140
builddir = @builddir@
141
141
datadir = @datadir@
142
142
datarootdir = @datarootdir@
 
143
distcleancheck_listfiles = @distcleancheck_listfiles@
143
144
docdir = @docdir@
144
145
dvidir = @dvidir@
145
146
exec_prefix = @exec_prefix@
168
169
srcdir = @srcdir@
169
170
sysconfdir = @sysconfdir@
170
171
target_alias = @target_alias@
 
172
top_build_prefix = @top_build_prefix@
171
173
top_builddir = @top_builddir@
172
174
top_srcdir = @top_srcdir@
173
175
xprotodir = $(includedir)/X11
203
205
 
204
206
pkgconfigdir = $(libdir)/pkgconfig
205
207
pkgconfig_DATA = xproto.pc
206
 
EXTRA_DIST = autogen.sh xproto.pc.in ChangeLog
 
208
EXTRA_DIST = xproto.pc.in ChangeLog
207
209
CLEANFILES = ChangeLog
208
210
all: do-not-use-config.h Xfuncproto.h
209
211
        $(MAKE) $(AM_MAKEFLAGS) all-am
330
332
        unique=`for i in $$list; do \
331
333
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
332
334
          done | \
333
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
335
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
334
336
              END { if (nonempty) { for (i in files) print i; }; }'`; \
335
337
        mkid -fID $$unique
336
338
tags: TAGS
620
622
.PHONY: ChangeLog
621
623
 
622
624
ChangeLog:
623
 
        (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
 
625
        $(CHANGELOG_CMD)
624
626
 
625
627
dist-hook: ChangeLog
626
628
# Tell versions [3.59,3.63) of GNU make to not export all variables.