Add experimental GSS-EAP mechanism
[cyrus-sasl.git] / sample / Makefile.in
1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5 # 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 # Makefile.am -- automake input for sample SASL programs
18 # Rob Earhart
19 #
20 ################################################################
21 # Copyright (c) 2000 Carnegie Mellon University.  All rights reserved.
22 #
23 # Redistribution and use in source and binary forms, with or without
24 # modification, are permitted provided that the following conditions
25 # are met:
26 #
27 # 1. Redistributions of source code must retain the above copyright
28 #    notice, this list of conditions and the following disclaimer. 
29 #
30 # 2. Redistributions in binary form must reproduce the above copyright
31 #    notice, this list of conditions and the following disclaimer in
32 #    the documentation and/or other materials provided with the
33 #    distribution.
34 #
35 # 3. The name "Carnegie Mellon University" must not be used to
36 #    endorse or promote products derived from this software without
37 #    prior written permission. For permission or any other legal
38 #    details, please contact  
39 #      Office of Technology Transfer
40 #      Carnegie Mellon University
41 #      5000 Forbes Avenue
42 #      Pittsburgh, PA  15213-3890
43 #      (412) 268-4387, fax: (412) 268-7395
44 #      tech-transfer@andrew.cmu.edu
45 #
46 # 4. Redistributions of any form whatsoever must retain the following
47 #    acknowledgment:
48 #    "This product includes software developed by Computing Services
49 #     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
50 #
51 # CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
52 # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
53 # AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
54 # FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
55 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
56 # AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
57 # OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
58 #
59 ################################################################
60
61 srcdir = @srcdir@
62 top_srcdir = @top_srcdir@
63 VPATH = @srcdir@
64 pkgdatadir = $(datadir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkgincludedir = $(includedir)/@PACKAGE@
67 top_builddir = ..
68
69 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70 INSTALL = @INSTALL@
71 install_sh_DATA = $(install_sh) -c -m 644
72 install_sh_PROGRAM = $(install_sh) -c
73 install_sh_SCRIPT = $(install_sh) -c
74 INSTALL_HEADER = $(INSTALL_DATA)
75 transform = $(program_transform_name)
76 NORMAL_INSTALL = :
77 PRE_INSTALL = :
78 POST_INSTALL = :
79 NORMAL_UNINSTALL = :
80 PRE_UNINSTALL = :
81 POST_UNINSTALL = :
82 host_triplet = @host@
83 ACLOCAL = @ACLOCAL@
84 AMDEP_FALSE = @AMDEP_FALSE@
85 AMDEP_TRUE = @AMDEP_TRUE@
86 AMTAR = @AMTAR@
87 AUTOCONF = @AUTOCONF@
88 AUTOHEADER = @AUTOHEADER@
89 AUTOMAKE = @AUTOMAKE@
90 AWK = @AWK@
91 CC = @CC@
92 CCDEPMODE = @CCDEPMODE@
93 CFLAGS = @CFLAGS@
94 CMU_LIB_SUBDIR = @CMU_LIB_SUBDIR@
95 CPP = @CPP@
96 CPPFLAGS = @CPPFLAGS@
97 CYGPATH_W = @CYGPATH_W@
98 DEFS = @DEFS@
99 DEPDIR = @DEPDIR@
100 DIRS = @DIRS@
101 DMALLOC_LIBS = @DMALLOC_LIBS@
102 ECHO_C = @ECHO_C@
103 ECHO_N = @ECHO_N@
104 ECHO_T = @ECHO_T@
105 EGREP = @EGREP@
106 EXEEXT = @EXEEXT@
107 GETADDRINFOOBJS = @GETADDRINFOOBJS@
108 GETNAMEINFOOBJS = @GETNAMEINFOOBJS@
109 GETSUBOPT = @GETSUBOPT@
110 GSSAPIBASE_LIBS = @GSSAPIBASE_LIBS@
111 GSSAPI_LIBS = @GSSAPI_LIBS@
112 INSTALL_DATA = @INSTALL_DATA@
113 INSTALL_PROGRAM = @INSTALL_PROGRAM@
114 INSTALL_SCRIPT = @INSTALL_SCRIPT@
115 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116 IPCTYPE = @IPCTYPE@
117 JAVAC = @JAVAC@
118 JAVADOC = @JAVADOC@
119 JAVAH = @JAVAH@
120 JAVAROOT = @JAVAROOT@
121 JAVA_FALSE = @JAVA_FALSE@
122 JAVA_INCLUDES = @JAVA_INCLUDES@
123 JAVA_TRUE = @JAVA_TRUE@
124 LDFLAGS = @LDFLAGS@
125 LIBOBJS = @LIBOBJS@
126 LIBS = @LIBS@
127 LIBTOOL = @LIBTOOL@
128 LIB_CRYPT = @LIB_CRYPT@
129 LIB_DES = @LIB_DES@
130 LIB_DOOR = @LIB_DOOR@
131 LIB_LDAP = @LIB_LDAP@
132 LIB_MYSQL = @LIB_MYSQL@
133 LIB_PGSQL = @LIB_PGSQL@
134 LIB_SOCKET = @LIB_SOCKET@
135 LIB_SQLITE = @LIB_SQLITE@
136 LN_S = @LN_S@
137 LTGETADDRINFOOBJS = @LTGETADDRINFOOBJS@
138 LTGETNAMEINFOOBJS = @LTGETNAMEINFOOBJS@
139 LTLIBOBJS = @LTLIBOBJS@
140 LTSNPRINTFOBJS = @LTSNPRINTFOBJS@
141 MACOSX_FALSE = @MACOSX_FALSE@
142 MACOSX_TRUE = @MACOSX_TRUE@
143 MAKEINFO = @MAKEINFO@
144 NM = @NM@
145 NO_SASL_DB_MANS_FALSE = @NO_SASL_DB_MANS_FALSE@
146 NO_SASL_DB_MANS_TRUE = @NO_SASL_DB_MANS_TRUE@
147 NTLM_LIBS = @NTLM_LIBS@
148 OBJEXT = @OBJEXT@
149 OTP_LIBS = @OTP_LIBS@
150 PACKAGE = @PACKAGE@
151 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152 PACKAGE_NAME = @PACKAGE_NAME@
153 PACKAGE_STRING = @PACKAGE_STRING@
154 PACKAGE_TARNAME = @PACKAGE_TARNAME@
155 PACKAGE_VERSION = @PACKAGE_VERSION@
156 PASSDSS_LIBS = @PASSDSS_LIBS@
157 PATH_SEPARATOR = @PATH_SEPARATOR@
158 PLAIN_LIBS = @PLAIN_LIBS@
159 PURECOV = @PURECOV@
160 PURIFY = @PURIFY@
161 PWCHECKMETH = @PWCHECKMETH@
162 PWCHECK_FALSE = @PWCHECK_FALSE@
163 PWCHECK_TRUE = @PWCHECK_TRUE@
164 RANLIB = @RANLIB@
165 SAMPLE_FALSE = @SAMPLE_FALSE@
166 SAMPLE_TRUE = @SAMPLE_TRUE@
167 SASLAUTHD_FALSE = @SASLAUTHD_FALSE@
168 SASLAUTHD_TRUE = @SASLAUTHD_TRUE@
169 SASL_DB_BACKEND = @SASL_DB_BACKEND@
170 SASL_DB_BACKEND_STATIC = @SASL_DB_BACKEND_STATIC@
171 SASL_DB_INC = @SASL_DB_INC@
172 SASL_DB_LIB = @SASL_DB_LIB@
173 SASL_DB_MANS = @SASL_DB_MANS@
174 SASL_DB_UTILS = @SASL_DB_UTILS@
175 SASL_DL_LIB = @SASL_DL_LIB@
176 SASL_KRB_LIB = @SASL_KRB_LIB@
177 SASL_MECHS = @SASL_MECHS@
178 SASL_STATIC_LIBS = @SASL_STATIC_LIBS@
179 SASL_STATIC_OBJS = @SASL_STATIC_OBJS@
180 SASL_STATIC_SRCS = @SASL_STATIC_SRCS@
181 SASL_UTIL_HEADERS_EXTRA = @SASL_UTIL_HEADERS_EXTRA@
182 SASL_UTIL_LIBS_EXTRA = @SASL_UTIL_LIBS_EXTRA@
183 SET_MAKE = @SET_MAKE@
184 SFIO_INC_FLAGS = @SFIO_INC_FLAGS@
185 SFIO_LIB_FLAGS = @SFIO_LIB_FLAGS@
186 SHELL = @SHELL@
187 SMTPTEST_PROGRAM = @SMTPTEST_PROGRAM@
188 SNPRINTFOBJS = @SNPRINTFOBJS@
189 SRP_LIBS = @SRP_LIBS@
190 STRIP = @STRIP@
191 VERSION = @VERSION@
192 ac_ct_CC = @ac_ct_CC@
193 ac_ct_RANLIB = @ac_ct_RANLIB@
194 ac_ct_STRIP = @ac_ct_STRIP@
195 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
196 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
197 am__include = @am__include@
198 am__leading_dot = @am__leading_dot@
199 am__quote = @am__quote@
200 bindir = @bindir@
201 build = @build@
202 build_alias = @build_alias@
203 build_cpu = @build_cpu@
204 build_os = @build_os@
205 build_vendor = @build_vendor@
206 configdir = @configdir@
207 datadir = @datadir@
208 exec_prefix = @exec_prefix@
209 host = @host@
210 host_alias = @host_alias@
211 host_cpu = @host_cpu@
212 host_os = @host_os@
213 host_vendor = @host_vendor@
214 includedir = @includedir@
215 infodir = @infodir@
216 install_sh = @install_sh@
217 libdir = @libdir@
218 libexecdir = @libexecdir@
219 localstatedir = @localstatedir@
220 mandir = @mandir@
221 oldincludedir = @oldincludedir@
222 plugindir = @plugindir@
223 prefix = @prefix@
224 program_transform_name = @program_transform_name@
225 sbindir = @sbindir@
226 sharedstatedir = @sharedstatedir@
227 subdirs = @subdirs@
228 sysconfdir = @sysconfdir@
229 target = @target@
230 target_alias = @target_alias@
231 target_cpu = @target_cpu@
232 target_os = @target_os@
233 target_vendor = @target_vendor@
234
235 INCLUDES = -I$(top_srcdir)/include
236
237 noinst_PROGRAMS = client server
238 EXTRA_PROGRAMS = sample-client sample-server
239 CLEANFILES = sample-client sample-server ./.libs/*sample-client ./.libs/*sample-server
240
241 sample_client_SOURCES = sample-client.c
242 sample_server_SOURCES = sample-server.c
243
244 server_SOURCES = server.c common.c common.h
245 client_SOURCES = client.c common.c common.h
246
247 server_LDADD = ../lib/libsasl2.la $(GSSAPIBASE_LIBS) $(GSSAPI_LIBS) $(LIB_SOCKET)
248 client_LDADD = ../lib/libsasl2.la $(GSSAPIBASE_LIBS) $(GSSAPI_LIBS) $(LIB_SOCKET)
249
250 sample_client_LDADD = ../lib/libsasl2.la $(GSSAPIBASE_LIBS) $(GSSAPI_LIBS) $(LIB_SOCKET)
251 sample_server_LDADD = ../lib/libsasl2.la $(GSSAPIBASE_LIBS) $(GSSAPI_LIBS) $(LIB_SOCKET)
252
253 EXTRA_DIST = NTMakefile
254 subdir = sample
255 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
256 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
257 CONFIG_HEADER = $(top_builddir)/config.h
258 CONFIG_CLEAN_FILES =
259 EXTRA_PROGRAMS = sample-client$(EXEEXT) sample-server$(EXEEXT)
260 noinst_PROGRAMS = client$(EXEEXT) server$(EXEEXT)
261 PROGRAMS = $(noinst_PROGRAMS)
262
263 am_client_OBJECTS = client.$(OBJEXT) common.$(OBJEXT)
264 client_OBJECTS = $(am_client_OBJECTS)
265 client_DEPENDENCIES = ../lib/libsasl2.la
266 client_LDFLAGS =
267 am_sample_client_OBJECTS = sample-client.$(OBJEXT)
268 sample_client_OBJECTS = $(am_sample_client_OBJECTS)
269 sample_client_DEPENDENCIES = ../lib/libsasl2.la
270 sample_client_LDFLAGS =
271 am_sample_server_OBJECTS = sample-server.$(OBJEXT)
272 sample_server_OBJECTS = $(am_sample_server_OBJECTS)
273 sample_server_DEPENDENCIES = ../lib/libsasl2.la
274 sample_server_LDFLAGS =
275 am_server_OBJECTS = server.$(OBJEXT) common.$(OBJEXT)
276 server_OBJECTS = $(am_server_OBJECTS)
277 server_DEPENDENCIES = ../lib/libsasl2.la
278 server_LDFLAGS =
279
280 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
281 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
282 am__depfiles_maybe = depfiles
283 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/client.Po ./$(DEPDIR)/common.Po \
284 @AMDEP_TRUE@    ./$(DEPDIR)/sample-client.Po \
285 @AMDEP_TRUE@    ./$(DEPDIR)/sample-server.Po ./$(DEPDIR)/server.Po
286 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
287         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
288 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
289         $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
290 CCLD = $(CC)
291 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
292         $(AM_LDFLAGS) $(LDFLAGS) -o $@
293 DIST_SOURCES = $(client_SOURCES) $(sample_client_SOURCES) \
294         $(sample_server_SOURCES) $(server_SOURCES)
295 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
296 SOURCES = $(client_SOURCES) $(sample_client_SOURCES) $(sample_server_SOURCES) $(server_SOURCES)
297
298 all: all-am
299
300 .SUFFIXES:
301 .SUFFIXES: .c .lo .o .obj
302 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
303         cd $(top_srcdir) && \
304           $(AUTOMAKE) --gnu  sample/Makefile
305 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
306         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
307
308 clean-noinstPROGRAMS:
309         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
310           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
311           echo " rm -f $$p $$f"; \
312           rm -f $$p $$f ; \
313         done
314 client$(EXEEXT): $(client_OBJECTS) $(client_DEPENDENCIES) 
315         @rm -f client$(EXEEXT)
316         $(LINK) $(client_LDFLAGS) $(client_OBJECTS) $(client_LDADD) $(LIBS)
317 sample-client$(EXEEXT): $(sample_client_OBJECTS) $(sample_client_DEPENDENCIES) 
318         @rm -f sample-client$(EXEEXT)
319         $(LINK) $(sample_client_LDFLAGS) $(sample_client_OBJECTS) $(sample_client_LDADD) $(LIBS)
320 sample-server$(EXEEXT): $(sample_server_OBJECTS) $(sample_server_DEPENDENCIES) 
321         @rm -f sample-server$(EXEEXT)
322         $(LINK) $(sample_server_LDFLAGS) $(sample_server_OBJECTS) $(sample_server_LDADD) $(LIBS)
323 server$(EXEEXT): $(server_OBJECTS) $(server_DEPENDENCIES) 
324         @rm -f server$(EXEEXT)
325         $(LINK) $(server_LDFLAGS) $(server_OBJECTS) $(server_LDADD) $(LIBS)
326
327 mostlyclean-compile:
328         -rm -f *.$(OBJEXT) core *.core
329
330 distclean-compile:
331         -rm -f *.tab.c
332
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sample-client.Po@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sample-server.Po@am__quote@
337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@
338
339 .c.o:
340 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
341 @am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
342 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
343 @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
344 @am__fastdepCC_TRUE@    fi
345 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
346 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
347 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348 @am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
349
350 .c.obj:
351 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
352 @am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
353 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
354 @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
355 @am__fastdepCC_TRUE@    fi
356 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359 @am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
360
361 .c.lo:
362 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
363 @am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
364 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
365 @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
366 @am__fastdepCC_TRUE@    fi
367 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
368 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
369 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
371
372 mostlyclean-libtool:
373         -rm -f *.lo
374
375 clean-libtool:
376         -rm -rf .libs _libs
377
378 distclean-libtool:
379         -rm -f libtool
380 uninstall-info-am:
381
382 ETAGS = etags
383 ETAGSFLAGS =
384
385 CTAGS = ctags
386 CTAGSFLAGS =
387
388 tags: TAGS
389
390 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
391         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
392         unique=`for i in $$list; do \
393             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394           done | \
395           $(AWK) '    { files[$$0] = 1; } \
396                END { for (i in files) print i; }'`; \
397         mkid -fID $$unique
398
399 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
400                 $(TAGS_FILES) $(LISP)
401         tags=; \
402         here=`pwd`; \
403         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
404         unique=`for i in $$list; do \
405             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406           done | \
407           $(AWK) '    { files[$$0] = 1; } \
408                END { for (i in files) print i; }'`; \
409         test -z "$(ETAGS_ARGS)$$tags$$unique" \
410           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411              $$tags $$unique
412
413 ctags: CTAGS
414 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
415                 $(TAGS_FILES) $(LISP)
416         tags=; \
417         here=`pwd`; \
418         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
419         unique=`for i in $$list; do \
420             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421           done | \
422           $(AWK) '    { files[$$0] = 1; } \
423                END { for (i in files) print i; }'`; \
424         test -z "$(CTAGS_ARGS)$$tags$$unique" \
425           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
426              $$tags $$unique
427
428 GTAGS:
429         here=`$(am__cd) $(top_builddir) && pwd` \
430           && cd $(top_srcdir) \
431           && gtags -i $(GTAGS_ARGS) $$here
432
433 distclean-tags:
434         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
435 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
436
437 top_distdir = ..
438 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
439
440 distdir: $(DISTFILES)
441         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
442         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
443         list='$(DISTFILES)'; for file in $$list; do \
444           case $$file in \
445             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
446             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
447           esac; \
448           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
449           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
450           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
451             dir="/$$dir"; \
452             $(mkinstalldirs) "$(distdir)$$dir"; \
453           else \
454             dir=''; \
455           fi; \
456           if test -d $$d/$$file; then \
457             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
458               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
459             fi; \
460             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
461           else \
462             test -f $(distdir)/$$file \
463             || cp -p $$d/$$file $(distdir)/$$file \
464             || exit 1; \
465           fi; \
466         done
467 check-am: all-am
468 check: check-am
469 all-am: Makefile $(PROGRAMS)
470
471 installdirs:
472 install: install-am
473 install-exec: install-exec-am
474 install-data: install-data-am
475 uninstall: uninstall-am
476
477 install-am: all-am
478         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
479
480 installcheck: installcheck-am
481 install-strip:
482         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
483           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
484           `test -z '$(STRIP)' || \
485             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
486 mostlyclean-generic:
487
488 clean-generic:
489         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
490
491 distclean-generic:
492         -rm -f $(CONFIG_CLEAN_FILES)
493
494 maintainer-clean-generic:
495         @echo "This command is intended for maintainers to use"
496         @echo "it deletes files that may require special tools to rebuild."
497 clean: clean-am
498
499 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
500         mostlyclean-am
501
502 distclean: distclean-am
503         -rm -rf ./$(DEPDIR)
504         -rm -f Makefile
505 distclean-am: clean-am distclean-compile distclean-generic \
506         distclean-libtool distclean-tags
507
508 dvi: dvi-am
509
510 dvi-am:
511
512 info: info-am
513
514 info-am:
515
516 install-data-am:
517
518 install-exec-am:
519
520 install-info: install-info-am
521
522 install-man:
523
524 installcheck-am:
525
526 maintainer-clean: maintainer-clean-am
527         -rm -rf ./$(DEPDIR)
528         -rm -f Makefile
529 maintainer-clean-am: distclean-am maintainer-clean-generic
530
531 mostlyclean: mostlyclean-am
532
533 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
534         mostlyclean-libtool
535
536 pdf: pdf-am
537
538 pdf-am:
539
540 ps: ps-am
541
542 ps-am:
543
544 uninstall-am: uninstall-info-am
545
546 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
547         clean-libtool clean-noinstPROGRAMS ctags distclean \
548         distclean-compile distclean-generic distclean-libtool \
549         distclean-tags distdir dvi dvi-am info info-am install \
550         install-am install-data install-data-am install-exec \
551         install-exec-am install-info install-info-am install-man \
552         install-strip installcheck installcheck-am installdirs \
553         maintainer-clean maintainer-clean-generic mostlyclean \
554         mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
555         pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
556
557 # Tell versions [3.59,3.63) of GNU make to not export all variables.
558 # Otherwise a system limit (for SysV at least) may be exceeded.
559 .NOEXPORT: