~ubuntu-branches/ubuntu/vivid/xauth/vivid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-07-26 21:45:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050726214542-0c1gsmulfz6f3fff
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

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