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