]> gcc.gnu.org Git - gcc.git/blame - libstdc++-v3/libsupc++/Makefile.in
Makefile.am (CXXLINK): Add --tag disable-shared after --tag CXX.
[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@
06bd10fb
BK
80LIBMATHOBJS = @LIBMATHOBJS@
81LIBSTRINGOBJS = @LIBSTRINGOBJS@
400f4e55 82LIBTOOL = @LIBTOOL@
06bd10fb
BK
83LN_S = @LN_S@
84MAINT = @MAINT@
85MAKEINFO = @MAKEINFO@
86OBJDUMP = @OBJDUMP@
87OBJEXT = @OBJEXT@
88OPT_LDFLAGS = @OPT_LDFLAGS@
89PACKAGE = @PACKAGE@
90RANLIB = @RANLIB@
91SECTION_FLAGS = @SECTION_FLAGS@
92SECTION_LDFLAGS = @SECTION_LDFLAGS@
93STRIP = @STRIP@
06bd10fb
BK
94USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
95VERSION = @VERSION@
e466dc8a 96WARN_FLAGS = @WARN_FLAGS@
06bd10fb 97WERROR = @WERROR@
34791641
PE
98enable_shared = @enable_shared@
99enable_static = @enable_static@
06bd10fb 100glibcpp_basedir = @glibcpp_basedir@
72ed2836
BK
101glibcpp_toolexecdir = @glibcpp_toolexecdir@
102glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@
1fd2f510 103gxx_include_dir = @gxx_include_dir@
06bd10fb 104ifGNUmake = @ifGNUmake@
c4d3f801 105libio_la = @libio_la@
e2c20fae 106toplevel_srcdir = @toplevel_srcdir@
06bd10fb
BK
107
108AUTOMAKE_OPTIONS = 1.3 cygnus
109MAINT_CHARSET = latin1
5e53dba6 110
ae9dc931
BK
111mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
112
5e53dba6 113# Cross compiler and multilib support.
72ed2836
BK
114toolexecdir = @glibcpp_toolexecdir@
115toolexeclibdir = @glibcpp_toolexeclibdir@
06bd10fb
BK
116
117# Need this library to both be part of libstdc++.a, and installed
118# separately too.
119# 1) separate libsupc++.la
120toolexeclib_LTLIBRARIES = libsupc++.la
121# 2) integrated libsupc++convenience.la that is to be a part of libstdc++.a
122noinst_LTLIBRARIES = libsupc++convenience.la
123
e466dc8a
BK
124# Compile flags that should be constant throughout the build, both for
125# SUBDIRS and for libstdc++-v3 in general.
126OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
127
128# These bits are all figured out from configure. Look in acinclude.m4
129# or configure.in to see how they are set. See GLIBCPP_EXPORT_FLAGS
130# NB: DEBUGFLAGS have to be at the end so that -O2 can be overridden.
400f4e55
AO
131CONFIG_CXXFLAGS = \
132 @EXTRA_CXX_FLAGS@ @SECTION_FLAGS@ @CSHADOW_FLAGS@ @DEBUG_FLAGS@
e466dc8a
BK
133
134
135# Warning flags to use.
400f4e55
AO
136WARN_CXXFLAGS = \
137 @WARN_FLAGS@ $(WERROR) -fdiagnostics-show-location=once
e466dc8a
BK
138
139
140# Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
141GLIBCPP_INCLUDE_DIR = @GLIBCPP_INCLUDE_DIR@
142C_INCLUDE_DIR = @C_INCLUDE_DIR@
a40ba78e 143CSTD_INCLUDES = @CSTD_INCLUDES@
e466dc8a
BK
144LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
145LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
146LIBIO_INCLUDES = @LIBIO_INCLUDES@
a40ba78e 147TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
e466dc8a 148
400f4e55
AO
149INCLUDES = \
150 -I$(toplevel_srcdir)/gcc -I$(toplevel_srcdir)/include \
151 -I$(GLIBCPP_INCLUDE_DIR) $(CSTD_INCLUDES) -I$(top_builddir)/include \
152 $(LIBSUPCXX_INCLUDES)
153
154
155headers = \
156 exception new typeinfo cxxabi.h exception_defines.h
157
158
159sources = \
160 del_op.cc \
161 del_opnt.cc \
162 del_opv.cc \
163 del_opvnt.cc \
164 eh_alloc.cc \
165 eh_aux_runtime.cc \
166 eh_catch.cc \
167 eh_exception.cc \
168 eh_globals.cc \
169 eh_personality.cc \
170 eh_terminate.cc \
171 eh_throw.cc \
172 new_handler.cc \
173 new_op.cc \
174 new_opnt.cc \
175 new_opv.cc \
176 new_opvnt.cc \
177 pure.cc \
178 tinfo.cc \
179 tinfo2.cc \
180 vec.cc
06bd10fb
BK
181
182
183libsupc___la_SOURCES = $(sources)
184libsupc__convenience_la_SOURCES = $(sources)
185
43ba4a58 186glibcppinstalldir = @gxx_include_dir@
a6863e25
BK
187glibcppinstall_HEADERS = $(headers)
188
06bd10fb
BK
189LIBSUPCXX_CXXFLAGS = -prefer-pic
190
c7053b70 191# AM_CXXFLAGS needs to be in each subdirectory so that it can be
a9117427
BK
192# modified in a per-library or per-sub-library way. Need to manually
193# set this option because CONFIG_CXXFLAGS has to be after
194# OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
195# as the occasion call for it. (ie, --enable-debug)
400f4e55
AO
196AM_CXXFLAGS = \
197 -fno-implicit-templates \
198 $(LIBSUPCXX_CXXFLAGS) \
199 $(WARN_CXXFLAGS) \
200 $(OPTIMIZE_CXXFLAGS) \
201 $(CONFIG_CXXFLAGS)
06bd10fb
BK
202
203
a9117427 204# libstdc++ libtool notes
06bd10fb 205
a9117427
BK
206# 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
207# last. (That way, things like -O2 passed down from the toplevel can
208# be overridden by --enable-debug.)
209
210# 2) In general, libtool expects an argument such as `--tag=CXX' when
211# using the C++ compiler, because that will enable the settings
212# detected when C++ support was being configured. However, when no
213# such flag is given in the command line, libtool attempts to figure
214# it out by matching the compiler name in each configuration section
215# against a prefix of the command line. The problem is that, if the
216# compiler name and its initial flags stored in the libtool
217# configuration file don't match those in the command line, libtool
218# can't decide which configuration to use, and it gives up. The
219# correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
220# CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
20b11783
MM
221# attempt to infer which configuration to use.
222#
223# We have to put --tag disable-shared after --tag CXX lest things
224# CXX undo the affect of disable-shared.
400f4e55
AO
225LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared \
226 --mode=compile $(CXX) $(INCLUDES) \
227 $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS)
a9117427
BK
228
229
787d2fb7
AO
230# 3) We'd have a problem when building the shared libstdc++ object if
231# the rules automake generates would be used. We cannot allow g++ to
232# be used since this would add -lstdc++ to the link line which of
233# course is problematic at this point. So, we get the top-level
234# directory to configure libstdc++-v3 to use gcc as the C++
235# compilation driver.
400f4e55
AO
236CXXLINK = $(LIBTOOL) --tag CXX --tag disable-shared \
237 --mode=link $(CXX) \
238 @OPT_LDFLAGS@ @SECTION_LDFLAGS@ $(AM_CXXFLAGS) $(LDFLAGS) -o $@
06bd10fb 239
06bd10fb
BK
240CONFIG_HEADER = ../config.h
241CONFIG_CLEAN_FILES =
242LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
243
244
245DEFS = @DEFS@ -I. -I$(srcdir) -I..
246CPPFLAGS = @CPPFLAGS@
247LDFLAGS = @LDFLAGS@
248LIBS = @LIBS@
249libsupc__convenience_la_LDFLAGS =
250libsupc__convenience_la_LIBADD =
251libsupc__convenience_la_OBJECTS = del_op.lo del_opnt.lo del_opv.lo \
52a11cbf
RH
252del_opvnt.lo eh_alloc.lo eh_aux_runtime.lo eh_catch.lo eh_exception.lo \
253eh_globals.lo eh_personality.lo eh_terminate.lo eh_throw.lo \
254new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo pure.lo \
255tinfo.lo tinfo2.lo vec.lo
06bd10fb
BK
256libsupc___la_LDFLAGS =
257libsupc___la_LIBADD =
258libsupc___la_OBJECTS = del_op.lo del_opnt.lo del_opv.lo del_opvnt.lo \
52a11cbf
RH
259eh_alloc.lo eh_aux_runtime.lo eh_catch.lo eh_exception.lo eh_globals.lo \
260eh_personality.lo eh_terminate.lo eh_throw.lo new_handler.lo new_op.lo \
261new_opnt.lo new_opv.lo new_opvnt.lo pure.lo tinfo.lo tinfo2.lo vec.lo
06bd10fb 262CXXFLAGS = @CXXFLAGS@
b1e53318 263CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
06bd10fb 264CXXLD = $(CXX)
a6863e25
BK
265HEADERS = $(glibcppinstall_HEADERS)
266
ae9dc931 267DIST_COMMON = Makefile.am Makefile.in
06bd10fb
BK
268
269
270DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
271
e26cb7ab 272TAR = gtar
06bd10fb
BK
273GZIP_ENV = --best
274SOURCES = $(libsupc__convenience_la_SOURCES) $(libsupc___la_SOURCES)
275OBJECTS = $(libsupc__convenience_la_OBJECTS) $(libsupc___la_OBJECTS)
276
277all: all-redirect
278.SUFFIXES:
279.SUFFIXES: .S .c .cc .lo .o .obj .s
280$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
281 cd $(top_srcdir) && $(AUTOMAKE) --cygnus libsupc++/Makefile
282
283Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284 cd $(top_builddir) \
285 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
286
287
288mostlyclean-noinstLTLIBRARIES:
289
290clean-noinstLTLIBRARIES:
291 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
292
293distclean-noinstLTLIBRARIES:
294
295maintainer-clean-noinstLTLIBRARIES:
296
297mostlyclean-toolexeclibLTLIBRARIES:
298
299clean-toolexeclibLTLIBRARIES:
300 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
301
302distclean-toolexeclibLTLIBRARIES:
303
304maintainer-clean-toolexeclibLTLIBRARIES:
305
306install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
307 @$(NORMAL_INSTALL)
308 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
309 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
310 if test -f $$p; then \
311 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
312 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
313 else :; fi; \
314 done
315
316uninstall-toolexeclibLTLIBRARIES:
317 @$(NORMAL_UNINSTALL)
318 list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
319 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
320 done
321
322.c.o:
323 $(COMPILE) -c $<
324
325# FIXME: We should only use cygpath when building on Windows,
326# and only if it is available.
327.c.obj:
328 $(COMPILE) -c `cygpath -w $<`
329
330.s.o:
331 $(COMPILE) -c $<
332
333.S.o:
334 $(COMPILE) -c $<
335
336mostlyclean-compile:
337 -rm -f *.o core *.core
338 -rm -f *.$(OBJEXT)
339
340clean-compile:
341
342distclean-compile:
343 -rm -f *.tab.c
344
345maintainer-clean-compile:
346
347.c.lo:
348 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
349
350.s.lo:
351 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
352
353.S.lo:
354 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
355
356mostlyclean-libtool:
357 -rm -f *.lo
358
359clean-libtool:
360 -rm -rf .libs _libs
361
362distclean-libtool:
363
364maintainer-clean-libtool:
365
366libsupc++convenience.la: $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_DEPENDENCIES)
367 $(CXXLINK) $(libsupc__convenience_la_LDFLAGS) $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_LIBADD) $(LIBS)
368
369libsupc++.la: $(libsupc___la_OBJECTS) $(libsupc___la_DEPENDENCIES)
370 $(CXXLINK) -rpath $(toolexeclibdir) $(libsupc___la_LDFLAGS) $(libsupc___la_OBJECTS) $(libsupc___la_LIBADD) $(LIBS)
371.cc.o:
372 $(CXXCOMPILE) -c $<
373.cc.obj:
374 $(CXXCOMPILE) -c `cygpath -w $<`
375.cc.lo:
376 $(LTCXXCOMPILE) -c $<
377
a6863e25
BK
378install-glibcppinstallHEADERS: $(glibcppinstall_HEADERS)
379 @$(NORMAL_INSTALL)
380 $(mkinstalldirs) $(DESTDIR)$(glibcppinstalldir)
381 @list='$(glibcppinstall_HEADERS)'; for p in $$list; do \
382 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
383 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(glibcppinstalldir)/$$p"; \
384 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(glibcppinstalldir)/$$p; \
385 done
386
387uninstall-glibcppinstallHEADERS:
388 @$(NORMAL_UNINSTALL)
389 list='$(glibcppinstall_HEADERS)'; for p in $$list; do \
390 rm -f $(DESTDIR)$(glibcppinstalldir)/$$p; \
391 done
392
06bd10fb
BK
393tags: TAGS
394
395ID: $(HEADERS) $(SOURCES) $(LISP)
396 list='$(SOURCES) $(HEADERS)'; \
397 unique=`for i in $$list; do echo $$i; done | \
398 awk ' { files[$$0] = 1; } \
399 END { for (i in files) print i; }'`; \
400 here=`pwd` && cd $(srcdir) \
401 && mkid -f$$here/ID $$unique $(LISP)
402
403TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
404 tags=; \
405 here=`pwd`; \
406 list='$(SOURCES) $(HEADERS)'; \
407 unique=`for i in $$list; do echo $$i; done | \
408 awk ' { files[$$0] = 1; } \
409 END { for (i in files) print i; }'`; \
410 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
411 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
412
413mostlyclean-tags:
414
415clean-tags:
416
417distclean-tags:
418 -rm -f TAGS ID
419
420maintainer-clean-tags:
421
422distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
423
424subdir = libsupc++
425
426distdir: $(DISTFILES)
427 @for file in $(DISTFILES); do \
428 if test -f $$file; then d=.; else d=$(srcdir); fi; \
429 if test -d $$d/$$file; then \
400f4e55 430 cp -pr $$d/$$file $(distdir)/$$file; \
06bd10fb
BK
431 else \
432 test -f $(distdir)/$$file \
433 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
434 || cp -p $$d/$$file $(distdir)/$$file || :; \
435 fi; \
436 done
437info-am:
438info: info-am
439dvi-am:
440dvi: dvi-am
441check-am:
442check: check-am
443installcheck-am:
444installcheck: installcheck-am
445install-info-am:
446install-info: install-info-am
447install-exec-am: install-toolexeclibLTLIBRARIES
448install-exec: install-exec-am
449
a6863e25 450install-data-am: install-glibcppinstallHEADERS
06bd10fb
BK
451install-data: install-data-am
452
453install-am: all-am
454 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
455install: install-am
a6863e25
BK
456uninstall-am: uninstall-toolexeclibLTLIBRARIES \
457 uninstall-glibcppinstallHEADERS
06bd10fb 458uninstall: uninstall-am
a6863e25 459all-am: Makefile $(LTLIBRARIES) $(HEADERS)
06bd10fb
BK
460all-redirect: all-am
461install-strip:
462 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
463installdirs:
a6863e25
BK
464 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir) \
465 $(DESTDIR)$(glibcppinstalldir)
06bd10fb
BK
466
467
468mostlyclean-generic:
469
470clean-generic:
471
472distclean-generic:
473 -rm -f Makefile $(CONFIG_CLEAN_FILES)
474 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
475
476maintainer-clean-generic:
477mostlyclean-am: mostlyclean-noinstLTLIBRARIES \
478 mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
479 mostlyclean-libtool mostlyclean-tags \
480 mostlyclean-generic
481
482mostlyclean: mostlyclean-am
483
484clean-am: clean-noinstLTLIBRARIES clean-toolexeclibLTLIBRARIES \
485 clean-compile clean-libtool clean-tags clean-generic \
486 mostlyclean-am
487
488clean: clean-am
489
490distclean-am: distclean-noinstLTLIBRARIES \
491 distclean-toolexeclibLTLIBRARIES distclean-compile \
492 distclean-libtool distclean-tags distclean-generic \
493 clean-am
494 -rm -f libtool
495
496distclean: distclean-am
497
498maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
499 maintainer-clean-toolexeclibLTLIBRARIES \
500 maintainer-clean-compile maintainer-clean-libtool \
501 maintainer-clean-tags maintainer-clean-generic \
502 distclean-am
503 @echo "This command is intended for maintainers to use;"
504 @echo "it deletes files that may require special tools to rebuild."
505
506maintainer-clean: maintainer-clean-am
507
508.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
509clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
510mostlyclean-toolexeclibLTLIBRARIES distclean-toolexeclibLTLIBRARIES \
511clean-toolexeclibLTLIBRARIES maintainer-clean-toolexeclibLTLIBRARIES \
512uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
513mostlyclean-compile distclean-compile clean-compile \
514maintainer-clean-compile mostlyclean-libtool distclean-libtool \
a6863e25
BK
515clean-libtool maintainer-clean-libtool uninstall-glibcppinstallHEADERS \
516install-glibcppinstallHEADERS tags mostlyclean-tags distclean-tags \
517clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
518check-am installcheck-am installcheck install-info-am install-info \
519install-exec-am install-exec install-data-am install-data install-am \
520install uninstall-am uninstall all-redirect all-am all installdirs \
521mostlyclean-generic distclean-generic clean-generic \
06bd10fb
BK
522maintainer-clean-generic clean mostlyclean distclean maintainer-clean
523
524
525# Tell versions [3.59,3.63) of GNU make to not export all variables.
526# Otherwise a system limit (for SysV at least) may be exceeded.
527.NOEXPORT:
This page took 0.154748 seconds and 5 git commands to generate.