~ubuntu-branches/ubuntu/karmic/x11-xserver-utils/karmic

« back to all changes in this revision

Viewing changes to xgamma/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin, Julien Cristau, Brice Goglin
  • Date: 2007-08-17 09:58:34 UTC
  • Revision ID: james.westby@ubuntu.com-20070817095834-ywge2nyzj1s3rqnd
Tags: 7.3+1
[ Julien Cristau ]
* iceauth 1.0.2.
  + removes blank line in the manpage (closes: #25285).
* xmodmap 1.0.3.
  + manpage updated to state that -pm is the default (closes: #236198)
* xgamma 1.0.2.
  + the manpage now explains how to print the gamma value more clearly
    (closes: #296021).
* xsetroot 1.0.2.
* xrdb 1.0.4.
  + fixes manpage typo (closes: #276286).
* Add upstream URL to debian/copyright, and update it from xgamma's COPYING
  file.

[ Brice Goglin ]
* Add menu entries for xrefresh and xvidtune.
* sessreg 1.0.3.
* xset 1.0.3.
* Add myself to Uploaders, and remove Branden with his permission.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
 
18
#  Copyright 2005  Red Hat, Inc.
 
19
 
20
#  Permission to use, copy, modify, distribute, and sell this software and its
 
21
#  documentation for any purpose is hereby granted without fee, provided that
 
22
#  the above copyright notice appear in all copies and that both that
 
23
#  copyright notice and this permission notice appear in supporting
 
24
#  documentation, and that the name of Red Hat not be used in
 
25
#  advertising or publicity pertaining to distribution of the software without
 
26
#  specific, written prior permission.  Red Hat makes no
 
27
#  representations about the suitability of this software for any purpose.  It
 
28
#  is provided "as is" without express or implied warranty.
 
29
 
30
#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 
31
#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
 
32
#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 
33
#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 
34
#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 
35
#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 
36
#  PERFORMANCE OF THIS SOFTWARE.
 
37
 
 
38
 
 
39
VPATH = @srcdir@
 
40
pkgdatadir = $(datadir)/@PACKAGE@
 
41
pkglibdir = $(libdir)/@PACKAGE@
 
42
pkgincludedir = $(includedir)/@PACKAGE@
 
43
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
44
install_sh_DATA = $(install_sh) -c -m 644
 
45
install_sh_PROGRAM = $(install_sh) -c
 
46
install_sh_SCRIPT = $(install_sh) -c
 
47
INSTALL_HEADER = $(INSTALL_DATA)
 
48
transform = $(program_transform_name)
 
49
NORMAL_INSTALL = :
 
50
PRE_INSTALL = :
 
51
POST_INSTALL = :
 
52
NORMAL_UNINSTALL = :
 
53
PRE_UNINSTALL = :
 
54
POST_UNINSTALL = :
 
55
build_triplet = @build@
 
56
host_triplet = @host@
 
57
bin_PROGRAMS = xgamma$(EXEEXT)
 
58
subdir = .
 
59
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
60
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
61
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
62
        config.guess config.sub depcomp install-sh missing
 
63
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
64
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
65
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
66
        $(ACLOCAL_M4)
 
67
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
68
 configure.lineno config.status.lineno
 
69
mkinstalldirs = $(install_sh) -d
 
70
CONFIG_HEADER = config.h
 
71
CONFIG_CLEAN_FILES =
 
72
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"
 
73
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
74
PROGRAMS = $(bin_PROGRAMS)
 
75
am_xgamma_OBJECTS = xgamma.$(OBJEXT)
 
76
xgamma_OBJECTS = $(am_xgamma_OBJECTS)
 
77
am__DEPENDENCIES_1 =
 
78
xgamma_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
79
DEFAULT_INCLUDES = -I.@am__isrc@
 
80
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
81
am__depfiles_maybe = depfiles
 
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
83
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
84
CCLD = $(CC)
 
85
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
86
SOURCES = $(xgamma_SOURCES)
 
87
DIST_SOURCES = $(xgamma_SOURCES)
 
88
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
89
am__vpath_adj = case $$p in \
 
90
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
91
    *) f=$$p;; \
 
92
  esac;
 
93
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
94
appmanDATA_INSTALL = $(INSTALL_DATA)
 
95
DATA = $(appman_DATA)
 
96
ETAGS = etags
 
97
CTAGS = ctags
 
98
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
99
distdir = $(PACKAGE)-$(VERSION)
 
100
top_distdir = $(distdir)
 
101
am__remove_distdir = \
 
102
  { test ! -d $(distdir) \
 
103
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
104
         && rm -fr $(distdir); }; }
 
105
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 
106
GZIP_ENV = --best
 
107
distuninstallcheck_listfiles = find . -type f -print
 
108
distcleancheck_listfiles = find . -type f -print
 
109
ACLOCAL = @ACLOCAL@
 
110
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
 
111
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
 
112
AMTAR = @AMTAR@
 
113
APP_MAN_DIR = @APP_MAN_DIR@
 
114
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
 
115
AUTOCONF = @AUTOCONF@
 
116
AUTOHEADER = @AUTOHEADER@
 
117
AUTOMAKE = @AUTOMAKE@
 
118
AWK = @AWK@
 
119
CC = @CC@
 
120
CCDEPMODE = @CCDEPMODE@
 
121
CFLAGS = @CFLAGS@
 
122
CPPFLAGS = @CPPFLAGS@
 
123
CYGPATH_W = @CYGPATH_W@
 
124
DEFS = @DEFS@
 
125
DEPDIR = @DEPDIR@
 
126
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
 
127
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
 
128
ECHO_C = @ECHO_C@
 
129
ECHO_N = @ECHO_N@
 
130
ECHO_T = @ECHO_T@
 
131
EXEEXT = @EXEEXT@
 
132
FILE_MAN_DIR = @FILE_MAN_DIR@
 
133
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 
134
INSTALL = @INSTALL@
 
135
INSTALL_DATA = @INSTALL_DATA@
 
136
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
137
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
138
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
139
LDFLAGS = @LDFLAGS@
 
140
LIBOBJS = @LIBOBJS@
 
141
LIBS = @LIBS@
 
142
LIB_MAN_DIR = @LIB_MAN_DIR@
 
143
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
 
144
LTLIBOBJS = @LTLIBOBJS@
 
145
MAINT = @MAINT@
 
146
MAKEINFO = @MAKEINFO@
 
147
MISC_MAN_DIR = @MISC_MAN_DIR@
 
148
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
 
149
MKDIR_P = @MKDIR_P@
 
150
OBJEXT = @OBJEXT@
 
151
PACKAGE = @PACKAGE@
 
152
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
153
PACKAGE_NAME = @PACKAGE_NAME@
 
154
PACKAGE_STRING = @PACKAGE_STRING@
 
155
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
156
PACKAGE_VERSION = @PACKAGE_VERSION@
 
157
PATH_SEPARATOR = @PATH_SEPARATOR@
 
158
PKG_CONFIG = @PKG_CONFIG@
 
159
SET_MAKE = @SET_MAKE@
 
160
SHELL = @SHELL@
 
161
STRIP = @STRIP@
 
162
VERSION = @VERSION@
 
163
XGAMMA_CFLAGS = @XGAMMA_CFLAGS@
 
164
XGAMMA_LIBS = @XGAMMA_LIBS@
 
165
abs_builddir = @abs_builddir@
 
166
abs_srcdir = @abs_srcdir@
 
167
abs_top_builddir = @abs_top_builddir@
 
168
abs_top_srcdir = @abs_top_srcdir@
 
169
ac_ct_CC = @ac_ct_CC@
 
170
am__include = @am__include@
 
171
am__leading_dot = @am__leading_dot@
 
172
am__quote = @am__quote@
 
173
am__tar = @am__tar@
 
174
am__untar = @am__untar@
 
175
bindir = @bindir@
 
176
build = @build@
 
177
build_alias = @build_alias@
 
178
build_cpu = @build_cpu@
 
179
build_os = @build_os@
 
180
build_vendor = @build_vendor@
 
181
builddir = @builddir@
 
182
datadir = @datadir@
 
183
datarootdir = @datarootdir@
 
184
docdir = @docdir@
 
185
dvidir = @dvidir@
 
186
exec_prefix = @exec_prefix@
 
187
host = @host@
 
188
host_alias = @host_alias@
 
189
host_cpu = @host_cpu@
 
190
host_os = @host_os@
 
191
host_vendor = @host_vendor@
 
192
htmldir = @htmldir@
 
193
includedir = @includedir@
 
194
infodir = @infodir@
 
195
install_sh = @install_sh@
 
196
libdir = @libdir@
 
197
libexecdir = @libexecdir@
 
198
localedir = @localedir@
 
199
localstatedir = @localstatedir@
 
200
mandir = @mandir@
 
201
mkdir_p = @mkdir_p@
 
202
oldincludedir = @oldincludedir@
 
203
pdfdir = @pdfdir@
 
204
prefix = @prefix@
 
205
program_transform_name = @program_transform_name@
 
206
psdir = @psdir@
 
207
sbindir = @sbindir@
 
208
sharedstatedir = @sharedstatedir@
 
209
srcdir = @srcdir@
 
210
sysconfdir = @sysconfdir@
 
211
target_alias = @target_alias@
 
212
top_builddir = @top_builddir@
 
213
top_srcdir = @top_srcdir@
 
214
AM_CFLAGS = $(XGAMMA_CFLAGS)
 
215
xgamma_LDADD = $(XGAMMA_LIBS)
 
216
xgamma_SOURCES = \
 
217
        xgamma.c
 
218
 
 
219
appman_PRE = \
 
220
        xgamma.man
 
221
 
 
222
appmandir = $(APP_MAN_DIR)
 
223
appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
 
224
EXTRA_DIST = $(appman_PRE) ChangeLog
 
225
CLEANFILES = $(appman_DATA)
 
226
MAINTAINERCLEANFILES = ChangeLog
 
227
SED = sed
 
228
 
 
229
# Strings to replace in man pages
 
230
XORGRELSTRING = @PACKAGE_STRING@
 
231
XORGMANNAME = X Version 11
 
232
MAN_SUBSTS = \
 
233
        -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
 
234
        -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
 
235
        -e 's|__xservername__|Xorg|g' \
 
236
        -e 's|__xconfigfile__|xorg.conf|g' \
 
237
        -e 's|__projectroot__|$(prefix)|g' \
 
238
        -e 's|__apploaddir__|$(appdefaultdir)|' \
 
239
        -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
 
240
        -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
 
241
        -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
 
242
        -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
 
243
        -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
 
244
 
 
245
SUFFIXES = .$(APP_MAN_SUFFIX) .man
 
246
all: config.h
 
247
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
248
 
 
249
.SUFFIXES:
 
250
.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj
 
251
am--refresh:
 
252
        @:
 
253
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
254
        @for dep in $?; do \
 
255
          case '$(am__configure_deps)' in \
 
256
            *$$dep*) \
 
257
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
258
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
259
                && exit 0; \
 
260
              exit 1;; \
 
261
          esac; \
 
262
        done; \
 
263
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
264
        cd $(top_srcdir) && \
 
265
          $(AUTOMAKE) --gnu  Makefile
 
266
.PRECIOUS: Makefile
 
267
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
268
        @case '$?' in \
 
269
          *config.status*) \
 
270
            echo ' $(SHELL) ./config.status'; \
 
271
            $(SHELL) ./config.status;; \
 
272
          *) \
 
273
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
274
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
275
        esac;
 
276
 
 
277
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
278
        $(SHELL) ./config.status --recheck
 
279
 
 
280
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
281
        cd $(srcdir) && $(AUTOCONF)
 
282
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
283
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
284
 
 
285
config.h: stamp-h1
 
286
        @if test ! -f $@; then \
 
287
          rm -f stamp-h1; \
 
288
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
289
        else :; fi
 
290
 
 
291
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
292
        @rm -f stamp-h1
 
293
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
294
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
295
        cd $(top_srcdir) && $(AUTOHEADER)
 
296
        rm -f stamp-h1
 
297
        touch $@
 
298
 
 
299
distclean-hdr:
 
300
        -rm -f config.h stamp-h1
 
301
install-binPROGRAMS: $(bin_PROGRAMS)
 
302
        @$(NORMAL_INSTALL)
 
303
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
304
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
305
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
306
          if test -f $$p \
 
307
          ; then \
 
308
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
309
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
310
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
311
          else :; fi; \
 
312
        done
 
313
 
 
314
uninstall-binPROGRAMS:
 
315
        @$(NORMAL_UNINSTALL)
 
316
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
317
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
318
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
319
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
320
        done
 
321
 
 
322
clean-binPROGRAMS:
 
323
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
324
xgamma$(EXEEXT): $(xgamma_OBJECTS) $(xgamma_DEPENDENCIES) 
 
325
        @rm -f xgamma$(EXEEXT)
 
326
        $(LINK) $(xgamma_OBJECTS) $(xgamma_LDADD) $(LIBS)
 
327
 
 
328
mostlyclean-compile:
 
329
        -rm -f *.$(OBJEXT)
 
330
 
 
331
distclean-compile:
 
332
        -rm -f *.tab.c
 
333
 
 
334
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgamma.Po@am__quote@
 
335
 
 
336
.c.o:
 
337
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
338
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
341
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
342
 
 
343
.c.obj:
 
344
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
345
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
346
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
348
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
349
install-appmanDATA: $(appman_DATA)
 
350
        @$(NORMAL_INSTALL)
 
351
        test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)"
 
352
        @list='$(appman_DATA)'; for p in $$list; do \
 
353
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
354
          f=$(am__strip_dir) \
 
355
          echo " $(appmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appmandir)/$$f'"; \
 
356
          $(appmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appmandir)/$$f"; \
 
357
        done
 
358
 
 
359
uninstall-appmanDATA:
 
360
        @$(NORMAL_UNINSTALL)
 
361
        @list='$(appman_DATA)'; for p in $$list; do \
 
362
          f=$(am__strip_dir) \
 
363
          echo " rm -f '$(DESTDIR)$(appmandir)/$$f'"; \
 
364
          rm -f "$(DESTDIR)$(appmandir)/$$f"; \
 
365
        done
 
366
 
 
367
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
368
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
369
        unique=`for i in $$list; do \
 
370
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
371
          done | \
 
372
          $(AWK) '    { files[$$0] = 1; } \
 
373
               END { for (i in files) print i; }'`; \
 
374
        mkid -fID $$unique
 
375
tags: TAGS
 
376
 
 
377
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
378
                $(TAGS_FILES) $(LISP)
 
379
        tags=; \
 
380
        here=`pwd`; \
 
381
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
382
        unique=`for i in $$list; do \
 
383
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
384
          done | \
 
385
          $(AWK) '    { files[$$0] = 1; } \
 
386
               END { for (i in files) print i; }'`; \
 
387
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
388
          test -n "$$unique" || unique=$$empty_fix; \
 
389
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
390
            $$tags $$unique; \
 
391
        fi
 
392
ctags: CTAGS
 
393
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
394
                $(TAGS_FILES) $(LISP)
 
395
        tags=; \
 
396
        here=`pwd`; \
 
397
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
398
        unique=`for i in $$list; do \
 
399
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
400
          done | \
 
401
          $(AWK) '    { files[$$0] = 1; } \
 
402
               END { for (i in files) print i; }'`; \
 
403
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
404
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
405
             $$tags $$unique
 
406
 
 
407
GTAGS:
 
408
        here=`$(am__cd) $(top_builddir) && pwd` \
 
409
          && cd $(top_srcdir) \
 
410
          && gtags -i $(GTAGS_ARGS) $$here
 
411
 
 
412
distclean-tags:
 
413
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
414
 
 
415
distdir: $(DISTFILES)
 
416
        $(am__remove_distdir)
 
417
        test -d $(distdir) || mkdir $(distdir)
 
418
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
419
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
420
        list='$(DISTFILES)'; \
 
421
          dist_files=`for file in $$list; do echo $$file; done | \
 
422
          sed -e "s|^$$srcdirstrip/||;t" \
 
423
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
424
        case $$dist_files in \
 
425
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
426
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
427
                           sort -u` ;; \
 
428
        esac; \
 
429
        for file in $$dist_files; do \
 
430
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
431
          if test -d $$d/$$file; then \
 
432
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
433
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
434
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
435
            fi; \
 
436
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
437
          else \
 
438
            test -f $(distdir)/$$file \
 
439
            || cp -p $$d/$$file $(distdir)/$$file \
 
440
            || exit 1; \
 
441
          fi; \
 
442
        done
 
443
        $(MAKE) $(AM_MAKEFLAGS) \
 
444
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
445
          dist-hook
 
446
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
447
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
448
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
449
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
450
        || chmod -R a+r $(distdir)
 
451
dist-gzip: distdir
 
452
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
453
        $(am__remove_distdir)
 
454
dist-bzip2: distdir
 
455
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
456
        $(am__remove_distdir)
 
457
 
 
458
dist-tarZ: distdir
 
459
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
460
        $(am__remove_distdir)
 
461
 
 
462
dist-shar: distdir
 
463
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
464
        $(am__remove_distdir)
 
465
 
 
466
dist-zip: distdir
 
467
        -rm -f $(distdir).zip
 
468
        zip -rq $(distdir).zip $(distdir)
 
469
        $(am__remove_distdir)
 
470
 
 
471
dist dist-all: distdir
 
472
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
473
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
474
        $(am__remove_distdir)
 
475
 
 
476
# This target untars the dist file and tries a VPATH configuration.  Then
 
477
# it guarantees that the distribution is self-contained by making another
 
478
# tarfile.
 
479
distcheck: dist
 
480
        case '$(DIST_ARCHIVES)' in \
 
481
        *.tar.gz*) \
 
482
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
483
        *.tar.bz2*) \
 
484
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
485
        *.tar.Z*) \
 
486
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
487
        *.shar.gz*) \
 
488
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
489
        *.zip*) \
 
490
          unzip $(distdir).zip ;;\
 
491
        esac
 
492
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
493
        mkdir $(distdir)/_build
 
494
        mkdir $(distdir)/_inst
 
495
        chmod a-w $(distdir)
 
496
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
497
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
498
          && cd $(distdir)/_build \
 
499
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
500
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
501
          && $(MAKE) $(AM_MAKEFLAGS) \
 
502
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
503
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
504
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
505
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
506
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
507
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
508
                distuninstallcheck \
 
509
          && chmod -R a-w "$$dc_install_base" \
 
510
          && ({ \
 
511
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
512
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
513
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
514
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
515
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
516
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
517
          && rm -rf "$$dc_destdir" \
 
518
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
519
          && rm -rf $(DIST_ARCHIVES) \
 
520
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
521
        $(am__remove_distdir)
 
522
        @(echo "$(distdir) archives ready for distribution: "; \
 
523
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
524
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
525
distuninstallcheck:
 
526
        @cd $(distuninstallcheck_dir) \
 
527
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
528
           || { echo "ERROR: files left after uninstall:" ; \
 
529
                if test -n "$(DESTDIR)"; then \
 
530
                  echo "  (check DESTDIR support)"; \
 
531
                fi ; \
 
532
                $(distuninstallcheck_listfiles) ; \
 
533
                exit 1; } >&2
 
534
distcleancheck: distclean
 
535
        @if test '$(srcdir)' = . ; then \
 
536
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
537
          exit 1 ; \
 
538
        fi
 
539
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
540
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
541
               $(distcleancheck_listfiles) ; \
 
542
               exit 1; } >&2
 
543
check-am: all-am
 
544
check: check-am
 
545
all-am: Makefile $(PROGRAMS) $(DATA) config.h
 
546
installdirs:
 
547
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
 
548
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
549
        done
 
550
install: install-am
 
551
install-exec: install-exec-am
 
552
install-data: install-data-am
 
553
uninstall: uninstall-am
 
554
 
 
555
install-am: all-am
 
556
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
557
 
 
558
installcheck: installcheck-am
 
559
install-strip:
 
560
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
561
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
562
          `test -z '$(STRIP)' || \
 
563
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
564
mostlyclean-generic:
 
565
 
 
566
clean-generic:
 
567
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
568
 
 
569
distclean-generic:
 
570
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
571
 
 
572
maintainer-clean-generic:
 
573
        @echo "This command is intended for maintainers to use"
 
574
        @echo "it deletes files that may require special tools to rebuild."
 
575
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
576
clean: clean-am
 
577
 
 
578
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
579
 
 
580
distclean: distclean-am
 
581
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
582
        -rm -rf ./$(DEPDIR)
 
583
        -rm -f Makefile
 
584
distclean-am: clean-am distclean-compile distclean-generic \
 
585
        distclean-hdr distclean-tags
 
586
 
 
587
dvi: dvi-am
 
588
 
 
589
dvi-am:
 
590
 
 
591
html: html-am
 
592
 
 
593
info: info-am
 
594
 
 
595
info-am:
 
596
 
 
597
install-data-am: install-appmanDATA
 
598
 
 
599
install-dvi: install-dvi-am
 
600
 
 
601
install-exec-am: install-binPROGRAMS
 
602
 
 
603
install-html: install-html-am
 
604
 
 
605
install-info: install-info-am
 
606
 
 
607
install-man:
 
608
 
 
609
install-pdf: install-pdf-am
 
610
 
 
611
install-ps: install-ps-am
 
612
 
 
613
installcheck-am:
 
614
 
 
615
maintainer-clean: maintainer-clean-am
 
616
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
617
        -rm -rf $(top_srcdir)/autom4te.cache
 
618
        -rm -rf ./$(DEPDIR)
 
619
        -rm -f Makefile
 
620
maintainer-clean-am: distclean-am maintainer-clean-generic
 
621
 
 
622
mostlyclean: mostlyclean-am
 
623
 
 
624
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
625
 
 
626
pdf: pdf-am
 
627
 
 
628
pdf-am:
 
629
 
 
630
ps: ps-am
 
631
 
 
632
ps-am:
 
633
 
 
634
uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS
 
635
 
 
636
.MAKE: install-am install-strip
 
637
 
 
638
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
 
639
        clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
 
640
        dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
 
641
        distclean distclean-compile distclean-generic distclean-hdr \
 
642
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
643
        dvi-am html html-am info info-am install install-am \
 
644
        install-appmanDATA install-binPROGRAMS install-data \
 
645
        install-data-am install-dvi install-dvi-am install-exec \
 
646
        install-exec-am install-html install-html-am install-info \
 
647
        install-info-am install-man install-pdf install-pdf-am \
 
648
        install-ps install-ps-am install-strip installcheck \
 
649
        installcheck-am installdirs maintainer-clean \
 
650
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
651
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
652
        uninstall-am uninstall-appmanDATA uninstall-binPROGRAMS
 
653
 
 
654
 
 
655
.PHONY: ChangeLog
 
656
 
 
657
ChangeLog:
 
658
        (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)
 
659
 
 
660
dist-hook: ChangeLog
 
661
 
 
662
.man.$(APP_MAN_SUFFIX):
 
663
        sed $(MAN_SUBSTS) < $< > $@
 
664
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
665
# Otherwise a system limit (for SysV at least) may be exceeded.
 
666
.NOEXPORT: