]> git.ipfire.org Git - thirdparty/gcc.git/blob - libstdc++-v3/libsupc++/Makefile.in
configure.in (toplevel_srcdir, auxdir): Set.
[thirdparty/gcc.git] / libstdc++-v3 / libsupc++ / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 CC = @CC@
69 CPP = @CPP@
70 CSHADOW_FLAGS = @CSHADOW_FLAGS@
71 CXX = @CXX@
72 CXXCPP = @CXXCPP@
73 CXX_libstdcxx = @CXX_libstdcxx@
74 DEBUG_FLAGS = @DEBUG_FLAGS@
75 DLLTOOL = @DLLTOOL@
76 EXEEXT = @EXEEXT@
77 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
78 GCJ = @GCJ@
79 GCJFLAGS = @GCJFLAGS@
80 GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
81 GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
82 LIBMATHOBJS = @LIBMATHOBJS@
83 LIBSTRINGOBJS = @LIBSTRINGOBJS@
84 LN_S = @LN_S@
85 MAINT = @MAINT@
86 MAKEINFO = @MAKEINFO@
87 OBJDUMP = @OBJDUMP@
88 OBJEXT = @OBJEXT@
89 OPT_LDFLAGS = @OPT_LDFLAGS@
90 PACKAGE = @PACKAGE@
91 RANLIB = @RANLIB@
92 SECTION_FLAGS = @SECTION_FLAGS@
93 SECTION_LDFLAGS = @SECTION_LDFLAGS@
94 STRIP = @STRIP@
95 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
96 VERSION = @VERSION@
97 WARN_FLAGS = @WARN_FLAGS@
98 WERROR = @WERROR@
99 WFMT_FLAGS = @WFMT_FLAGS@
100 enable_shared = @enable_shared@
101 enable_static = @enable_static@
102 glibcpp_basedir = @glibcpp_basedir@
103 gxx_include_dir = @gxx_include_dir@
104 gxx_target_include_dir = @gxx_target_include_dir@
105 ifGNUmake = @ifGNUmake@
106 libinst_wstring_la = @libinst_wstring_la@
107 libio_la = @libio_la@
108 libstdcxx_interface = @libstdcxx_interface@
109 toplevel_srcdir = @toplevel_srcdir@
110
111 AUTOMAKE_OPTIONS = 1.3 cygnus
112 MAINT_CHARSET = latin1
113
114 # Cross compiler and multilib support.
115 # Install a library built with a cross compiler in tooldir, not libdir.
116 @USE_LIBDIR_TRUE@@VERSION_SPECIFIC_LIBS_TRUE@gcc_version = @USE_LIBDIR_TRUE@@VERSION_SPECIFIC_LIBS_TRUE@@gcc_version@
117 @USE_LIBDIR_TRUE@@VERSION_SPECIFIC_LIBS_TRUE@toolexecdir = @USE_LIBDIR_TRUE@@VERSION_SPECIFIC_LIBS_TRUE@$(libdir)/gcc-lib/$(target_alias)
118 @USE_LIBDIR_FALSE@toolexecdir = @USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
119 @USE_LIBDIR_TRUE@@VERSION_SPECIFIC_LIBS_TRUE@toolexeclibdir = @USE_LIBDIR_TRUE@@VERSION_SPECIFIC_LIBS_TRUE@$(toolexecdir)/$(gcc_version)
120 @USE_LIBDIR_TRUE@@VERSION_SPECIFIC_LIBS_FALSE@toolexeclibdir = @USE_LIBDIR_TRUE@@VERSION_SPECIFIC_LIBS_FALSE@$(libdir)$(MULTISUBDIR)
121 @USE_LIBDIR_FALSE@toolexeclibdir = @USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
122
123 # Need this library to both be part of libstdc++.a, and installed
124 # separately too.
125 # 1) separate libsupc++.la
126 toolexeclib_LTLIBRARIES = libsupc++.la
127 # 2) integrated libsupc++convenience.la that is to be a part of libstdc++.a
128 noinst_LTLIBRARIES = libsupc++convenience.la
129
130 # Compile flags that should be constant throughout the build, both for
131 # SUBDIRS and for libstdc++-v3 in general.
132 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
133
134 # These bits are all figured out from configure. Look in acinclude.m4
135 # or configure.in to see how they are set. See GLIBCPP_EXPORT_FLAGS
136 # NB: DEBUGFLAGS have to be at the end so that -O2 can be overridden.
137 CONFIG_CXXFLAGS = \
138 @EXTRA_CXX_FLAGS@ @SECTION_FLAGS@ @CSHADOW_FLAGS@ @DEBUG_FLAGS@
139
140
141 # Warning flags to use.
142 WARN_CXXFLAGS = \
143 @WARN_FLAGS@ $(WERROR) @WFMT_FLAGS@
144
145
146 # Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
147 GLIBCPP_INCLUDE_DIR = @GLIBCPP_INCLUDE_DIR@
148 C_INCLUDE_DIR = @C_INCLUDE_DIR@
149 CSTD_INCLUDES = @CSTD_INCLUDES@
150 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
151 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
152 LIBIO_INCLUDES = @LIBIO_INCLUDES@
153 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
154
155 INCLUDES = \
156 -I$(toplevel_srcdir)/gcc -I$(toplevel_srcdir)/include \
157 -I$(GLIBCPP_INCLUDE_DIR) $(CSTD_INCLUDES) -I$(top_builddir)/include \
158 $(LIBSUPCXX_INCLUDES)
159
160
161 headers = \
162 cxxabi.h exception new typeinfo
163
164
165 sources = \
166 del_op.cc \
167 del_opnt.cc \
168 del_opv.cc \
169 del_opvnt.cc \
170 exception_support.cc \
171 new_handler.cc \
172 new_op.cc \
173 new_opnt.cc \
174 new_opv.cc \
175 new_opvnt.cc \
176 pure.cc \
177 tinfo.cc \
178 tinfo2.cc \
179 vec.cc
180
181
182 libsupc___la_SOURCES = $(sources)
183 libsupc__convenience_la_SOURCES = $(sources)
184 @GXX_INCLUDE_DIR_TRUE@glibcppinstalldir = @GXX_INCLUDE_DIR_TRUE@@gxx_include_dir@
185 @GXX_INCLUDE_DIR_FALSE@@VERSION_SPECIFIC_LIBS_TRUE@glibcppinstalldir = @GXX_INCLUDE_DIR_FALSE@@VERSION_SPECIFIC_LIBS_TRUE@$(libdir)/gcc-lib/$(target_alias)/@gcc_version@/include/g++
186 @GXX_INCLUDE_DIR_FALSE@@VERSION_SPECIFIC_LIBS_FALSE@glibcppinstalldir = @GXX_INCLUDE_DIR_FALSE@@VERSION_SPECIFIC_LIBS_FALSE@$(prefix)/include/g++-@libstdcxx_interface@
187
188 glibcppinstall_HEADERS = $(headers)
189
190 # Flags to force separate libtool library to be static only.
191 LIBTOOL = @LIBTOOL@ --tag disable-shared
192 LIBSUPCXX_CXXFLAGS = -prefer-pic
193
194 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
195 # modified in a per-library or per-sub-library way. Need to manually
196 # set this option because CONFIG_CXXFLAGS has to be after
197 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
198 # as the occasion call for it. (ie, --enable-debug)
199 AM_CXXFLAGS = \
200 -fno-implicit-templates \
201 $(LIBSUPCXX_CXXFLAGS) \
202 $(WARN_CXXFLAGS) \
203 $(OPTIMIZE_CXXFLAGS) \
204 $(CONFIG_CXXFLAGS)
205
206
207 # libstdc++ libtool notes
208
209 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
210 # last. (That way, things like -O2 passed down from the toplevel can
211 # be overridden by --enable-debug.)
212
213 # 2) In general, libtool expects an argument such as `--tag=CXX' when
214 # using the C++ compiler, because that will enable the settings
215 # detected when C++ support was being configured. However, when no
216 # such flag is given in the command line, libtool attempts to figure
217 # it out by matching the compiler name in each configuration section
218 # against a prefix of the command line. The problem is that, if the
219 # compiler name and its initial flags stored in the libtool
220 # configuration file don't match those in the command line, libtool
221 # can't decide which configuration to use, and it gives up. The
222 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
223 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
224 # attempt to infer which configuration to use.
225 #
226 # We have to put --tag disable-shared after --tag CXX lest things
227 # CXX undo the affect of disable-shared.
228 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared \
229 --mode=compile $(CXX) $(INCLUDES) \
230 $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS)
231
232
233 # 3) We have a problem when building the shared libstdc++ object if
234 # the rules automake generates would be used. We cannot allow CXX to
235 # be used in libtool since this would add -lstdc++ to the link line
236 # which of course is problematic at this point.
237 CXXLINK = $(LIBTOOL) --mode=link "$(CC)" \
238 @OPT_LDFLAGS@ @SECTION_LDFLAGS@ $(AM_CXXFLAGS) $(LDFLAGS) -o $@
239
240 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
241 CONFIG_HEADER = ../config.h
242 CONFIG_CLEAN_FILES =
243 LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
244
245
246 DEFS = @DEFS@ -I. -I$(srcdir) -I..
247 CPPFLAGS = @CPPFLAGS@
248 LDFLAGS = @LDFLAGS@
249 LIBS = @LIBS@
250 libsupc__convenience_la_LDFLAGS =
251 libsupc__convenience_la_LIBADD =
252 libsupc__convenience_la_OBJECTS = del_op.lo del_opnt.lo del_opv.lo \
253 del_opvnt.lo exception_support.lo new_handler.lo new_op.lo new_opnt.lo \
254 new_opv.lo new_opvnt.lo pure.lo tinfo.lo tinfo2.lo vec.lo
255 libsupc___la_LDFLAGS =
256 libsupc___la_LIBADD =
257 libsupc___la_OBJECTS = del_op.lo del_opnt.lo del_opv.lo del_opvnt.lo \
258 exception_support.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo \
259 new_opvnt.lo pure.lo tinfo.lo tinfo2.lo vec.lo
260 CXXFLAGS = @CXXFLAGS@
261 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
262 CXXLD = $(CXX)
263 HEADERS = $(glibcppinstall_HEADERS)
264
265 DIST_COMMON = Makefile.am Makefile.in configure configure.in
266
267
268 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
269
270 TAR = gtar
271 GZIP_ENV = --best
272 SOURCES = $(libsupc__convenience_la_SOURCES) $(libsupc___la_SOURCES)
273 OBJECTS = $(libsupc__convenience_la_OBJECTS) $(libsupc___la_OBJECTS)
274
275 all: all-redirect
276 .SUFFIXES:
277 .SUFFIXES: .S .c .cc .lo .o .obj .s
278 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
279 cd $(top_srcdir) && $(AUTOMAKE) --cygnus libsupc++/Makefile
280
281 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
282 cd $(top_builddir) \
283 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
284
285
286 mostlyclean-noinstLTLIBRARIES:
287
288 clean-noinstLTLIBRARIES:
289 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
290
291 distclean-noinstLTLIBRARIES:
292
293 maintainer-clean-noinstLTLIBRARIES:
294
295 mostlyclean-toolexeclibLTLIBRARIES:
296
297 clean-toolexeclibLTLIBRARIES:
298 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
299
300 distclean-toolexeclibLTLIBRARIES:
301
302 maintainer-clean-toolexeclibLTLIBRARIES:
303
304 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
305 @$(NORMAL_INSTALL)
306 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
307 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
308 if test -f $$p; then \
309 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
310 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
311 else :; fi; \
312 done
313
314 uninstall-toolexeclibLTLIBRARIES:
315 @$(NORMAL_UNINSTALL)
316 list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
317 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
318 done
319
320 .c.o:
321 $(COMPILE) -c $<
322
323 # FIXME: We should only use cygpath when building on Windows,
324 # and only if it is available.
325 .c.obj:
326 $(COMPILE) -c `cygpath -w $<`
327
328 .s.o:
329 $(COMPILE) -c $<
330
331 .S.o:
332 $(COMPILE) -c $<
333
334 mostlyclean-compile:
335 -rm -f *.o core *.core
336 -rm -f *.$(OBJEXT)
337
338 clean-compile:
339
340 distclean-compile:
341 -rm -f *.tab.c
342
343 maintainer-clean-compile:
344
345 .c.lo:
346 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
347
348 .s.lo:
349 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
350
351 .S.lo:
352 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
353
354 mostlyclean-libtool:
355 -rm -f *.lo
356
357 clean-libtool:
358 -rm -rf .libs _libs
359
360 distclean-libtool:
361
362 maintainer-clean-libtool:
363
364 libsupc++convenience.la: $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_DEPENDENCIES)
365 $(CXXLINK) $(libsupc__convenience_la_LDFLAGS) $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_LIBADD) $(LIBS)
366
367 libsupc++.la: $(libsupc___la_OBJECTS) $(libsupc___la_DEPENDENCIES)
368 $(CXXLINK) -rpath $(toolexeclibdir) $(libsupc___la_LDFLAGS) $(libsupc___la_OBJECTS) $(libsupc___la_LIBADD) $(LIBS)
369 .cc.o:
370 $(CXXCOMPILE) -c $<
371 .cc.obj:
372 $(CXXCOMPILE) -c `cygpath -w $<`
373 .cc.lo:
374 $(LTCXXCOMPILE) -c $<
375
376 install-glibcppinstallHEADERS: $(glibcppinstall_HEADERS)
377 @$(NORMAL_INSTALL)
378 $(mkinstalldirs) $(DESTDIR)$(glibcppinstalldir)
379 @list='$(glibcppinstall_HEADERS)'; for p in $$list; do \
380 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
381 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(glibcppinstalldir)/$$p"; \
382 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(glibcppinstalldir)/$$p; \
383 done
384
385 uninstall-glibcppinstallHEADERS:
386 @$(NORMAL_UNINSTALL)
387 list='$(glibcppinstall_HEADERS)'; for p in $$list; do \
388 rm -f $(DESTDIR)$(glibcppinstalldir)/$$p; \
389 done
390
391 tags: TAGS
392
393 ID: $(HEADERS) $(SOURCES) $(LISP)
394 list='$(SOURCES) $(HEADERS)'; \
395 unique=`for i in $$list; do echo $$i; done | \
396 awk ' { files[$$0] = 1; } \
397 END { for (i in files) print i; }'`; \
398 here=`pwd` && cd $(srcdir) \
399 && mkid -f$$here/ID $$unique $(LISP)
400
401 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
402 tags=; \
403 here=`pwd`; \
404 list='$(SOURCES) $(HEADERS)'; \
405 unique=`for i in $$list; do echo $$i; done | \
406 awk ' { files[$$0] = 1; } \
407 END { for (i in files) print i; }'`; \
408 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
409 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
410
411 mostlyclean-tags:
412
413 clean-tags:
414
415 distclean-tags:
416 -rm -f TAGS ID
417
418 maintainer-clean-tags:
419
420 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
421
422 subdir = libsupc++
423
424 distdir: $(DISTFILES)
425 @for file in $(DISTFILES); do \
426 if test -f $$file; then d=.; else d=$(srcdir); fi; \
427 if test -d $$d/$$file; then \
428 cp -pr $$d/$$file $(distdir)/$$file; \
429 else \
430 test -f $(distdir)/$$file \
431 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
432 || cp -p $$d/$$file $(distdir)/$$file || :; \
433 fi; \
434 done
435 info-am:
436 info: info-am
437 dvi-am:
438 dvi: dvi-am
439 check-am:
440 check: check-am
441 installcheck-am:
442 installcheck: installcheck-am
443 install-info-am:
444 install-info: install-info-am
445 install-exec-am: install-toolexeclibLTLIBRARIES
446 install-exec: install-exec-am
447
448 install-data-am: install-glibcppinstallHEADERS
449 install-data: install-data-am
450
451 install-am: all-am
452 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
453 install: install-am
454 uninstall-am: uninstall-toolexeclibLTLIBRARIES \
455 uninstall-glibcppinstallHEADERS
456 uninstall: uninstall-am
457 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
458 all-redirect: all-am
459 install-strip:
460 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
461 installdirs:
462 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir) \
463 $(DESTDIR)$(glibcppinstalldir)
464
465
466 mostlyclean-generic:
467
468 clean-generic:
469
470 distclean-generic:
471 -rm -f Makefile $(CONFIG_CLEAN_FILES)
472 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
473
474 maintainer-clean-generic:
475 mostlyclean-am: mostlyclean-noinstLTLIBRARIES \
476 mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
477 mostlyclean-libtool mostlyclean-tags \
478 mostlyclean-generic
479
480 mostlyclean: mostlyclean-am
481
482 clean-am: clean-noinstLTLIBRARIES clean-toolexeclibLTLIBRARIES \
483 clean-compile clean-libtool clean-tags clean-generic \
484 mostlyclean-am
485
486 clean: clean-am
487
488 distclean-am: distclean-noinstLTLIBRARIES \
489 distclean-toolexeclibLTLIBRARIES distclean-compile \
490 distclean-libtool distclean-tags distclean-generic \
491 clean-am
492 -rm -f libtool
493
494 distclean: distclean-am
495
496 maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
497 maintainer-clean-toolexeclibLTLIBRARIES \
498 maintainer-clean-compile maintainer-clean-libtool \
499 maintainer-clean-tags maintainer-clean-generic \
500 distclean-am
501 @echo "This command is intended for maintainers to use;"
502 @echo "it deletes files that may require special tools to rebuild."
503
504 maintainer-clean: maintainer-clean-am
505
506 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
507 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
508 mostlyclean-toolexeclibLTLIBRARIES distclean-toolexeclibLTLIBRARIES \
509 clean-toolexeclibLTLIBRARIES maintainer-clean-toolexeclibLTLIBRARIES \
510 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
511 mostlyclean-compile distclean-compile clean-compile \
512 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
513 clean-libtool maintainer-clean-libtool uninstall-glibcppinstallHEADERS \
514 install-glibcppinstallHEADERS tags mostlyclean-tags distclean-tags \
515 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
516 check-am installcheck-am installcheck install-info-am install-info \
517 install-exec-am install-exec install-data-am install-data install-am \
518 install uninstall-am uninstall all-redirect all-am all installdirs \
519 mostlyclean-generic distclean-generic clean-generic \
520 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
521
522
523 # Tell versions [3.59,3.63) of GNU make to not export all variables.
524 # Otherwise a system limit (for SysV at least) may be exceeded.
525 .NOEXPORT: