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

« back to all changes in this revision

Viewing changes to iceauth/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 = iceauth$(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_iceauth_OBJECTS = iceauth.$(OBJEXT) process.$(OBJEXT)
 
76
iceauth_OBJECTS = $(am_iceauth_OBJECTS)
 
77
am__DEPENDENCIES_1 =
 
78
iceauth_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 = $(iceauth_SOURCES)
 
87
DIST_SOURCES = $(iceauth_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
ICEAUTH_CFLAGS = @ICEAUTH_CFLAGS@
 
135
ICEAUTH_LIBS = @ICEAUTH_LIBS@
 
136
INSTALL = @INSTALL@
 
137
INSTALL_DATA = @INSTALL_DATA@
 
138
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
139
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
140
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
141
LDFLAGS = @LDFLAGS@
 
142
LIBOBJS = @LIBOBJS@
 
143
LIBS = @LIBS@
 
144
LIB_MAN_DIR = @LIB_MAN_DIR@
 
145
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
 
146
LINT = @LINT@
 
147
LINT_FLAGS = @LINT_FLAGS@
 
148
LTLIBOBJS = @LTLIBOBJS@
 
149
MAINT = @MAINT@
 
150
MAKEINFO = @MAKEINFO@
 
151
MISC_MAN_DIR = @MISC_MAN_DIR@
 
152
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
 
153
MKDIR_P = @MKDIR_P@
 
154
OBJEXT = @OBJEXT@
 
155
PACKAGE = @PACKAGE@
 
156
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
157
PACKAGE_NAME = @PACKAGE_NAME@
 
158
PACKAGE_STRING = @PACKAGE_STRING@
 
159
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
160
PACKAGE_VERSION = @PACKAGE_VERSION@
 
161
PATH_SEPARATOR = @PATH_SEPARATOR@
 
162
PKG_CONFIG = @PKG_CONFIG@
 
163
SET_MAKE = @SET_MAKE@
 
164
SHELL = @SHELL@
 
165
STRIP = @STRIP@
 
166
VERSION = @VERSION@
 
167
abs_builddir = @abs_builddir@
 
168
abs_srcdir = @abs_srcdir@
 
169
abs_top_builddir = @abs_top_builddir@
 
170
abs_top_srcdir = @abs_top_srcdir@
 
171
ac_ct_CC = @ac_ct_CC@
 
172
am__include = @am__include@
 
173
am__leading_dot = @am__leading_dot@
 
174
am__quote = @am__quote@
 
175
am__tar = @am__tar@
 
176
am__untar = @am__untar@
 
177
bindir = @bindir@
 
178
build = @build@
 
179
build_alias = @build_alias@
 
180
build_cpu = @build_cpu@
 
181
build_os = @build_os@
 
182
build_vendor = @build_vendor@
 
183
builddir = @builddir@
 
184
datadir = @datadir@
 
185
datarootdir = @datarootdir@
 
186
docdir = @docdir@
 
187
dvidir = @dvidir@
 
188
exec_prefix = @exec_prefix@
 
189
host = @host@
 
190
host_alias = @host_alias@
 
191
host_cpu = @host_cpu@
 
192
host_os = @host_os@
 
193
host_vendor = @host_vendor@
 
194
htmldir = @htmldir@
 
195
includedir = @includedir@
 
196
infodir = @infodir@
 
197
install_sh = @install_sh@
 
198
libdir = @libdir@
 
199
libexecdir = @libexecdir@
 
200
localedir = @localedir@
 
201
localstatedir = @localstatedir@
 
202
mandir = @mandir@
 
203
mkdir_p = @mkdir_p@
 
204
oldincludedir = @oldincludedir@
 
205
pdfdir = @pdfdir@
 
206
prefix = @prefix@
 
207
program_transform_name = @program_transform_name@
 
208
psdir = @psdir@
 
209
sbindir = @sbindir@
 
210
sharedstatedir = @sharedstatedir@
 
211
srcdir = @srcdir@
 
212
sysconfdir = @sysconfdir@
 
213
target_alias = @target_alias@
 
214
top_builddir = @top_builddir@
 
215
top_srcdir = @top_srcdir@
 
216
AM_CFLAGS = $(ICEAUTH_CFLAGS)
 
217
iceauth_LDADD = $(ICEAUTH_LIBS)
 
218
iceauth_SOURCES = \
 
219
        iceauth.c \
 
220
        iceauth.h \
 
221
        process.c
 
222
 
 
223
appman_PRE = \
 
224
        iceauth.man
 
225
 
 
226
appmandir = $(APP_MAN_DIR)
 
227
appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
 
228
EXTRA_DIST = $(appman_PRE) ChangeLog autogen.sh
 
229
CLEANFILES = $(appman_DATA)
 
230
MAINTAINERCLEANFILES = ChangeLog
 
231
SED = sed
 
232
 
 
233
# Strings to replace in man pages
 
234
XORGRELSTRING = @PACKAGE_STRING@
 
235
XORGMANNAME = X Version 11
 
236
MAN_SUBSTS = \
 
237
        -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
 
238
        -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
 
239
        -e 's|__xservername__|Xorg|g' \
 
240
        -e 's|__xconfigfile__|xorg.conf|g' \
 
241
        -e 's|__projectroot__|$(prefix)|g' \
 
242
        -e 's|__apploaddir__|$(appdefaultdir)|' \
 
243
        -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
 
244
        -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
 
245
        -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
 
246
        -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
 
247
        -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
 
248
 
 
249
SUFFIXES = .$(APP_MAN_SUFFIX) .man
 
250
@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
251
@LINT_TRUE@                $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)
 
252
 
 
253
all: config.h
 
254
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
255
 
 
256
.SUFFIXES:
 
257
.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj
 
258
am--refresh:
 
259
        @:
 
260
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
261
        @for dep in $?; do \
 
262
          case '$(am__configure_deps)' in \
 
263
            *$$dep*) \
 
264
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
265
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
266
                && exit 0; \
 
267
              exit 1;; \
 
268
          esac; \
 
269
        done; \
 
270
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
271
        cd $(top_srcdir) && \
 
272
          $(AUTOMAKE) --gnu  Makefile
 
273
.PRECIOUS: Makefile
 
274
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
275
        @case '$?' in \
 
276
          *config.status*) \
 
277
            echo ' $(SHELL) ./config.status'; \
 
278
            $(SHELL) ./config.status;; \
 
279
          *) \
 
280
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
281
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
282
        esac;
 
283
 
 
284
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
285
        $(SHELL) ./config.status --recheck
 
286
 
 
287
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
288
        cd $(srcdir) && $(AUTOCONF)
 
289
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
290
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
291
 
 
292
config.h: stamp-h1
 
293
        @if test ! -f $@; then \
 
294
          rm -f stamp-h1; \
 
295
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
296
        else :; fi
 
297
 
 
298
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
299
        @rm -f stamp-h1
 
300
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
301
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
302
        cd $(top_srcdir) && $(AUTOHEADER)
 
303
        rm -f stamp-h1
 
304
        touch $@
 
305
 
 
306
distclean-hdr:
 
307
        -rm -f config.h stamp-h1
 
308
install-binPROGRAMS: $(bin_PROGRAMS)
 
309
        @$(NORMAL_INSTALL)
 
310
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
311
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
312
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
313
          if test -f $$p \
 
314
          ; then \
 
315
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
316
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
317
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
318
          else :; fi; \
 
319
        done
 
320
 
 
321
uninstall-binPROGRAMS:
 
322
        @$(NORMAL_UNINSTALL)
 
323
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
324
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
325
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
326
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
327
        done
 
328
 
 
329
clean-binPROGRAMS:
 
330
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
331
iceauth$(EXEEXT): $(iceauth_OBJECTS) $(iceauth_DEPENDENCIES) 
 
332
        @rm -f iceauth$(EXEEXT)
 
333
        $(LINK) $(iceauth_OBJECTS) $(iceauth_LDADD) $(LIBS)
 
334
 
 
335
mostlyclean-compile:
 
336
        -rm -f *.$(OBJEXT)
 
337
 
 
338
distclean-compile:
 
339
        -rm -f *.tab.c
 
340
 
 
341
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iceauth.Po@am__quote@
 
342
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process.Po@am__quote@
 
343
 
 
344
.c.o:
 
345
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
346
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
348
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
349
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
350
 
 
351
.c.obj:
 
352
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
353
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
355
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
356
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
357
install-appmanDATA: $(appman_DATA)
 
358
        @$(NORMAL_INSTALL)
 
359
        test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)"
 
360
        @list='$(appman_DATA)'; for p in $$list; do \
 
361
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
362
          f=$(am__strip_dir) \
 
363
          echo " $(appmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appmandir)/$$f'"; \
 
364
          $(appmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appmandir)/$$f"; \
 
365
        done
 
366
 
 
367
uninstall-appmanDATA:
 
368
        @$(NORMAL_UNINSTALL)
 
369
        @list='$(appman_DATA)'; for p in $$list; do \
 
370
          f=$(am__strip_dir) \
 
371
          echo " rm -f '$(DESTDIR)$(appmandir)/$$f'"; \
 
372
          rm -f "$(DESTDIR)$(appmandir)/$$f"; \
 
373
        done
 
374
 
 
375
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
376
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
377
        unique=`for i in $$list; do \
 
378
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
379
          done | \
 
380
          $(AWK) '    { files[$$0] = 1; } \
 
381
               END { for (i in files) print i; }'`; \
 
382
        mkid -fID $$unique
 
383
tags: TAGS
 
384
 
 
385
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
386
                $(TAGS_FILES) $(LISP)
 
387
        tags=; \
 
388
        here=`pwd`; \
 
389
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
390
        unique=`for i in $$list; do \
 
391
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
392
          done | \
 
393
          $(AWK) '    { files[$$0] = 1; } \
 
394
               END { for (i in files) print i; }'`; \
 
395
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
396
          test -n "$$unique" || unique=$$empty_fix; \
 
397
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
398
            $$tags $$unique; \
 
399
        fi
 
400
ctags: CTAGS
 
401
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
402
                $(TAGS_FILES) $(LISP)
 
403
        tags=; \
 
404
        here=`pwd`; \
 
405
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
406
        unique=`for i in $$list; do \
 
407
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
408
          done | \
 
409
          $(AWK) '    { files[$$0] = 1; } \
 
410
               END { for (i in files) print i; }'`; \
 
411
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
412
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
413
             $$tags $$unique
 
414
 
 
415
GTAGS:
 
416
        here=`$(am__cd) $(top_builddir) && pwd` \
 
417
          && cd $(top_srcdir) \
 
418
          && gtags -i $(GTAGS_ARGS) $$here
 
419
 
 
420
distclean-tags:
 
421
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
422
 
 
423
distdir: $(DISTFILES)
 
424
        $(am__remove_distdir)
 
425
        test -d $(distdir) || mkdir $(distdir)
 
426
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
427
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
428
        list='$(DISTFILES)'; \
 
429
          dist_files=`for file in $$list; do echo $$file; done | \
 
430
          sed -e "s|^$$srcdirstrip/||;t" \
 
431
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
432
        case $$dist_files in \
 
433
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
434
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
435
                           sort -u` ;; \
 
436
        esac; \
 
437
        for file in $$dist_files; do \
 
438
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
439
          if test -d $$d/$$file; then \
 
440
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
441
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
442
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
443
            fi; \
 
444
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
445
          else \
 
446
            test -f $(distdir)/$$file \
 
447
            || cp -p $$d/$$file $(distdir)/$$file \
 
448
            || exit 1; \
 
449
          fi; \
 
450
        done
 
451
        $(MAKE) $(AM_MAKEFLAGS) \
 
452
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
453
          dist-hook
 
454
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
455
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
456
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
457
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
458
        || chmod -R a+r $(distdir)
 
459
dist-gzip: distdir
 
460
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
461
        $(am__remove_distdir)
 
462
dist-bzip2: distdir
 
463
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
464
        $(am__remove_distdir)
 
465
 
 
466
dist-tarZ: distdir
 
467
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
468
        $(am__remove_distdir)
 
469
 
 
470
dist-shar: distdir
 
471
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
472
        $(am__remove_distdir)
 
473
 
 
474
dist-zip: distdir
 
475
        -rm -f $(distdir).zip
 
476
        zip -rq $(distdir).zip $(distdir)
 
477
        $(am__remove_distdir)
 
478
 
 
479
dist dist-all: distdir
 
480
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
481
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
482
        $(am__remove_distdir)
 
483
 
 
484
# This target untars the dist file and tries a VPATH configuration.  Then
 
485
# it guarantees that the distribution is self-contained by making another
 
486
# tarfile.
 
487
distcheck: dist
 
488
        case '$(DIST_ARCHIVES)' in \
 
489
        *.tar.gz*) \
 
490
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
491
        *.tar.bz2*) \
 
492
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
493
        *.tar.Z*) \
 
494
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
495
        *.shar.gz*) \
 
496
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
497
        *.zip*) \
 
498
          unzip $(distdir).zip ;;\
 
499
        esac
 
500
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
501
        mkdir $(distdir)/_build
 
502
        mkdir $(distdir)/_inst
 
503
        chmod a-w $(distdir)
 
504
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
505
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
506
          && cd $(distdir)/_build \
 
507
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
508
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
509
          && $(MAKE) $(AM_MAKEFLAGS) \
 
510
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
511
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
512
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
513
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
514
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
515
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
516
                distuninstallcheck \
 
517
          && chmod -R a-w "$$dc_install_base" \
 
518
          && ({ \
 
519
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
520
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
521
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
522
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
523
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
524
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
525
          && rm -rf "$$dc_destdir" \
 
526
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
527
          && rm -rf $(DIST_ARCHIVES) \
 
528
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
529
        $(am__remove_distdir)
 
530
        @(echo "$(distdir) archives ready for distribution: "; \
 
531
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
532
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
533
distuninstallcheck:
 
534
        @cd $(distuninstallcheck_dir) \
 
535
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
536
           || { echo "ERROR: files left after uninstall:" ; \
 
537
                if test -n "$(DESTDIR)"; then \
 
538
                  echo "  (check DESTDIR support)"; \
 
539
                fi ; \
 
540
                $(distuninstallcheck_listfiles) ; \
 
541
                exit 1; } >&2
 
542
distcleancheck: distclean
 
543
        @if test '$(srcdir)' = . ; then \
 
544
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
545
          exit 1 ; \
 
546
        fi
 
547
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
548
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
549
               $(distcleancheck_listfiles) ; \
 
550
               exit 1; } >&2
 
551
check-am: all-am
 
552
check: check-am
 
553
all-am: Makefile $(PROGRAMS) $(DATA) config.h
 
554
installdirs:
 
555
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
 
556
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
557
        done
 
558
install: install-am
 
559
install-exec: install-exec-am
 
560
install-data: install-data-am
 
561
uninstall: uninstall-am
 
562
 
 
563
install-am: all-am
 
564
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
565
 
 
566
installcheck: installcheck-am
 
567
install-strip:
 
568
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
569
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
570
          `test -z '$(STRIP)' || \
 
571
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
572
mostlyclean-generic:
 
573
 
 
574
clean-generic:
 
575
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
576
 
 
577
distclean-generic:
 
578
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
579
 
 
580
maintainer-clean-generic:
 
581
        @echo "This command is intended for maintainers to use"
 
582
        @echo "it deletes files that may require special tools to rebuild."
 
583
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
584
clean: clean-am
 
585
 
 
586
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
587
 
 
588
distclean: distclean-am
 
589
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
590
        -rm -rf ./$(DEPDIR)
 
591
        -rm -f Makefile
 
592
distclean-am: clean-am distclean-compile distclean-generic \
 
593
        distclean-hdr distclean-tags
 
594
 
 
595
dvi: dvi-am
 
596
 
 
597
dvi-am:
 
598
 
 
599
html: html-am
 
600
 
 
601
info: info-am
 
602
 
 
603
info-am:
 
604
 
 
605
install-data-am: install-appmanDATA
 
606
 
 
607
install-dvi: install-dvi-am
 
608
 
 
609
install-exec-am: install-binPROGRAMS
 
610
 
 
611
install-html: install-html-am
 
612
 
 
613
install-info: install-info-am
 
614
 
 
615
install-man:
 
616
 
 
617
install-pdf: install-pdf-am
 
618
 
 
619
install-ps: install-ps-am
 
620
 
 
621
installcheck-am:
 
622
 
 
623
maintainer-clean: maintainer-clean-am
 
624
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
625
        -rm -rf $(top_srcdir)/autom4te.cache
 
626
        -rm -rf ./$(DEPDIR)
 
627
        -rm -f Makefile
 
628
maintainer-clean-am: distclean-am maintainer-clean-generic
 
629
 
 
630
mostlyclean: mostlyclean-am
 
631
 
 
632
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
633
 
 
634
pdf: pdf-am
 
635
 
 
636
pdf-am:
 
637
 
 
638
ps: ps-am
 
639
 
 
640
ps-am:
 
641
 
 
642
uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS
 
643
 
 
644
.MAKE: install-am install-strip
 
645
 
 
646
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
 
647
        clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
 
648
        dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
 
649
        distclean distclean-compile distclean-generic distclean-hdr \
 
650
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
651
        dvi-am html html-am info info-am install install-am \
 
652
        install-appmanDATA install-binPROGRAMS install-data \
 
653
        install-data-am install-dvi install-dvi-am install-exec \
 
654
        install-exec-am install-html install-html-am install-info \
 
655
        install-info-am install-man install-pdf install-pdf-am \
 
656
        install-ps install-ps-am install-strip installcheck \
 
657
        installcheck-am installdirs maintainer-clean \
 
658
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
659
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
660
        uninstall-am uninstall-appmanDATA uninstall-binPROGRAMS
 
661
 
 
662
 
 
663
.PHONY: ChangeLog
 
664
 
 
665
ChangeLog:
 
666
        (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)
 
667
 
 
668
dist-hook: ChangeLog
 
669
 
 
670
.man.$(APP_MAN_SUFFIX):
 
671
        sed $(MAN_SUBSTS) < $< > $@
 
672
@LINT_TRUE@lint:
 
673
@LINT_TRUE@     $(LINT) $(ALL_LINT_FLAGS) $(iceauth_SOURCES)
 
674
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
675
# Otherwise a system limit (for SysV at least) may be exceeded.
 
676
.NOEXPORT: