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

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2007-06-22 15:19:06 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070622151906-3w5hz7i3d2hct2vu
Tags: 1:1.0.2-0ubuntu1
* New upstream release
* debian/control:
  - Updated Maintainer
  - Updated where module can be found
  - Added XS-Vcs* info
* debian/copyright
  - Added copyright for packaging
* debian/rules
  - Added cleanup for Makefile, config.h, stamp-*

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
35
35
#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
36
36
#  PERFORMANCE OF THIS SOFTWARE.
37
37
 
 
38
 
38
39
srcdir = @srcdir@
39
40
top_srcdir = @top_srcdir@
40
41
VPATH = @srcdir@
42
43
pkglibdir = $(libdir)/@PACKAGE@
43
44
pkgincludedir = $(includedir)/@PACKAGE@
44
45
top_builddir = .
45
 
 
46
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
47
INSTALL = @INSTALL@
48
48
install_sh_DATA = $(install_sh) -c -m 644
56
56
NORMAL_UNINSTALL = :
57
57
PRE_UNINSTALL = :
58
58
POST_UNINSTALL = :
 
59
build_triplet = @build@
59
60
host_triplet = @host@
 
61
bin_PROGRAMS = xauth$(EXEEXT)
 
62
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
63
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
64
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
65
        compile config.guess config.sub depcomp install-sh missing
 
66
subdir = .
 
67
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
68
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
69
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
70
        $(ACLOCAL_M4)
 
71
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
72
 configure.lineno configure.status.lineno
 
73
mkinstalldirs = $(install_sh) -d
 
74
CONFIG_HEADER = config.h
 
75
CONFIG_CLEAN_FILES =
 
76
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"
 
77
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
78
PROGRAMS = $(bin_PROGRAMS)
 
79
am_xauth_OBJECTS = xauth-gethost.$(OBJEXT) xauth-parsedpy.$(OBJEXT) \
 
80
        xauth-process.$(OBJEXT) xauth-xauth.$(OBJEXT)
 
81
xauth_OBJECTS = $(am_xauth_OBJECTS)
 
82
am__DEPENDENCIES_1 =
 
83
xauth_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
84
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
85
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
86
am__depfiles_maybe = depfiles
 
87
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
88
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
89
CCLD = $(CC)
 
90
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
91
SOURCES = $(xauth_SOURCES)
 
92
DIST_SOURCES = $(xauth_SOURCES)
 
93
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
94
am__vpath_adj = case $$p in \
 
95
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
96
    *) f=$$p;; \
 
97
  esac;
 
98
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
99
appmanDATA_INSTALL = $(INSTALL_DATA)
 
100
DATA = $(appman_DATA)
 
101
ETAGS = etags
 
102
CTAGS = ctags
 
103
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
104
distdir = $(PACKAGE)-$(VERSION)
 
105
top_distdir = $(distdir)
 
106
am__remove_distdir = \
 
107
  { test ! -d $(distdir) \
 
108
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
109
         && rm -fr $(distdir); }; }
 
110
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 
111
GZIP_ENV = --best
 
112
distuninstallcheck_listfiles = find . -type f -print
 
113
distcleancheck_listfiles = find . -type f -print
60
114
ACLOCAL = @ACLOCAL@
61
115
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
62
116
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
72
126
CC = @CC@
73
127
CCDEPMODE = @CCDEPMODE@
74
128
CFLAGS = @CFLAGS@
 
129
CPP = @CPP@
75
130
CPPFLAGS = @CPPFLAGS@
76
131
CYGPATH_W = @CYGPATH_W@
77
132
DEFS = @DEFS@
81
136
ECHO_C = @ECHO_C@
82
137
ECHO_N = @ECHO_N@
83
138
ECHO_T = @ECHO_T@
 
139
EGREP = @EGREP@
84
140
EXEEXT = @EXEEXT@
85
141
FILE_MAN_DIR = @FILE_MAN_DIR@
86
142
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 
143
GREP = @GREP@
87
144
INSTALL_DATA = @INSTALL_DATA@
88
145
INSTALL_PROGRAM = @INSTALL_PROGRAM@
89
146
INSTALL_SCRIPT = @INSTALL_SCRIPT@
93
150
LIBS = @LIBS@
94
151
LIB_MAN_DIR = @LIB_MAN_DIR@
95
152
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
 
153
LINT = @LINT@
 
154
LINT_FALSE = @LINT_FALSE@
 
155
LINT_FLAGS = @LINT_FLAGS@
 
156
LINT_TRUE = @LINT_TRUE@
96
157
LTLIBOBJS = @LTLIBOBJS@
97
158
MAINT = @MAINT@
98
159
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
116
177
XAUTH_CFLAGS = @XAUTH_CFLAGS@
117
178
XAUTH_LIBS = @XAUTH_LIBS@
118
179
ac_ct_CC = @ac_ct_CC@
119
 
ac_ct_STRIP = @ac_ct_STRIP@
120
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
121
180
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122
181
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
123
182
am__include = @am__include@
124
183
am__leading_dot = @am__leading_dot@
125
184
am__quote = @am__quote@
 
185
am__tar = @am__tar@
 
186
am__untar = @am__untar@
126
187
bindir = @bindir@
127
188
build = @build@
128
189
build_alias = @build_alias@
130
191
build_os = @build_os@
131
192
build_vendor = @build_vendor@
132
193
datadir = @datadir@
 
194
datarootdir = @datarootdir@
 
195
docdir = @docdir@
 
196
dvidir = @dvidir@
133
197
exec_prefix = @exec_prefix@
134
198
host = @host@
135
199
host_alias = @host_alias@
136
200
host_cpu = @host_cpu@
137
201
host_os = @host_os@
138
202
host_vendor = @host_vendor@
 
203
htmldir = @htmldir@
139
204
includedir = @includedir@
140
205
infodir = @infodir@
141
206
install_sh = @install_sh@
142
207
libdir = @libdir@
143
208
libexecdir = @libexecdir@
 
209
localedir = @localedir@
144
210
localstatedir = @localstatedir@
145
211
mandir = @mandir@
 
212
mkdir_p = @mkdir_p@
146
213
oldincludedir = @oldincludedir@
 
214
pdfdir = @pdfdir@
147
215
prefix = @prefix@
148
216
program_transform_name = @program_transform_name@
 
217
psdir = @psdir@
149
218
sbindir = @sbindir@
150
219
sharedstatedir = @sharedstatedir@
151
220
sysconfdir = @sysconfdir@
152
221
target_alias = @target_alias@
153
 
 
154
 
bin_PROGRAMS = xauth
155
 
 
156
222
xauth_CFLAGS = $(XAUTH_CFLAGS)
157
223
xauth_LDADD = $(XAUTH_LIBS)
158
 
 
159
224
xauth_SOURCES = \
160
225
        gethost.c \
161
226
        parsedpy.c \
163
228
        xauth.c \
164
229
        xauth.h
165
230
 
166
 
 
167
231
appman_PRE = \
168
232
        xauth.man
169
233
 
170
 
 
171
234
appmandir = $(APP_MAN_DIR)
172
 
 
173
235
appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
174
 
 
175
 
EXTRA_DIST = $(appman_PRE)
 
236
EXTRA_DIST = $(appman_PRE) ChangeLog
176
237
CLEANFILES = $(appman_DATA)
 
238
@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
239
@LINT_TRUE@                $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(xauth_CFLAGS)
177
240
 
178
241
SED = sed
179
242
 
180
243
# Strings to replace in man pages
181
244
XORGRELSTRING = @PACKAGE_STRING@
182
245
XORGMANNAME = X Version 11
183
 
 
184
246
MAN_SUBSTS = \
185
247
        -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
186
248
        -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
194
256
        -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
195
257
        -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
196
258
 
197
 
 
198
259
SUFFIXES = .$(APP_MAN_SUFFIX) .man
199
 
subdir = .
200
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
201
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
202
 
CONFIG_HEADER = config.h
203
 
CONFIG_CLEAN_FILES =
204
 
bin_PROGRAMS = xauth$(EXEEXT)
205
 
PROGRAMS = $(bin_PROGRAMS)
206
 
 
207
 
am_xauth_OBJECTS = xauth-gethost.$(OBJEXT) xauth-parsedpy.$(OBJEXT) \
208
 
        xauth-process.$(OBJEXT) xauth-xauth.$(OBJEXT)
209
 
xauth_OBJECTS = $(am_xauth_OBJECTS)
210
 
xauth_DEPENDENCIES =
211
 
xauth_LDFLAGS =
212
 
 
213
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
214
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
215
 
am__depfiles_maybe = depfiles
216
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/xauth-gethost.Po \
217
 
@AMDEP_TRUE@    ./$(DEPDIR)/xauth-parsedpy.Po \
218
 
@AMDEP_TRUE@    ./$(DEPDIR)/xauth-process.Po \
219
 
@AMDEP_TRUE@    ./$(DEPDIR)/xauth-xauth.Po
220
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
221
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
222
 
CCLD = $(CC)
223
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
224
 
DIST_SOURCES = $(xauth_SOURCES)
225
 
DATA = $(appman_DATA)
226
 
 
227
 
DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
228
 
        COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 compile \
229
 
        config.guess config.h.in config.sub configure configure.ac \
230
 
        depcomp install-sh missing mkinstalldirs
231
 
SOURCES = $(xauth_SOURCES)
232
 
 
 
260
MAINTAINERCLEANFILES = ChangeLog
233
261
all: config.h
234
262
        $(MAKE) $(AM_MAKEFLAGS) all-am
235
263
 
236
264
.SUFFIXES:
237
265
.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj
238
 
 
239
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
240
 
 configure.lineno
241
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
266
am--refresh:
 
267
        @:
 
268
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
269
        @for dep in $?; do \
 
270
          case '$(am__configure_deps)' in \
 
271
            *$$dep*) \
 
272
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
273
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
274
                && exit 0; \
 
275
              exit 1;; \
 
276
          esac; \
 
277
        done; \
 
278
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
242
279
        cd $(top_srcdir) && \
243
280
          $(AUTOMAKE) --gnu  Makefile
244
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
245
 
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
281
.PRECIOUS: Makefile
 
282
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
283
        @case '$?' in \
 
284
          *config.status*) \
 
285
            echo ' $(SHELL) ./config.status'; \
 
286
            $(SHELL) ./config.status;; \
 
287
          *) \
 
288
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
289
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
290
        esac;
246
291
 
247
 
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
292
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248
293
        $(SHELL) ./config.status --recheck
249
 
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
294
 
 
295
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
250
296
        cd $(srcdir) && $(AUTOCONF)
251
 
 
252
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac 
 
297
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
253
298
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
254
299
 
255
300
config.h: stamp-h1
261
306
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
262
307
        @rm -f stamp-h1
263
308
        cd $(top_builddir) && $(SHELL) ./config.status config.h
264
 
 
265
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
309
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
266
310
        cd $(top_srcdir) && $(AUTOHEADER)
267
 
        touch $(srcdir)/config.h.in
 
311
        rm -f stamp-h1
 
312
        touch $@
268
313
 
269
314
distclean-hdr:
270
315
        -rm -f config.h stamp-h1
271
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
272
316
install-binPROGRAMS: $(bin_PROGRAMS)
273
317
        @$(NORMAL_INSTALL)
274
 
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
318
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
275
319
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
276
320
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
277
321
          if test -f $$p \
278
322
          ; then \
279
323
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
280
 
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
281
 
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
 
324
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
325
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
282
326
          else :; fi; \
283
327
        done
284
328
 
286
330
        @$(NORMAL_UNINSTALL)
287
331
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
288
332
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
289
 
          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
290
 
          rm -f $(DESTDIR)$(bindir)/$$f; \
 
333
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
334
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
291
335
        done
292
336
 
293
337
clean-binPROGRAMS:
297
341
        $(LINK) $(xauth_LDFLAGS) $(xauth_OBJECTS) $(xauth_LDADD) $(LIBS)
298
342
 
299
343
mostlyclean-compile:
300
 
        -rm -f *.$(OBJEXT) core *.core
 
344
        -rm -f *.$(OBJEXT)
301
345
 
302
346
distclean-compile:
303
347
        -rm -f *.tab.c
308
352
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xauth-xauth.Po@am__quote@
309
353
 
310
354
.c.o:
311
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
312
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
313
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
314
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
315
 
@am__fastdepCC_TRUE@    fi
 
355
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
356
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
316
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
318
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
359
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
320
360
 
321
361
.c.obj:
322
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
323
 
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
324
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
325
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
326
 
@am__fastdepCC_TRUE@    fi
 
362
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
363
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
327
364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
328
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
329
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
366
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
331
367
 
332
368
xauth-gethost.o: gethost.c
333
 
@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" \
334
 
@am__fastdepCC_TRUE@      -c -o xauth-gethost.o `test -f 'gethost.c' || echo '$(srcdir)/'`gethost.c; \
335
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-gethost.Tpo" "$(DEPDIR)/xauth-gethost.Po"; \
336
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/xauth-gethost.Tpo"; exit 1; \
337
 
@am__fastdepCC_TRUE@    fi
 
369
@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; \
 
370
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-gethost.Tpo" "$(DEPDIR)/xauth-gethost.Po"; else rm -f "$(DEPDIR)/xauth-gethost.Tpo"; exit 1; fi
338
371
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gethost.c' object='xauth-gethost.o' libtool=no @AMDEPBACKSLASH@
339
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/xauth-gethost.Po' tmpdepfile='$(DEPDIR)/xauth-gethost.TPo' @AMDEPBACKSLASH@
340
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341
373
@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
342
374
 
343
375
xauth-gethost.obj: gethost.c
344
 
@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" \
345
 
@am__fastdepCC_TRUE@      -c -o xauth-gethost.obj `if test -f 'gethost.c'; then $(CYGPATH_W) 'gethost.c'; else $(CYGPATH_W) '$(srcdir)/gethost.c'; fi`; \
346
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-gethost.Tpo" "$(DEPDIR)/xauth-gethost.Po"; \
347
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/xauth-gethost.Tpo"; exit 1; \
348
 
@am__fastdepCC_TRUE@    fi
 
376
@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`; \
 
377
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-gethost.Tpo" "$(DEPDIR)/xauth-gethost.Po"; else rm -f "$(DEPDIR)/xauth-gethost.Tpo"; exit 1; fi
349
378
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gethost.c' object='xauth-gethost.obj' libtool=no @AMDEPBACKSLASH@
350
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/xauth-gethost.Po' tmpdepfile='$(DEPDIR)/xauth-gethost.TPo' @AMDEPBACKSLASH@
351
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
379
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352
380
@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`
353
381
 
354
382
xauth-parsedpy.o: parsedpy.c
355
 
@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" \
356
 
@am__fastdepCC_TRUE@      -c -o xauth-parsedpy.o `test -f 'parsedpy.c' || echo '$(srcdir)/'`parsedpy.c; \
357
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-parsedpy.Tpo" "$(DEPDIR)/xauth-parsedpy.Po"; \
358
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/xauth-parsedpy.Tpo"; exit 1; \
359
 
@am__fastdepCC_TRUE@    fi
 
383
@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; \
 
384
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-parsedpy.Tpo" "$(DEPDIR)/xauth-parsedpy.Po"; else rm -f "$(DEPDIR)/xauth-parsedpy.Tpo"; exit 1; fi
360
385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='parsedpy.c' object='xauth-parsedpy.o' libtool=no @AMDEPBACKSLASH@
361
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/xauth-parsedpy.Po' tmpdepfile='$(DEPDIR)/xauth-parsedpy.TPo' @AMDEPBACKSLASH@
362
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
386
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363
387
@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
364
388
 
365
389
xauth-parsedpy.obj: parsedpy.c
366
 
@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" \
367
 
@am__fastdepCC_TRUE@      -c -o xauth-parsedpy.obj `if test -f 'parsedpy.c'; then $(CYGPATH_W) 'parsedpy.c'; else $(CYGPATH_W) '$(srcdir)/parsedpy.c'; fi`; \
368
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-parsedpy.Tpo" "$(DEPDIR)/xauth-parsedpy.Po"; \
369
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/xauth-parsedpy.Tpo"; exit 1; \
370
 
@am__fastdepCC_TRUE@    fi
 
390
@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`; \
 
391
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-parsedpy.Tpo" "$(DEPDIR)/xauth-parsedpy.Po"; else rm -f "$(DEPDIR)/xauth-parsedpy.Tpo"; exit 1; fi
371
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='parsedpy.c' object='xauth-parsedpy.obj' libtool=no @AMDEPBACKSLASH@
372
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/xauth-parsedpy.Po' tmpdepfile='$(DEPDIR)/xauth-parsedpy.TPo' @AMDEPBACKSLASH@
373
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
393
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374
394
@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`
375
395
 
376
396
xauth-process.o: process.c
377
 
@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" \
378
 
@am__fastdepCC_TRUE@      -c -o xauth-process.o `test -f 'process.c' || echo '$(srcdir)/'`process.c; \
379
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-process.Tpo" "$(DEPDIR)/xauth-process.Po"; \
380
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/xauth-process.Tpo"; exit 1; \
381
 
@am__fastdepCC_TRUE@    fi
 
397
@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; \
 
398
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-process.Tpo" "$(DEPDIR)/xauth-process.Po"; else rm -f "$(DEPDIR)/xauth-process.Tpo"; exit 1; fi
382
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='process.c' object='xauth-process.o' libtool=no @AMDEPBACKSLASH@
383
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/xauth-process.Po' tmpdepfile='$(DEPDIR)/xauth-process.TPo' @AMDEPBACKSLASH@
384
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
400
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385
401
@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
386
402
 
387
403
xauth-process.obj: process.c
388
 
@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" \
389
 
@am__fastdepCC_TRUE@      -c -o xauth-process.obj `if test -f 'process.c'; then $(CYGPATH_W) 'process.c'; else $(CYGPATH_W) '$(srcdir)/process.c'; fi`; \
390
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-process.Tpo" "$(DEPDIR)/xauth-process.Po"; \
391
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/xauth-process.Tpo"; exit 1; \
392
 
@am__fastdepCC_TRUE@    fi
 
404
@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`; \
 
405
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-process.Tpo" "$(DEPDIR)/xauth-process.Po"; else rm -f "$(DEPDIR)/xauth-process.Tpo"; exit 1; fi
393
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='process.c' object='xauth-process.obj' libtool=no @AMDEPBACKSLASH@
394
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/xauth-process.Po' tmpdepfile='$(DEPDIR)/xauth-process.TPo' @AMDEPBACKSLASH@
395
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
407
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396
408
@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`
397
409
 
398
410
xauth-xauth.o: xauth.c
399
 
@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" \
400
 
@am__fastdepCC_TRUE@      -c -o xauth-xauth.o `test -f 'xauth.c' || echo '$(srcdir)/'`xauth.c; \
401
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-xauth.Tpo" "$(DEPDIR)/xauth-xauth.Po"; \
402
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/xauth-xauth.Tpo"; exit 1; \
403
 
@am__fastdepCC_TRUE@    fi
 
411
@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; \
 
412
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-xauth.Tpo" "$(DEPDIR)/xauth-xauth.Po"; else rm -f "$(DEPDIR)/xauth-xauth.Tpo"; exit 1; fi
404
413
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xauth.c' object='xauth-xauth.o' libtool=no @AMDEPBACKSLASH@
405
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/xauth-xauth.Po' tmpdepfile='$(DEPDIR)/xauth-xauth.TPo' @AMDEPBACKSLASH@
406
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
414
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407
415
@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
408
416
 
409
417
xauth-xauth.obj: xauth.c
410
 
@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" \
411
 
@am__fastdepCC_TRUE@      -c -o xauth-xauth.obj `if test -f 'xauth.c'; then $(CYGPATH_W) 'xauth.c'; else $(CYGPATH_W) '$(srcdir)/xauth.c'; fi`; \
412
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-xauth.Tpo" "$(DEPDIR)/xauth-xauth.Po"; \
413
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/xauth-xauth.Tpo"; exit 1; \
414
 
@am__fastdepCC_TRUE@    fi
 
418
@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`; \
 
419
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/xauth-xauth.Tpo" "$(DEPDIR)/xauth-xauth.Po"; else rm -f "$(DEPDIR)/xauth-xauth.Tpo"; exit 1; fi
415
420
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xauth.c' object='xauth-xauth.obj' libtool=no @AMDEPBACKSLASH@
416
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/xauth-xauth.Po' tmpdepfile='$(DEPDIR)/xauth-xauth.TPo' @AMDEPBACKSLASH@
417
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
421
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418
422
@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`
419
423
uninstall-info-am:
420
 
appmanDATA_INSTALL = $(INSTALL_DATA)
421
424
install-appmanDATA: $(appman_DATA)
422
425
        @$(NORMAL_INSTALL)
423
 
        $(mkinstalldirs) $(DESTDIR)$(appmandir)
 
426
        test -z "$(appmandir)" || $(mkdir_p) "$(DESTDIR)$(appmandir)"
424
427
        @list='$(appman_DATA)'; for p in $$list; do \
425
428
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
426
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
427
 
          echo " $(appmanDATA_INSTALL) $$d$$p $(DESTDIR)$(appmandir)/$$f"; \
428
 
          $(appmanDATA_INSTALL) $$d$$p $(DESTDIR)$(appmandir)/$$f; \
 
429
          f=$(am__strip_dir) \
 
430
          echo " $(appmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appmandir)/$$f'"; \
 
431
          $(appmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appmandir)/$$f"; \
429
432
        done
430
433
 
431
434
uninstall-appmanDATA:
432
435
        @$(NORMAL_UNINSTALL)
433
436
        @list='$(appman_DATA)'; for p in $$list; do \
434
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
435
 
          echo " rm -f $(DESTDIR)$(appmandir)/$$f"; \
436
 
          rm -f $(DESTDIR)$(appmandir)/$$f; \
 
437
          f=$(am__strip_dir) \
 
438
          echo " rm -f '$(DESTDIR)$(appmandir)/$$f'"; \
 
439
          rm -f "$(DESTDIR)$(appmandir)/$$f"; \
437
440
        done
438
441
 
439
 
ETAGS = etags
440
 
ETAGSFLAGS =
441
 
 
442
 
CTAGS = ctags
443
 
CTAGSFLAGS =
444
 
 
445
 
tags: TAGS
446
 
 
447
442
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
448
443
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
449
444
        unique=`for i in $$list; do \
452
447
          $(AWK) '    { files[$$0] = 1; } \
453
448
               END { for (i in files) print i; }'`; \
454
449
        mkid -fID $$unique
 
450
tags: TAGS
455
451
 
456
452
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
457
453
                $(TAGS_FILES) $(LISP)
463
459
          done | \
464
460
          $(AWK) '    { files[$$0] = 1; } \
465
461
               END { for (i in files) print i; }'`; \
466
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
467
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
468
 
             $$tags $$unique
469
 
 
 
462
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
463
          test -n "$$unique" || unique=$$empty_fix; \
 
464
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
465
            $$tags $$unique; \
 
466
        fi
470
467
ctags: CTAGS
471
468
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
472
469
                $(TAGS_FILES) $(LISP)
489
486
 
490
487
distclean-tags:
491
488
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
492
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
493
 
 
494
 
top_distdir = .
495
 
distdir = $(PACKAGE)-$(VERSION)
496
 
 
497
 
am__remove_distdir = \
498
 
  { test ! -d $(distdir) \
499
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
500
 
         && rm -fr $(distdir); }; }
501
 
 
502
 
GZIP_ENV = --best
503
 
distuninstallcheck_listfiles = find . -type f -print
504
 
distcleancheck_listfiles = find . -type f -print
505
489
 
506
490
distdir: $(DISTFILES)
507
491
        $(am__remove_distdir)
517
501
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
518
502
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
519
503
            dir="/$$dir"; \
520
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
504
            $(mkdir_p) "$(distdir)$$dir"; \
521
505
          else \
522
506
            dir=''; \
523
507
          fi; \
532
516
            || exit 1; \
533
517
          fi; \
534
518
        done
 
519
        $(MAKE) $(AM_MAKEFLAGS) \
 
520
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
521
          dist-hook
535
522
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
536
523
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
537
524
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
538
525
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
539
526
        || chmod -R a+r $(distdir)
540
527
dist-gzip: distdir
541
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
528
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
542
529
        $(am__remove_distdir)
543
 
 
544
530
dist-bzip2: distdir
545
 
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
531
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
532
        $(am__remove_distdir)
 
533
 
 
534
dist-tarZ: distdir
 
535
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
536
        $(am__remove_distdir)
 
537
 
 
538
dist-shar: distdir
 
539
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
540
        $(am__remove_distdir)
 
541
 
 
542
dist-zip: distdir
 
543
        -rm -f $(distdir).zip
 
544
        zip -rq $(distdir).zip $(distdir)
546
545
        $(am__remove_distdir)
547
546
 
548
547
dist dist-all: distdir
549
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
550
 
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
548
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
549
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
551
550
        $(am__remove_distdir)
552
551
 
553
552
# This target untars the dist file and tries a VPATH configuration.  Then
554
553
# it guarantees that the distribution is self-contained by making another
555
554
# tarfile.
556
555
distcheck: dist
557
 
        $(am__remove_distdir)
558
 
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
556
        case '$(DIST_ARCHIVES)' in \
 
557
        *.tar.gz*) \
 
558
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
559
        *.tar.bz2*) \
 
560
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
561
        *.tar.Z*) \
 
562
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
563
        *.shar.gz*) \
 
564
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
565
        *.zip*) \
 
566
          unzip $(distdir).zip ;;\
 
567
        esac
559
568
        chmod -R a-w $(distdir); chmod a+w $(distdir)
560
569
        mkdir $(distdir)/_build
561
570
        mkdir $(distdir)/_inst
575
584
                distuninstallcheck \
576
585
          && chmod -R a-w "$$dc_install_base" \
577
586
          && ({ \
578
 
               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
 
587
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
579
588
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
580
589
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
581
590
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
582
591
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
583
592
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
584
593
          && rm -rf "$$dc_destdir" \
585
 
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
586
 
          && rm -f $(distdir).tar.gz \
 
594
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
595
          && rm -rf $(DIST_ARCHIVES) \
587
596
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
588
597
        $(am__remove_distdir)
589
 
        @echo "$(distdir).tar.gz is ready for distribution" | \
590
 
          sed 'h;s/./=/g;p;x;p;x'
 
598
        @(echo "$(distdir) archives ready for distribution: "; \
 
599
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
600
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
591
601
distuninstallcheck:
592
602
        @cd $(distuninstallcheck_dir) \
593
603
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
609
619
check-am: all-am
610
620
check: check-am
611
621
all-am: Makefile $(PROGRAMS) $(DATA) config.h
612
 
 
613
622
installdirs:
614
 
        $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(appmandir)
 
623
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
 
624
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
625
        done
615
626
install: install-am
616
627
install-exec: install-exec-am
617
628
install-data: install-data-am
632
643
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
633
644
 
634
645
distclean-generic:
635
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
646
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
636
647
 
637
648
maintainer-clean-generic:
638
649
        @echo "This command is intended for maintainers to use"
639
650
        @echo "it deletes files that may require special tools to rebuild."
 
651
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
640
652
clean: clean-am
641
653
 
642
654
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
645
657
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
646
658
        -rm -rf ./$(DEPDIR)
647
659
        -rm -f Makefile
648
 
distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
649
 
        distclean-tags
 
660
distclean-am: clean-am distclean-compile distclean-generic \
 
661
        distclean-hdr distclean-tags
650
662
 
651
663
dvi: dvi-am
652
664
 
653
665
dvi-am:
654
666
 
 
667
html: html-am
 
668
 
655
669
info: info-am
656
670
 
657
671
info-am:
688
702
uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS \
689
703
        uninstall-info-am
690
704
 
691
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
692
 
        clean-generic ctags dist dist-all dist-bzip2 dist-gzip \
693
 
        distcheck distclean distclean-compile distclean-generic \
694
 
        distclean-hdr distclean-tags distcleancheck distdir \
695
 
        distuninstallcheck dvi dvi-am info info-am install install-am \
 
705
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
 
706
        clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
 
707
        dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
 
708
        distclean distclean-compile distclean-generic distclean-hdr \
 
709
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
710
        dvi-am html html-am info info-am install install-am \
696
711
        install-appmanDATA install-binPROGRAMS install-data \
697
712
        install-data-am install-exec install-exec-am install-info \
698
713
        install-info-am install-man install-strip installcheck \
703
718
        uninstall-info-am
704
719
 
705
720
 
 
721
@LINT_TRUE@lint:
 
722
@LINT_TRUE@     $(LINT) $(ALL_LINT_FLAGS) $(xauth_SOURCES) $(xauth_LDADD)
 
723
 
706
724
.man.$(APP_MAN_SUFFIX):
707
725
        sed $(MAN_SUBSTS) < $< > $@
 
726
 
 
727
.PHONY: ChangeLog
 
728
 
 
729
ChangeLog:
 
730
        (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)
 
731
 
 
732
dist-hook: ChangeLog
708
733
# Tell versions [3.59,3.63) of GNU make to not export all variables.
709
734
# Otherwise a system limit (for SysV at least) may be exceeded.
710
735
.NOEXPORT: