64 bit build fix
[csql.git] / src / odbc / Makefile
blob04d44933d985ad7c6624337d182df6a8141e0d8d
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # src/odbc/Makefile. Generated from Makefile.in by configure.
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.
19 pkgdatadir = $(datadir)/csql
20 pkglibdir = $(libdir)/csql
21 pkgincludedir = $(includedir)/csql
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = i686-pc-linux-gnu
35 host_triplet = i686-pc-linux-gnu
36 subdir = src/odbc
37 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
38 $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.in
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47 am__vpath_adj = case $$p in \
48 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49 *) f=$$p;; \
50 esac;
51 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
52 am__installdirs = "$(DESTDIR)$(libdir)"
53 libLTLIBRARIES_INSTALL = $(INSTALL)
54 LTLIBRARIES = $(lib_LTLIBRARIES)
55 libcsqlodbc_la_LIBADD =
56 am_libcsqlodbc_la_OBJECTS = odbcCommon.lo odbcDbc.lo odbcDesc.lo \
57 odbcError.lo odbcEnv.lo odbcState.lo odbcStmt.lo
58 libcsqlodbc_la_OBJECTS = $(am_libcsqlodbc_la_OBJECTS)
59 libcsqlodbc_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
60 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
61 $(CXXFLAGS) $(libcsqlodbc_la_LDFLAGS) $(LDFLAGS) -o $@
62 DEFAULT_INCLUDES = -I. -I$(top_builddir)
63 depcomp = $(SHELL) $(top_srcdir)/depcomp
64 am__depfiles_maybe = depfiles
65 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
66 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
67 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
70 CXXLD = $(CXX)
71 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
73 $(LDFLAGS) -o $@
74 SOURCES = $(libcsqlodbc_la_SOURCES)
75 DIST_SOURCES = $(libcsqlodbc_la_SOURCES)
76 HEADERS = $(noinst_HEADERS)
77 ETAGS = etags
78 CTAGS = ctags
79 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80 ACLOCAL = ${SHELL} /home/praba/csql/latest/apr/apr30/csql/missing --run aclocal-1.10
81 AMTAR = ${SHELL} /home/praba/csql/latest/apr/apr30/csql/missing --run tar
82 AR = ar
83 AUTOCONF = ${SHELL} /home/praba/csql/latest/apr/apr30/csql/missing --run autoconf
84 AUTOHEADER = ${SHELL} /home/praba/csql/latest/apr/apr30/csql/missing --run autoheader
85 AUTOMAKE = ${SHELL} /home/praba/csql/latest/apr/apr30/csql/missing --run automake-1.10
86 AWK = gawk
87 CC = gcc
88 CCDEPMODE = depmode=gcc3
89 CFLAGS = -g -O2
90 CPP = gcc -E
91 CPPFLAGS =
92 CXX = g++
93 CXXCPP = g++ -E
94 CXXDEPMODE = depmode=gcc3
95 CXXFLAGS = -g -I/home/praba/csql/jdk1.6.0_06/include -I/home/praba/csql/jdk1.6.0_06/include/linux
96 CYGPATH_W = echo
97 DEFS = -DHAVE_CONFIG_H
98 DEPDIR = .deps
99 ECHO = echo
100 ECHO_C =
101 ECHO_N = -n
102 ECHO_T =
103 EGREP = /bin/grep -E
104 EXEEXT =
105 F77 = gfortran
106 FFLAGS = -g -O2
107 GREP = /bin/grep
108 INSTALL = /usr/bin/install -c
109 INSTALL_DATA = ${INSTALL} -m 644
110 INSTALL_PROGRAM = ${INSTALL}
111 INSTALL_SCRIPT = ${INSTALL}
112 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
113 LDFLAGS =
114 LEX = flex
115 LEXLIB =
116 LEX_OUTPUT_ROOT = lex.yy
117 LIBOBJS =
118 LIBS =
119 LIBTOOL = $(SHELL) $(top_builddir)/libtool
120 LN_S = ln -s
121 LTLIBOBJS =
122 MAKEINFO = ${SHELL} /home/praba/csql/latest/apr/apr30/csql/missing --run makeinfo
123 MKDIR_P = /bin/mkdir -p
124 OBJEXT = o
125 PACKAGE = csql
126 PACKAGE_BUGREPORT =
127 PACKAGE_NAME =
128 PACKAGE_STRING =
129 PACKAGE_TARNAME =
130 PACKAGE_VERSION =
131 PATH_SEPARATOR = :
132 RANLIB = ranlib
133 SED = /bin/sed
134 SET_MAKE =
135 SHELL = /bin/sh
136 STRIP = strip
137 VERSION = 0.1
138 YACC = bison -y
139 YFLAGS =
140 abs_builddir = /home/praba/csql/latest/apr/apr30/csql/src/odbc
141 abs_srcdir = /home/praba/csql/latest/apr/apr30/csql/src/odbc
142 abs_top_builddir = /home/praba/csql/latest/apr/apr30/csql
143 abs_top_srcdir = /home/praba/csql/latest/apr/apr30/csql
144 ac_ct_CC = gcc
145 ac_ct_CXX = g++
146 ac_ct_F77 = gfortran
147 am__include = include
148 am__leading_dot = .
149 am__quote =
150 am__tar = ${AMTAR} chof - "$$tardir"
151 am__untar = ${AMTAR} xf -
152 bindir = ${exec_prefix}/bin
153 build = i686-pc-linux-gnu
154 build_alias =
155 build_cpu = i686
156 build_os = linux-gnu
157 build_vendor = pc
158 builddir = .
159 datadir = ${datarootdir}
160 datarootdir = ${prefix}/share
161 docdir = ${datarootdir}/doc/${PACKAGE}
162 dvidir = ${docdir}
163 exec_prefix = ${prefix}
164 host = i686-pc-linux-gnu
165 host_alias =
166 host_cpu = i686
167 host_os = linux-gnu
168 host_vendor = pc
169 htmldir = ${docdir}
170 includedir = ${prefix}/include
171 infodir = ${datarootdir}/info
172 install_sh = $(SHELL) /home/praba/csql/latest/apr/apr30/csql/install-sh
173 libdir = ${exec_prefix}/lib
174 libexecdir = ${exec_prefix}/libexec
175 localedir = ${datarootdir}/locale
176 localstatedir = ${prefix}/var
177 mandir = ${datarootdir}/man
178 mkdir_p = /bin/mkdir -p
179 oldincludedir = /usr/include
180 pdfdir = ${docdir}
181 prefix = /home/praba/csql/latest/apr/apr30/csql/install
182 program_transform_name = s,x,x,
183 psdir = ${docdir}
184 sbindir = ${exec_prefix}/sbin
185 sharedstatedir = ${prefix}/com
186 srcdir = .
187 sysconfdir = ${prefix}/etc
188 target_alias =
189 top_builddir = ../..
190 top_srcdir = ../..
191 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/sql -I$(top_srcdir)/include/odbc $(all_includes)
192 METASOURCES = AUTO
193 lib_LTLIBRARIES = libcsqlodbc.la
194 libcsqlodbc_la_LDFLAGS = -avoid-version -module \
195 $(top_builddir)/src/storage/.libs/libcsql \
196 $(top_builddir)/src/sql/.libs/libcsqlsql \
197 $(top_builddir)/src/gateway/.libs/libcsqlgw \
198 $(top_builddir)/src/network/.libs/libcsqlnw \
199 $(top_builddir)/src/sqllog/.libs/libcsqlsqllog \
200 $(top_builddir)/src/cache/.libs/libcacheload \
201 $(top_builddir)/src/adapter/.libs/libcsqlodbcadapter -lcrypt
203 libcsqlodbc_la_SOURCES = odbcCommon.cxx odbcDbc.cxx odbcDesc.cxx \
204 odbcError.cxx odbcEnv.cxx odbcState.cxx \
205 odbcStmt.cxx
207 noinst_HEADERS = odbcCommon.h odbcDbc.h odbcDesc.h \
208 odbcEnv.h odbcError.h odbcStmt.h
210 libcsqlodbc_a_LIBADD = $(top_builddir)/src/odbc/libcsqlodbc.la
211 all: all-am
213 .SUFFIXES:
214 .SUFFIXES: .cxx .lo .o .obj
215 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
216 @for dep in $?; do \
217 case '$(am__configure_deps)' in \
218 *$$dep*) \
219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
220 && exit 0; \
221 exit 1;; \
222 esac; \
223 done; \
224 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/odbc/Makefile'; \
225 cd $(top_srcdir) && \
226 $(AUTOMAKE) --gnu src/odbc/Makefile
227 .PRECIOUS: Makefile
228 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
229 @case '$?' in \
230 *config.status*) \
231 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
232 *) \
233 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
234 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
235 esac;
237 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240 $(top_srcdir)/configure: $(am__configure_deps)
241 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
243 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
245 @$(NORMAL_INSTALL)
246 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
247 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
248 if test -f $$p; then \
249 f=$(am__strip_dir) \
250 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
251 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
252 else :; fi; \
253 done
255 uninstall-libLTLIBRARIES:
256 @$(NORMAL_UNINSTALL)
257 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
258 p=$(am__strip_dir) \
259 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
260 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
261 done
263 clean-libLTLIBRARIES:
264 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
265 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
266 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
267 test "$$dir" != "$$p" || dir=.; \
268 echo "rm -f \"$${dir}/so_locations\""; \
269 rm -f "$${dir}/so_locations"; \
270 done
271 libcsqlodbc.la: $(libcsqlodbc_la_OBJECTS) $(libcsqlodbc_la_DEPENDENCIES)
272 $(libcsqlodbc_la_LINK) -rpath $(libdir) $(libcsqlodbc_la_OBJECTS) $(libcsqlodbc_la_LIBADD) $(LIBS)
274 mostlyclean-compile:
275 -rm -f *.$(OBJEXT)
277 distclean-compile:
278 -rm -f *.tab.c
280 include ./$(DEPDIR)/odbcCommon.Plo
281 include ./$(DEPDIR)/odbcDbc.Plo
282 include ./$(DEPDIR)/odbcDesc.Plo
283 include ./$(DEPDIR)/odbcEnv.Plo
284 include ./$(DEPDIR)/odbcError.Plo
285 include ./$(DEPDIR)/odbcState.Plo
286 include ./$(DEPDIR)/odbcStmt.Plo
288 .cxx.o:
289 $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
290 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
291 # source='$<' object='$@' libtool=no \
292 # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
293 # $(CXXCOMPILE) -c -o $@ $<
295 .cxx.obj:
296 $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
297 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
298 # source='$<' object='$@' libtool=no \
299 # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
300 # $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
302 .cxx.lo:
303 $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
304 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
305 # source='$<' object='$@' libtool=yes \
306 # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
307 # $(LTCXXCOMPILE) -c -o $@ $<
309 mostlyclean-libtool:
310 -rm -f *.lo
312 clean-libtool:
313 -rm -rf .libs _libs
315 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
316 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
317 unique=`for i in $$list; do \
318 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319 done | \
320 $(AWK) ' { files[$$0] = 1; } \
321 END { for (i in files) print i; }'`; \
322 mkid -fID $$unique
323 tags: TAGS
325 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
326 $(TAGS_FILES) $(LISP)
327 tags=; \
328 here=`pwd`; \
329 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
330 unique=`for i in $$list; do \
331 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
332 done | \
333 $(AWK) ' { files[$$0] = 1; } \
334 END { for (i in files) print i; }'`; \
335 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
336 test -n "$$unique" || unique=$$empty_fix; \
337 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
338 $$tags $$unique; \
340 ctags: CTAGS
341 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
342 $(TAGS_FILES) $(LISP)
343 tags=; \
344 here=`pwd`; \
345 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
346 unique=`for i in $$list; do \
347 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348 done | \
349 $(AWK) ' { files[$$0] = 1; } \
350 END { for (i in files) print i; }'`; \
351 test -z "$(CTAGS_ARGS)$$tags$$unique" \
352 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
353 $$tags $$unique
355 GTAGS:
356 here=`$(am__cd) $(top_builddir) && pwd` \
357 && cd $(top_srcdir) \
358 && gtags -i $(GTAGS_ARGS) $$here
360 distclean-tags:
361 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
363 distdir: $(DISTFILES)
364 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
365 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
366 list='$(DISTFILES)'; \
367 dist_files=`for file in $$list; do echo $$file; done | \
368 sed -e "s|^$$srcdirstrip/||;t" \
369 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
370 case $$dist_files in \
371 */*) $(MKDIR_P) `echo "$$dist_files" | \
372 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
373 sort -u` ;; \
374 esac; \
375 for file in $$dist_files; do \
376 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
377 if test -d $$d/$$file; then \
378 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
379 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
380 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
381 fi; \
382 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
383 else \
384 test -f $(distdir)/$$file \
385 || cp -p $$d/$$file $(distdir)/$$file \
386 || exit 1; \
387 fi; \
388 done
389 check-am: all-am
390 check: check-am
391 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
392 installdirs:
393 for dir in "$(DESTDIR)$(libdir)"; do \
394 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
395 done
396 install: install-am
397 install-exec: install-exec-am
398 install-data: install-data-am
399 uninstall: uninstall-am
401 install-am: all-am
402 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
404 installcheck: installcheck-am
405 install-strip:
406 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
407 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
408 `test -z '$(STRIP)' || \
409 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
410 mostlyclean-generic:
412 clean-generic:
414 distclean-generic:
415 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
417 maintainer-clean-generic:
418 @echo "This command is intended for maintainers to use"
419 @echo "it deletes files that may require special tools to rebuild."
420 clean: clean-am
422 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
423 mostlyclean-am
425 distclean: distclean-am
426 -rm -rf ./$(DEPDIR)
427 -rm -f Makefile
428 distclean-am: clean-am distclean-compile distclean-generic \
429 distclean-tags
431 dvi: dvi-am
433 dvi-am:
435 html: html-am
437 info: info-am
439 info-am:
441 install-data-am:
443 install-dvi: install-dvi-am
445 install-exec-am: install-libLTLIBRARIES
447 install-html: install-html-am
449 install-info: install-info-am
451 install-man:
453 install-pdf: install-pdf-am
455 install-ps: install-ps-am
457 installcheck-am:
459 maintainer-clean: maintainer-clean-am
460 -rm -rf ./$(DEPDIR)
461 -rm -f Makefile
462 maintainer-clean-am: distclean-am maintainer-clean-generic
464 mostlyclean: mostlyclean-am
466 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
467 mostlyclean-libtool
469 pdf: pdf-am
471 pdf-am:
473 ps: ps-am
475 ps-am:
477 uninstall-am: uninstall-libLTLIBRARIES
479 .MAKE: install-am install-strip
481 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
482 clean-libLTLIBRARIES clean-libtool ctags distclean \
483 distclean-compile distclean-generic distclean-libtool \
484 distclean-tags distdir dvi dvi-am html html-am info info-am \
485 install install-am install-data install-data-am install-dvi \
486 install-dvi-am install-exec install-exec-am install-html \
487 install-html-am install-info install-info-am \
488 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
489 install-ps install-ps-am install-strip installcheck \
490 installcheck-am installdirs maintainer-clean \
491 maintainer-clean-generic mostlyclean mostlyclean-compile \
492 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
493 tags uninstall uninstall-am uninstall-libLTLIBRARIES
495 # Tell versions [3.59,3.63) of GNU make to not export all variables.
496 # Otherwise a system limit (for SysV at least) may be exceeded.
497 .NOEXPORT: