*** empty log message ***
[csql.git] / src / sqllog / Makefile.in
blob9789ba92d661b0a78cf958c2e55fa81f93c780c3
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
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.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 subdir = src/sqllog
36 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38 am__aclocal_m4_deps = $(top_srcdir)/configure.in
39 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40 $(ACLOCAL_M4)
41 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42 CONFIG_HEADER = $(top_builddir)/config.h
43 CONFIG_CLEAN_FILES =
44 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
45 am__vpath_adj = case $$p in \
46 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
47 *) f=$$p;; \
48 esac;
49 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
50 am__installdirs = "$(DESTDIR)$(libdir)"
51 libLTLIBRARIES_INSTALL = $(INSTALL)
52 LTLIBRARIES = $(lib_LTLIBRARIES)
53 libcsqlsqllog_la_LIBADD =
54 am_libcsqlsqllog_la_OBJECTS = SqlLogConnection.lo SqlLogStatement.lo \
55 FileSend.lo
56 libcsqlsqllog_la_OBJECTS = $(am_libcsqlsqllog_la_OBJECTS)
57 libcsqlsqllog_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
58 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
59 $(CXXFLAGS) $(libcsqlsqllog_la_LDFLAGS) $(LDFLAGS) -o $@
60 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
61 depcomp = $(SHELL) $(top_srcdir)/depcomp
62 am__depfiles_maybe = depfiles
63 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
64 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
65 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
66 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
67 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
68 CXXLD = $(CXX)
69 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
70 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
71 $(LDFLAGS) -o $@
72 SOURCES = $(libcsqlsqllog_la_SOURCES)
73 DIST_SOURCES = $(libcsqlsqllog_la_SOURCES)
74 ETAGS = etags
75 CTAGS = ctags
76 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77 ACLOCAL = @ACLOCAL@
78 AMTAR = @AMTAR@
79 AR = @AR@
80 AUTOCONF = @AUTOCONF@
81 AUTOHEADER = @AUTOHEADER@
82 AUTOMAKE = @AUTOMAKE@
83 AWK = @AWK@
84 CC = @CC@
85 CCDEPMODE = @CCDEPMODE@
86 CFLAGS = @CFLAGS@
87 CPP = @CPP@
88 CPPFLAGS = @CPPFLAGS@
89 CXX = @CXX@
90 CXXCPP = @CXXCPP@
91 CXXDEPMODE = @CXXDEPMODE@
92 CXXFLAGS = @CXXFLAGS@
93 CYGPATH_W = @CYGPATH_W@
94 DEFS = @DEFS@
95 DEPDIR = @DEPDIR@
96 ECHO = @ECHO@
97 ECHO_C = @ECHO_C@
98 ECHO_N = @ECHO_N@
99 ECHO_T = @ECHO_T@
100 EGREP = @EGREP@
101 EXEEXT = @EXEEXT@
102 F77 = @F77@
103 FFLAGS = @FFLAGS@
104 GREP = @GREP@
105 INSTALL = @INSTALL@
106 INSTALL_DATA = @INSTALL_DATA@
107 INSTALL_PROGRAM = @INSTALL_PROGRAM@
108 INSTALL_SCRIPT = @INSTALL_SCRIPT@
109 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
110 LDFLAGS = @LDFLAGS@
111 LEX = @LEX@
112 LEXLIB = @LEXLIB@
113 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
114 LIBOBJS = @LIBOBJS@
115 LIBS = @LIBS@
116 LIBTOOL = @LIBTOOL@
117 LN_S = @LN_S@
118 LTLIBOBJS = @LTLIBOBJS@
119 MAKEINFO = @MAKEINFO@
120 MKDIR_P = @MKDIR_P@
121 OBJEXT = @OBJEXT@
122 PACKAGE = @PACKAGE@
123 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124 PACKAGE_NAME = @PACKAGE_NAME@
125 PACKAGE_STRING = @PACKAGE_STRING@
126 PACKAGE_TARNAME = @PACKAGE_TARNAME@
127 PACKAGE_VERSION = @PACKAGE_VERSION@
128 PATH_SEPARATOR = @PATH_SEPARATOR@
129 RANLIB = @RANLIB@
130 SED = @SED@
131 SET_MAKE = @SET_MAKE@
132 SHELL = @SHELL@
133 STRIP = @STRIP@
134 VERSION = @VERSION@
135 YACC = @YACC@
136 YFLAGS = @YFLAGS@
137 abs_builddir = @abs_builddir@
138 abs_srcdir = @abs_srcdir@
139 abs_top_builddir = @abs_top_builddir@
140 abs_top_srcdir = @abs_top_srcdir@
141 ac_ct_CC = @ac_ct_CC@
142 ac_ct_CXX = @ac_ct_CXX@
143 ac_ct_F77 = @ac_ct_F77@
144 am__include = @am__include@
145 am__leading_dot = @am__leading_dot@
146 am__quote = @am__quote@
147 am__tar = @am__tar@
148 am__untar = @am__untar@
149 bindir = @bindir@
150 build = @build@
151 build_alias = @build_alias@
152 build_cpu = @build_cpu@
153 build_os = @build_os@
154 build_vendor = @build_vendor@
155 builddir = @builddir@
156 datadir = @datadir@
157 datarootdir = @datarootdir@
158 docdir = @docdir@
159 dvidir = @dvidir@
160 exec_prefix = @exec_prefix@
161 host = @host@
162 host_alias = @host_alias@
163 host_cpu = @host_cpu@
164 host_os = @host_os@
165 host_vendor = @host_vendor@
166 htmldir = @htmldir@
167 includedir = @includedir@
168 infodir = @infodir@
169 install_sh = @install_sh@
170 libdir = @libdir@
171 libexecdir = @libexecdir@
172 localedir = @localedir@
173 localstatedir = @localstatedir@
174 mandir = @mandir@
175 mkdir_p = @mkdir_p@
176 oldincludedir = @oldincludedir@
177 pdfdir = @pdfdir@
178 prefix = @prefix@
179 program_transform_name = @program_transform_name@
180 psdir = @psdir@
181 sbindir = @sbindir@
182 sharedstatedir = @sharedstatedir@
183 srcdir = @srcdir@
184 sysconfdir = @sysconfdir@
185 target_alias = @target_alias@
186 top_builddir = @top_builddir@
187 top_srcdir = @top_srcdir@
188 INCLUDES = -I$(top_srcdir)/include $(all_includes)
189 METASOURCES = AUTO
190 lib_LTLIBRARIES = libcsqlsqllog.la
191 libcsqlsqllog_la_LDFLAGS = -avoid-version -module
192 libcsqlsqllog_la_SOURCES = SqlLogConnection.cxx SqlLogStatement.cxx FileSend.cxx
193 libcsqlsqllog_a_LIBADD = $(top_builddir)/src/sql/libcsqlsql.la $(top_builddir)/src/network/libcsqlnw.la
194 all: all-am
196 .SUFFIXES:
197 .SUFFIXES: .cxx .lo .o .obj
198 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
199 @for dep in $?; do \
200 case '$(am__configure_deps)' in \
201 *$$dep*) \
202 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
203 && exit 0; \
204 exit 1;; \
205 esac; \
206 done; \
207 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/sqllog/Makefile'; \
208 cd $(top_srcdir) && \
209 $(AUTOMAKE) --gnu src/sqllog/Makefile
210 .PRECIOUS: Makefile
211 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
212 @case '$?' in \
213 *config.status*) \
214 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
215 *) \
216 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
217 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
218 esac;
220 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
221 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223 $(top_srcdir)/configure: $(am__configure_deps)
224 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
228 @$(NORMAL_INSTALL)
229 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
230 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
231 if test -f $$p; then \
232 f=$(am__strip_dir) \
233 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
234 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
235 else :; fi; \
236 done
238 uninstall-libLTLIBRARIES:
239 @$(NORMAL_UNINSTALL)
240 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
241 p=$(am__strip_dir) \
242 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
243 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
244 done
246 clean-libLTLIBRARIES:
247 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
248 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
249 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
250 test "$$dir" != "$$p" || dir=.; \
251 echo "rm -f \"$${dir}/so_locations\""; \
252 rm -f "$${dir}/so_locations"; \
253 done
254 libcsqlsqllog.la: $(libcsqlsqllog_la_OBJECTS) $(libcsqlsqllog_la_DEPENDENCIES)
255 $(libcsqlsqllog_la_LINK) -rpath $(libdir) $(libcsqlsqllog_la_OBJECTS) $(libcsqlsqllog_la_LIBADD) $(LIBS)
257 mostlyclean-compile:
258 -rm -f *.$(OBJEXT)
260 distclean-compile:
261 -rm -f *.tab.c
263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileSend.Plo@am__quote@
264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SqlLogConnection.Plo@am__quote@
265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SqlLogStatement.Plo@am__quote@
267 .cxx.o:
268 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
269 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
270 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
271 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
274 .cxx.obj:
275 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
276 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
277 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
278 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
281 .cxx.lo:
282 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
283 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
284 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
285 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
286 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
288 mostlyclean-libtool:
289 -rm -f *.lo
291 clean-libtool:
292 -rm -rf .libs _libs
294 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
295 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
296 unique=`for i in $$list; do \
297 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
298 done | \
299 $(AWK) ' { files[$$0] = 1; } \
300 END { for (i in files) print i; }'`; \
301 mkid -fID $$unique
302 tags: TAGS
304 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
305 $(TAGS_FILES) $(LISP)
306 tags=; \
307 here=`pwd`; \
308 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
309 unique=`for i in $$list; do \
310 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311 done | \
312 $(AWK) ' { files[$$0] = 1; } \
313 END { for (i in files) print i; }'`; \
314 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
315 test -n "$$unique" || unique=$$empty_fix; \
316 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
317 $$tags $$unique; \
319 ctags: CTAGS
320 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
321 $(TAGS_FILES) $(LISP)
322 tags=; \
323 here=`pwd`; \
324 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
325 unique=`for i in $$list; do \
326 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
327 done | \
328 $(AWK) ' { files[$$0] = 1; } \
329 END { for (i in files) print i; }'`; \
330 test -z "$(CTAGS_ARGS)$$tags$$unique" \
331 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
332 $$tags $$unique
334 GTAGS:
335 here=`$(am__cd) $(top_builddir) && pwd` \
336 && cd $(top_srcdir) \
337 && gtags -i $(GTAGS_ARGS) $$here
339 distclean-tags:
340 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
342 distdir: $(DISTFILES)
343 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
344 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
345 list='$(DISTFILES)'; \
346 dist_files=`for file in $$list; do echo $$file; done | \
347 sed -e "s|^$$srcdirstrip/||;t" \
348 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
349 case $$dist_files in \
350 */*) $(MKDIR_P) `echo "$$dist_files" | \
351 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
352 sort -u` ;; \
353 esac; \
354 for file in $$dist_files; do \
355 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
356 if test -d $$d/$$file; then \
357 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
358 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
359 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
360 fi; \
361 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
362 else \
363 test -f $(distdir)/$$file \
364 || cp -p $$d/$$file $(distdir)/$$file \
365 || exit 1; \
366 fi; \
367 done
368 check-am: all-am
369 check: check-am
370 all-am: Makefile $(LTLIBRARIES)
371 installdirs:
372 for dir in "$(DESTDIR)$(libdir)"; do \
373 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
374 done
375 install: install-am
376 install-exec: install-exec-am
377 install-data: install-data-am
378 uninstall: uninstall-am
380 install-am: all-am
381 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
383 installcheck: installcheck-am
384 install-strip:
385 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
386 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
387 `test -z '$(STRIP)' || \
388 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
389 mostlyclean-generic:
391 clean-generic:
393 distclean-generic:
394 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
396 maintainer-clean-generic:
397 @echo "This command is intended for maintainers to use"
398 @echo "it deletes files that may require special tools to rebuild."
399 clean: clean-am
401 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
402 mostlyclean-am
404 distclean: distclean-am
405 -rm -rf ./$(DEPDIR)
406 -rm -f Makefile
407 distclean-am: clean-am distclean-compile distclean-generic \
408 distclean-tags
410 dvi: dvi-am
412 dvi-am:
414 html: html-am
416 info: info-am
418 info-am:
420 install-data-am:
422 install-dvi: install-dvi-am
424 install-exec-am: install-libLTLIBRARIES
426 install-html: install-html-am
428 install-info: install-info-am
430 install-man:
432 install-pdf: install-pdf-am
434 install-ps: install-ps-am
436 installcheck-am:
438 maintainer-clean: maintainer-clean-am
439 -rm -rf ./$(DEPDIR)
440 -rm -f Makefile
441 maintainer-clean-am: distclean-am maintainer-clean-generic
443 mostlyclean: mostlyclean-am
445 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
446 mostlyclean-libtool
448 pdf: pdf-am
450 pdf-am:
452 ps: ps-am
454 ps-am:
456 uninstall-am: uninstall-libLTLIBRARIES
458 .MAKE: install-am install-strip
460 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
461 clean-libLTLIBRARIES clean-libtool ctags distclean \
462 distclean-compile distclean-generic distclean-libtool \
463 distclean-tags distdir dvi dvi-am html html-am info info-am \
464 install install-am install-data install-data-am install-dvi \
465 install-dvi-am install-exec install-exec-am install-html \
466 install-html-am install-info install-info-am \
467 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
468 install-ps install-ps-am install-strip installcheck \
469 installcheck-am installdirs maintainer-clean \
470 maintainer-clean-generic mostlyclean mostlyclean-compile \
471 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
472 tags uninstall uninstall-am uninstall-libLTLIBRARIES
474 # Tell versions [3.59,3.63) of GNU make to not export all variables.
475 # Otherwise a system limit (for SysV at least) may be exceeded.
476 .NOEXPORT: