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

« back to all changes in this revision

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