Imported Upstream version 2.4+dfsg
[shibboleth/sp.git] / odbc-store / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = odbc-store
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
41         $(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/m4/doxygen.m4 \
42         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
43         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
44         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = $(top_builddir)/config.h
49 CONFIG_CLEAN_FILES =
50 CONFIG_CLEAN_VPATH_FILES =
51 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52 am__vpath_adj = case $$p in \
53     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54     *) f=$$p;; \
55   esac;
56 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
57 am__install_max = 40
58 am__nobase_strip_setup = \
59   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
60 am__nobase_strip = \
61   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
62 am__nobase_list = $(am__nobase_strip_setup); \
63   for p in $$list; do echo "$$p $$p"; done | \
64   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
65   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
66     if (++n[$$2] == $(am__install_max)) \
67       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
68     END { for (dir in files) print dir, files[dir] }'
69 am__base_list = \
70   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
71   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
72 am__installdirs = "$(DESTDIR)$(plugindir)"
73 LTLIBRARIES = $(plugin_LTLIBRARIES)
74 am__DEPENDENCIES_1 =
75 odbc_store_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
76         $(am__DEPENDENCIES_1)
77 am_odbc_store_la_OBJECTS = odbc-store.lo
78 odbc_store_la_OBJECTS = $(am_odbc_store_la_OBJECTS)
79 odbc_store_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
80         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
81         $(CXXFLAGS) $(odbc_store_la_LDFLAGS) $(LDFLAGS) -o $@
82 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
83 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
84 am__depfiles_maybe = depfiles
85 am__mv = mv -f
86 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
88 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89         --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
90         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
91 CXXLD = $(CXX)
92 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93         --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
94         $(LDFLAGS) -o $@
95 SOURCES = $(odbc_store_la_SOURCES)
96 DIST_SOURCES = $(odbc_store_la_SOURCES)
97 ETAGS = etags
98 CTAGS = ctags
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 ACLOCAL = @ACLOCAL@
101 AMTAR = @AMTAR@
102 APR1_CONFIG = @APR1_CONFIG@
103 APR_CONFIG = @APR_CONFIG@
104 APU1_CONFIG = @APU1_CONFIG@
105 APU_CONFIG = @APU_CONFIG@
106 APXS = @APXS@
107 APXS2 = @APXS2@
108 APXS22 = @APXS22@
109 APXS22_CFLAGS = @APXS22_CFLAGS@
110 APXS22_INCLUDE = @APXS22_INCLUDE@
111 APXS2_CFLAGS = @APXS2_CFLAGS@
112 APXS2_INCLUDE = @APXS2_INCLUDE@
113 APXS_CFLAGS = @APXS_CFLAGS@
114 APXS_INCLUDE = @APXS_INCLUDE@
115 AR = @AR@
116 AUTOCONF = @AUTOCONF@
117 AUTOHEADER = @AUTOHEADER@
118 AUTOMAKE = @AUTOMAKE@
119 AWK = @AWK@
120 CC = @CC@
121 CCDEPMODE = @CCDEPMODE@
122 CFLAGS = @CFLAGS@
123 CPP = @CPP@
124 CPPFLAGS = @CPPFLAGS@
125 CXX = @CXX@
126 CXXCPP = @CXXCPP@
127 CXXDEPMODE = @CXXDEPMODE@
128 CXXFLAGS = @CXXFLAGS@
129 CYGPATH_W = @CYGPATH_W@
130 DEFS = @DEFS@
131 DEPDIR = @DEPDIR@
132 DLLTOOL = @DLLTOOL@
133 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
134 DSYMUTIL = @DSYMUTIL@
135 DUMPBIN = @DUMPBIN@
136 DX_CONFIG = @DX_CONFIG@
137 DX_DOCDIR = @DX_DOCDIR@
138 DX_DOT = @DX_DOT@
139 DX_DOXYGEN = @DX_DOXYGEN@
140 DX_DVIPS = @DX_DVIPS@
141 DX_EGREP = @DX_EGREP@
142 DX_ENV = @DX_ENV@
143 DX_FLAG_chi = @DX_FLAG_chi@
144 DX_FLAG_chm = @DX_FLAG_chm@
145 DX_FLAG_doc = @DX_FLAG_doc@
146 DX_FLAG_dot = @DX_FLAG_dot@
147 DX_FLAG_html = @DX_FLAG_html@
148 DX_FLAG_man = @DX_FLAG_man@
149 DX_FLAG_pdf = @DX_FLAG_pdf@
150 DX_FLAG_ps = @DX_FLAG_ps@
151 DX_FLAG_rtf = @DX_FLAG_rtf@
152 DX_FLAG_xml = @DX_FLAG_xml@
153 DX_HHC = @DX_HHC@
154 DX_LATEX = @DX_LATEX@
155 DX_MAKEINDEX = @DX_MAKEINDEX@
156 DX_PDFLATEX = @DX_PDFLATEX@
157 DX_PERL = @DX_PERL@
158 DX_PROJECT = @DX_PROJECT@
159 ECHO_C = @ECHO_C@
160 ECHO_N = @ECHO_N@
161 ECHO_T = @ECHO_T@
162 EGREP = @EGREP@
163 EXEEXT = @EXEEXT@
164 FASTCGI_INCLUDE = @FASTCGI_INCLUDE@
165 FASTCGI_LDFLAGS = @FASTCGI_LDFLAGS@
166 FASTCGI_LIBS = @FASTCGI_LIBS@
167 FGREP = @FGREP@
168 GREP = @GREP@
169 INSTALL = @INSTALL@
170 INSTALL_DATA = @INSTALL_DATA@
171 INSTALL_PROGRAM = @INSTALL_PROGRAM@
172 INSTALL_SCRIPT = @INSTALL_SCRIPT@
173 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
174 LD = @LD@
175 LDFLAGS = @LDFLAGS@
176 LIBOBJS = @LIBOBJS@
177 LIBS = @LIBS@
178 LIBTOOL = @LIBTOOL@
179 LIPO = @LIPO@
180 LITE_LIBS = @LITE_LIBS@
181 LN_S = @LN_S@
182 LOG4CPP_CONFIG = @LOG4CPP_CONFIG@
183 LOG4SHIB_CONFIG = @LOG4SHIB_CONFIG@
184 LTLIBOBJS = @LTLIBOBJS@
185 MAKEINFO = @MAKEINFO@
186 MANIFEST_TOOL = @MANIFEST_TOOL@
187 MEMCACHED_INCLUDE = @MEMCACHED_INCLUDE@
188 MEMCACHED_LDFLAGS = @MEMCACHED_LDFLAGS@
189 MEMCACHED_LIBS = @MEMCACHED_LIBS@
190 MKDIR_P = @MKDIR_P@
191 NM = @NM@
192 NMEDIT = @NMEDIT@
193 NSAPI_INCLUDE = @NSAPI_INCLUDE@
194 OBJDUMP = @OBJDUMP@
195 OBJEXT = @OBJEXT@
196 ODBC_CFLAGS = @ODBC_CFLAGS@
197 ODBC_CONFIG = @ODBC_CONFIG@
198 ODBC_LIBS = @ODBC_LIBS@
199 OPENSAMLXMLDIR = @OPENSAMLXMLDIR@
200 OTOOL = @OTOOL@
201 OTOOL64 = @OTOOL64@
202 PACKAGE = @PACKAGE@
203 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
204 PACKAGE_NAME = @PACKAGE_NAME@
205 PACKAGE_STRING = @PACKAGE_STRING@
206 PACKAGE_TARNAME = @PACKAGE_TARNAME@
207 PACKAGE_URL = @PACKAGE_URL@
208 PACKAGE_VERSION = @PACKAGE_VERSION@
209 PATH_SEPARATOR = @PATH_SEPARATOR@
210 PKG_CONFIG = @PKG_CONFIG@
211 PTHREAD_CC = @PTHREAD_CC@
212 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
213 PTHREAD_LIBS = @PTHREAD_LIBS@
214 RANLIB = @RANLIB@
215 SED = @SED@
216 SET_MAKE = @SET_MAKE@
217 SHELL = @SHELL@
218 STRIP = @STRIP@
219 VERSION = @VERSION@
220 WANT_SUBDIRS = @WANT_SUBDIRS@
221 XMLSEC_LIBS = @XMLSEC_LIBS@
222 XMLTOOLINGXMLDIR = @XMLTOOLINGXMLDIR@
223 abs_builddir = @abs_builddir@
224 abs_srcdir = @abs_srcdir@
225 abs_top_builddir = @abs_top_builddir@
226 abs_top_srcdir = @abs_top_srcdir@
227 ac_ct_AR = @ac_ct_AR@
228 ac_ct_CC = @ac_ct_CC@
229 ac_ct_CXX = @ac_ct_CXX@
230 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
231 acx_pthread_config = @acx_pthread_config@
232 am__include = @am__include@
233 am__leading_dot = @am__leading_dot@
234 am__quote = @am__quote@
235 am__tar = @am__tar@
236 am__untar = @am__untar@
237 bindir = @bindir@
238 build = @build@
239 build_alias = @build_alias@
240 build_cpu = @build_cpu@
241 build_os = @build_os@
242 build_vendor = @build_vendor@
243 builddir = @builddir@
244 datadir = @datadir@
245 datarootdir = @datarootdir@
246 docdir = @docdir@
247 dvidir = @dvidir@
248 exec_prefix = @exec_prefix@
249 host = @host@
250 host_alias = @host_alias@
251 host_cpu = @host_cpu@
252 host_os = @host_os@
253 host_vendor = @host_vendor@
254 htmldir = @htmldir@
255 includedir = @includedir@
256 infodir = @infodir@
257 install_sh = @install_sh@
258 libdir = @libdir@
259 libexecdir = @libexecdir@
260 localedir = @localedir@
261 localstatedir = @localstatedir@
262 mandir = @mandir@
263 mkdir_p = @mkdir_p@
264 oldincludedir = @oldincludedir@
265 pdfdir = @pdfdir@
266 prefix = @prefix@
267 program_transform_name = @program_transform_name@
268 psdir = @psdir@
269 sbindir = @sbindir@
270 sharedstatedir = @sharedstatedir@
271 srcdir = @srcdir@
272 sysconfdir = @sysconfdir@
273 target_alias = @target_alias@
274 top_build_prefix = @top_build_prefix@
275 top_builddir = @top_builddir@
276 top_srcdir = @top_srcdir@
277 xs = @xs@
278 AUTOMAKE_OPTIONS = foreign
279 plugindir = $(libdir)/@PACKAGE@
280 plugin_LTLIBRARIES = odbc-store.la
281 AM_CFLAGS = $(ODBC_CFLAGS)
282 AM_CXXFLAGS = $(ODBC_CFLAGS)
283 odbc_store_la_LIBADD = $(XMLSEC_LIBS) $(ODBC_LIBS)
284 odbc_store_la_SOURCES = \
285         odbc-store.cpp
286
287 odbc_store_la_LDFLAGS = -module -avoid-version
288 EXTRA_DIST = odbc-store.vcxproj odbc-store.rc resource.h
289 all: all-am
290
291 .SUFFIXES:
292 .SUFFIXES: .cpp .lo .o .obj
293 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
294         @for dep in $?; do \
295           case '$(am__configure_deps)' in \
296             *$$dep*) \
297               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
298                 && { if test -f $@; then exit 0; else break; fi; }; \
299               exit 1;; \
300           esac; \
301         done; \
302         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign odbc-store/Makefile'; \
303         $(am__cd) $(top_srcdir) && \
304           $(AUTOMAKE) --foreign odbc-store/Makefile
305 .PRECIOUS: Makefile
306 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307         @case '$?' in \
308           *config.status*) \
309             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
310           *) \
311             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
312             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
313         esac;
314
315 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
316         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317
318 $(top_srcdir)/configure:  $(am__configure_deps)
319         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
321         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322 $(am__aclocal_m4_deps):
323 install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
324         @$(NORMAL_INSTALL)
325         test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
326         @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
327         list2=; for p in $$list; do \
328           if test -f $$p; then \
329             list2="$$list2 $$p"; \
330           else :; fi; \
331         done; \
332         test -z "$$list2" || { \
333           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
334           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
335         }
336
337 uninstall-pluginLTLIBRARIES:
338         @$(NORMAL_UNINSTALL)
339         @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
340         for p in $$list; do \
341           $(am__strip_dir) \
342           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
343           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
344         done
345
346 clean-pluginLTLIBRARIES:
347         -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
348         @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
349           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
350           test "$$dir" != "$$p" || dir=.; \
351           echo "rm -f \"$${dir}/so_locations\""; \
352           rm -f "$${dir}/so_locations"; \
353         done
354 odbc-store.la: $(odbc_store_la_OBJECTS) $(odbc_store_la_DEPENDENCIES) 
355         $(odbc_store_la_LINK) -rpath $(plugindir) $(odbc_store_la_OBJECTS) $(odbc_store_la_LIBADD) $(LIBS)
356
357 mostlyclean-compile:
358         -rm -f *.$(OBJEXT)
359
360 distclean-compile:
361         -rm -f *.tab.c
362
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/odbc-store.Plo@am__quote@
364
365 .cpp.o:
366 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
367 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
368 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
369 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
371
372 .cpp.obj:
373 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
374 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
375 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
376 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
378
379 .cpp.lo:
380 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
381 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
382 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
383 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
385
386 mostlyclean-libtool:
387         -rm -f *.lo
388
389 clean-libtool:
390         -rm -rf .libs _libs
391
392 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
393         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
394         unique=`for i in $$list; do \
395             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396           done | \
397           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
398               END { if (nonempty) { for (i in files) print i; }; }'`; \
399         mkid -fID $$unique
400 tags: TAGS
401
402 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
403                 $(TAGS_FILES) $(LISP)
404         set x; \
405         here=`pwd`; \
406         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
407         unique=`for i in $$list; do \
408             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409           done | \
410           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411               END { if (nonempty) { for (i in files) print i; }; }'`; \
412         shift; \
413         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
414           test -n "$$unique" || unique=$$empty_fix; \
415           if test $$# -gt 0; then \
416             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417               "$$@" $$unique; \
418           else \
419             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420               $$unique; \
421           fi; \
422         fi
423 ctags: CTAGS
424 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
425                 $(TAGS_FILES) $(LISP)
426         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
427         unique=`for i in $$list; do \
428             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429           done | \
430           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431               END { if (nonempty) { for (i in files) print i; }; }'`; \
432         test -z "$(CTAGS_ARGS)$$unique" \
433           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
434              $$unique
435
436 GTAGS:
437         here=`$(am__cd) $(top_builddir) && pwd` \
438           && $(am__cd) $(top_srcdir) \
439           && gtags -i $(GTAGS_ARGS) "$$here"
440
441 distclean-tags:
442         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
443
444 distdir: $(DISTFILES)
445         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447         list='$(DISTFILES)'; \
448           dist_files=`for file in $$list; do echo $$file; done | \
449           sed -e "s|^$$srcdirstrip/||;t" \
450               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
451         case $$dist_files in \
452           */*) $(MKDIR_P) `echo "$$dist_files" | \
453                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
454                            sort -u` ;; \
455         esac; \
456         for file in $$dist_files; do \
457           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
458           if test -d $$d/$$file; then \
459             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
460             if test -d "$(distdir)/$$file"; then \
461               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462             fi; \
463             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
464               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
465               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
466             fi; \
467             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
468           else \
469             test -f "$(distdir)/$$file" \
470             || cp -p $$d/$$file "$(distdir)/$$file" \
471             || exit 1; \
472           fi; \
473         done
474 check-am: all-am
475 check: check-am
476 all-am: Makefile $(LTLIBRARIES)
477 installdirs:
478         for dir in "$(DESTDIR)$(plugindir)"; do \
479           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
480         done
481 install: install-am
482 install-exec: install-exec-am
483 install-data: install-data-am
484 uninstall: uninstall-am
485
486 install-am: all-am
487         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
488
489 installcheck: installcheck-am
490 install-strip:
491         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
492           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
493           `test -z '$(STRIP)' || \
494             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
495 mostlyclean-generic:
496
497 clean-generic:
498
499 distclean-generic:
500         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
501         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
502
503 maintainer-clean-generic:
504         @echo "This command is intended for maintainers to use"
505         @echo "it deletes files that may require special tools to rebuild."
506 clean: clean-am
507
508 clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
509         mostlyclean-am
510
511 distclean: distclean-am
512         -rm -rf ./$(DEPDIR)
513         -rm -f Makefile
514 distclean-am: clean-am distclean-compile distclean-generic \
515         distclean-tags
516
517 dvi: dvi-am
518
519 dvi-am:
520
521 html: html-am
522
523 html-am:
524
525 info: info-am
526
527 info-am:
528
529 install-data-am: install-pluginLTLIBRARIES
530
531 install-dvi: install-dvi-am
532
533 install-dvi-am:
534
535 install-exec-am:
536         @$(NORMAL_INSTALL)
537         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
538 install-html: install-html-am
539
540 install-html-am:
541
542 install-info: install-info-am
543
544 install-info-am:
545
546 install-man:
547
548 install-pdf: install-pdf-am
549
550 install-pdf-am:
551
552 install-ps: install-ps-am
553
554 install-ps-am:
555
556 installcheck-am:
557
558 maintainer-clean: maintainer-clean-am
559         -rm -rf ./$(DEPDIR)
560         -rm -f Makefile
561 maintainer-clean-am: distclean-am maintainer-clean-generic
562
563 mostlyclean: mostlyclean-am
564
565 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
566         mostlyclean-libtool
567
568 pdf: pdf-am
569
570 pdf-am:
571
572 ps: ps-am
573
574 ps-am:
575
576 uninstall-am: uninstall-pluginLTLIBRARIES
577
578 .MAKE: install-am install-exec-am install-strip
579
580 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
581         clean-libtool clean-pluginLTLIBRARIES ctags distclean \
582         distclean-compile distclean-generic distclean-libtool \
583         distclean-tags distdir dvi dvi-am html html-am info info-am \
584         install install-am install-data install-data-am install-dvi \
585         install-dvi-am install-exec install-exec-am install-exec-hook \
586         install-html install-html-am install-info install-info-am \
587         install-man install-pdf install-pdf-am \
588         install-pluginLTLIBRARIES install-ps install-ps-am \
589         install-strip installcheck installcheck-am installdirs \
590         maintainer-clean maintainer-clean-generic mostlyclean \
591         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
592         pdf pdf-am ps ps-am tags uninstall uninstall-am \
593         uninstall-pluginLTLIBRARIES
594
595
596 install-exec-hook:
597         for la in $(plugin_LTLIBRARIES) ; do rm -f $(DESTDIR)$(plugindir)/$$la ; done
598
599 # Tell versions [3.59,3.63) of GNU make to not export all variables.
600 # Otherwise a system limit (for SysV at least) may be exceeded.
601 .NOEXPORT: