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