mirror of git://gcc.gnu.org/git/gcc.git
configure.in: Rename...
2003-08-05 Phil Edwards <pme@gcc.gnu.org> * configure.in: Rename... * configure.ac: ...to this. * docs/html/17_intro/porting.texi: Update name. * docs/html/17_intro/porting.html: Regenerate. * config.h.in, Makefile.in, include/Makefile.in, libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in, testsuite/Makefile.in: Regenerate (picks up new dependancy). From-SVN: r70194
This commit is contained in:
parent
b20d9f0c07
commit
8b171e5587
|
@ -1,3 +1,14 @@
|
||||||
|
2003-08-05 Phil Edwards <pme@gcc.gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Rename...
|
||||||
|
* configure.ac: ...to this.
|
||||||
|
* docs/html/17_intro/porting.texi: Update name.
|
||||||
|
|
||||||
|
* docs/html/17_intro/porting.html: Regenerate.
|
||||||
|
* config.h.in, Makefile.in, include/Makefile.in, libmath/Makefile.in,
|
||||||
|
libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
|
||||||
|
testsuite/Makefile.in: Regenerate (picks up new dependancy).
|
||||||
|
|
||||||
2003-08-05 Phil Edwards <pme@gcc.gnu.org>
|
2003-08-05 Phil Edwards <pme@gcc.gnu.org>
|
||||||
|
|
||||||
* acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Put down the crack
|
* acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Put down the crack
|
||||||
|
|
|
@ -287,7 +287,7 @@ DIST_COMMON = README ../ABOUT-NLS ../COPYING ../COPYING.LIB \
|
||||||
../ltcf-c.sh ../ltcf-cxx.sh ../ltcf-gcj.sh ../ltconfig \
|
../ltcf-c.sh ../ltcf-cxx.sh ../ltcf-gcj.sh ../ltconfig \
|
||||||
../ltmain.sh ../missing ../mkinstalldirs ../ylwrap ChangeLog \
|
../ltmain.sh ../missing ../mkinstalldirs ../ylwrap ChangeLog \
|
||||||
Makefile.am Makefile.in acconfig.h acinclude.m4 aclocal.m4 \
|
Makefile.am Makefile.in acconfig.h acinclude.m4 aclocal.m4 \
|
||||||
config.h.in configure configure.in
|
config.h.in configure configure.ac
|
||||||
DIST_SUBDIRS = $(SUBDIRS)
|
DIST_SUBDIRS = $(SUBDIRS)
|
||||||
all: config.h
|
all: config.h
|
||||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||||
|
@ -296,7 +296,7 @@ all: config.h
|
||||||
|
|
||||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||||
configure.lineno
|
configure.lineno
|
||||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||||
cd $(top_srcdir) && \
|
cd $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --foreign Makefile
|
$(AUTOMAKE) --foreign Makefile
|
||||||
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
|
@ -304,10 +304,10 @@ Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.s
|
||||||
|
|
||||||
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||||
$(SHELL) ./config.status --recheck
|
$(SHELL) ./config.status --recheck
|
||||||
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
||||||
cd $(srcdir) && $(AUTOCONF)
|
cd $(srcdir) && $(AUTOCONF)
|
||||||
|
|
||||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac acinclude.m4
|
||||||
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
||||||
|
|
||||||
config.h: stamp-h1
|
config.h: stamp-h1
|
||||||
|
@ -320,7 +320,7 @@ stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
||||||
@rm -f stamp-h1
|
@rm -f stamp-h1
|
||||||
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
||||||
|
|
||||||
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
|
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
|
||||||
cd $(top_srcdir) && $(AUTOHEADER)
|
cd $(top_srcdir) && $(AUTOHEADER)
|
||||||
touch $(srcdir)/config.h.in
|
touch $(srcdir)/config.h.in
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* config.h.in. Generated from configure.in by autoheader. */
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||||
// acconfig.h symbols and macros for libstdc++ v3 -*- C++ -*-
|
// acconfig.h symbols and macros for libstdc++ v3 -*- C++ -*-
|
||||||
|
|
||||||
// Defines libstdc++ version.
|
// Defines libstdc++ version.
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
<title>Porting libstdc++-v3</title>
|
<title>Porting libstdc++-v3</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html">
|
<meta http-equiv="Content-Type" content="text/html">
|
||||||
<meta name="description" content="Porting libstdc++-v3">
|
<meta name="description" content="Porting libstdc++-v3">
|
||||||
<meta name="generator" content="makeinfo 4.3">
|
<meta name="generator" content="makeinfo 4.6">
|
||||||
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
|
|
||||||
<!--
|
<!--
|
||||||
Copyright © 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
Copyright © 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
@ -25,14 +24,23 @@ texts being (a) (see below), and with the Back-Cover Texts being (b)
|
||||||
<p>You have freedom to copy and modify this GNU Manual, like GNU
|
<p>You have freedom to copy and modify this GNU Manual, like GNU
|
||||||
software. Copies published by the Free Software Foundation raise
|
software. Copies published by the Free Software Foundation raise
|
||||||
funds for GNU development.-->
|
funds for GNU development.-->
|
||||||
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||||
|
<style type="text/css"><!--
|
||||||
|
pre.display { font-family:inherit }
|
||||||
|
pre.format { font-family:inherit }
|
||||||
|
pre.smalldisplay { font-family:inherit; font-size:smaller }
|
||||||
|
pre.smallformat { font-family:inherit; font-size:smaller }
|
||||||
|
pre.smallexample { font-size:smaller }
|
||||||
|
pre.smalllisp { font-size:smaller }
|
||||||
|
--></style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 class="settitle">Porting libstdc++-v3</h1>
|
<h1 class="settitle">Porting libstdc++-v3</h1>
|
||||||
<div class="node">
|
<div class="node">
|
||||||
<p><hr>
|
<p><hr>
|
||||||
Node:<a name="Top">Top</a>,
|
Node: <a name="Top">Top</a>,
|
||||||
Next:<a rel="next" accesskey="n" href="#Operating%20system">Operating system</a>,
|
Next: <a rel="next" accesskey="n" href="#Operating%20system">Operating system</a>,
|
||||||
Up:<a rel="up" accesskey="u" href="#dir">(dir)</a>
|
Up: <a rel="up" accesskey="u" href="#dir">(dir)</a>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -57,7 +65,7 @@ works. It is difficult to test the C++ compiler without a working
|
||||||
library, but you should at least try some minimal test cases.
|
library, but you should at least try some minimal test cases.
|
||||||
|
|
||||||
<p>(Note that what we think of as a "target," the library refers to as
|
<p>(Note that what we think of as a "target," the library refers to as
|
||||||
a "host." The comment at the top of <code>configure.in</code> explains why.)
|
a "host." The comment at the top of <code>configure.ac</code> explains why.)
|
||||||
|
|
||||||
<p>Here are the primary steps required to port the library:
|
<p>Here are the primary steps required to port the library:
|
||||||
|
|
||||||
|
@ -73,10 +81,10 @@ a "host." The comment at the top of <code>configure.in</code> explains why.)
|
||||||
|
|
||||||
<div class="node">
|
<div class="node">
|
||||||
<p><hr>
|
<p><hr>
|
||||||
Node:<a name="Operating%20system">Operating system</a>,
|
Node: <a name="Operating%20system">Operating system</a>,
|
||||||
Next:<a rel="next" accesskey="n" href="#CPU">CPU</a>,
|
Next: <a rel="next" accesskey="n" href="#CPU">CPU</a>,
|
||||||
Previous:<a rel="previous" accesskey="p" href="#Top">Top</a>,
|
Previous: <a rel="previous" accesskey="p" href="#Top">Top</a>,
|
||||||
Up:<a rel="up" accesskey="u" href="#Top">Top</a>
|
Up: <a rel="up" accesskey="u" href="#Top">Top</a>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -191,10 +199,10 @@ starting point.
|
||||||
|
|
||||||
<div class="node">
|
<div class="node">
|
||||||
<p><hr>
|
<p><hr>
|
||||||
Node:<a name="CPU">CPU</a>,
|
Node: <a name="CPU">CPU</a>,
|
||||||
Next:<a rel="next" accesskey="n" href="#Character%20types">Character types</a>,
|
Next: <a rel="next" accesskey="n" href="#Character%20types">Character types</a>,
|
||||||
Previous:<a rel="previous" accesskey="p" href="#Operating%20system">Operating system</a>,
|
Previous: <a rel="previous" accesskey="p" href="#Operating%20system">Operating system</a>,
|
||||||
Up:<a rel="up" accesskey="u" href="#Top">Top</a>
|
Up: <a rel="up" accesskey="u" href="#Top">Top</a>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -224,10 +232,10 @@ appropriate for your chip.
|
||||||
|
|
||||||
<div class="node">
|
<div class="node">
|
||||||
<p><hr>
|
<p><hr>
|
||||||
Node:<a name="Character%20types">Character types</a>,
|
Node: <a name="Character%20types">Character types</a>,
|
||||||
Next:<a rel="next" accesskey="n" href="#Thread%20safety">Thread safety</a>,
|
Next: <a rel="next" accesskey="n" href="#Thread%20safety">Thread safety</a>,
|
||||||
Previous:<a rel="previous" accesskey="p" href="#CPU">CPU</a>,
|
Previous: <a rel="previous" accesskey="p" href="#CPU">CPU</a>,
|
||||||
Up:<a rel="up" accesskey="u" href="#Top">Top</a>
|
Up: <a rel="up" accesskey="u" href="#Top">Top</a>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -421,10 +429,10 @@ from <code>__low</code> up until <code>__high</code> into the vector given by
|
||||||
|
|
||||||
<div class="node">
|
<div class="node">
|
||||||
<p><hr>
|
<p><hr>
|
||||||
Node:<a name="Thread%20safety">Thread safety</a>,
|
Node: <a name="Thread%20safety">Thread safety</a>,
|
||||||
Next:<a rel="next" accesskey="n" href="#Numeric%20limits">Numeric limits</a>,
|
Next: <a rel="next" accesskey="n" href="#Numeric%20limits">Numeric limits</a>,
|
||||||
Previous:<a rel="previous" accesskey="p" href="#Character%20types">Character types</a>,
|
Previous: <a rel="previous" accesskey="p" href="#Character%20types">Character types</a>,
|
||||||
Up:<a rel="up" accesskey="u" href="#Top">Top</a>
|
Up: <a rel="up" accesskey="u" href="#Top">Top</a>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -498,10 +506,10 @@ must be equivalent to those provided here, but using atomic operations:
|
||||||
|
|
||||||
<div class="node">
|
<div class="node">
|
||||||
<p><hr>
|
<p><hr>
|
||||||
Node:<a name="Numeric%20limits">Numeric limits</a>,
|
Node: <a name="Numeric%20limits">Numeric limits</a>,
|
||||||
Next:<a rel="next" accesskey="n" href="#Libtool">Libtool</a>,
|
Next: <a rel="next" accesskey="n" href="#Libtool">Libtool</a>,
|
||||||
Previous:<a rel="previous" accesskey="p" href="#Thread%20safety">Thread safety</a>,
|
Previous: <a rel="previous" accesskey="p" href="#Thread%20safety">Thread safety</a>,
|
||||||
Up:<a rel="up" accesskey="u" href="#Top">Top</a>
|
Up: <a rel="up" accesskey="u" href="#Top">Top</a>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -523,10 +531,10 @@ your CPU configuration directory (see <a href="#CPU">CPU</a>).
|
||||||
|
|
||||||
<div class="node">
|
<div class="node">
|
||||||
<p><hr>
|
<p><hr>
|
||||||
Node:<a name="Libtool">Libtool</a>,
|
Node: <a name="Libtool">Libtool</a>,
|
||||||
Next:<a rel="next" accesskey="n" href="#GNU%20Free%20Documentation%20License">GNU Free Documentation License</a>,
|
Next: <a rel="next" accesskey="n" href="#GNU%20Free%20Documentation%20License">GNU Free Documentation License</a>,
|
||||||
Previous:<a rel="previous" accesskey="p" href="#Numeric%20limits">Numeric limits</a>,
|
Previous: <a rel="previous" accesskey="p" href="#Numeric%20limits">Numeric limits</a>,
|
||||||
Up:<a rel="up" accesskey="u" href="#Top">Top</a>
|
Up: <a rel="up" accesskey="u" href="#Top">Top</a>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -561,9 +569,9 @@ operating system.
|
||||||
|
|
||||||
<div class="node">
|
<div class="node">
|
||||||
<p><hr>
|
<p><hr>
|
||||||
Node:<a name="GNU%20Free%20Documentation%20License">GNU Free Documentation License</a>,
|
Node: <a name="GNU%20Free%20Documentation%20License">GNU Free Documentation License</a>,
|
||||||
Previous:<a rel="previous" accesskey="p" href="#Libtool">Libtool</a>,
|
Previous: <a rel="previous" accesskey="p" href="#Libtool">Libtool</a>,
|
||||||
Up:<a rel="up" accesskey="u" href="#Top">Top</a>
|
Up: <a rel="up" accesskey="u" href="#Top">Top</a>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,7 @@ works. It is difficult to test the C++ compiler without a working
|
||||||
library, but you should at least try some minimal test cases.
|
library, but you should at least try some minimal test cases.
|
||||||
|
|
||||||
(Note that what we think of as a ``target,'' the library refers to as
|
(Note that what we think of as a ``target,'' the library refers to as
|
||||||
a ``host.'' The comment at the top of @file{configure.in} explains why.)
|
a ``host.'' The comment at the top of @file{configure.ac} explains why.)
|
||||||
|
|
||||||
Here are the primary steps required to port the library:
|
Here are the primary steps required to port the library:
|
||||||
|
|
||||||
|
|
|
@ -576,7 +576,7 @@ DIST_COMMON = Makefile.am Makefile.in
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||||
cd $(top_srcdir) && \
|
cd $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --foreign include/Makefile
|
$(AUTOMAKE) --foreign include/Makefile
|
||||||
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
|
|
|
@ -248,7 +248,7 @@ all: all-am
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .c .lo .o .obj
|
.SUFFIXES: .c .lo .o .obj
|
||||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||||
cd $(top_srcdir) && \
|
cd $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --foreign libmath/Makefile
|
$(AUTOMAKE) --foreign libmath/Makefile
|
||||||
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
|
|
|
@ -372,7 +372,7 @@ all: all-am
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .cc .lo .o .obj
|
.SUFFIXES: .cc .lo .o .obj
|
||||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||||
cd $(top_srcdir) && \
|
cd $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --foreign libsupc++/Makefile
|
$(AUTOMAKE) --foreign libsupc++/Makefile
|
||||||
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
|
|
|
@ -237,7 +237,7 @@ all: all-am
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .po .mo
|
.SUFFIXES: .po .mo
|
||||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||||
cd $(top_srcdir) && \
|
cd $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --foreign po/Makefile
|
$(AUTOMAKE) --foreign po/Makefile
|
||||||
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
|
|
|
@ -391,7 +391,7 @@ all: all-am
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .cc .lo .o .obj
|
.SUFFIXES: .cc .lo .o .obj
|
||||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||||
cd $(top_srcdir) && \
|
cd $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --foreign src/Makefile
|
$(AUTOMAKE) --foreign src/Makefile
|
||||||
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
|
|
|
@ -297,7 +297,7 @@ all: all-am
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .cc .lo .o .obj
|
.SUFFIXES: .cc .lo .o .obj
|
||||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||||
cd $(top_srcdir) && \
|
cd $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --foreign testsuite/Makefile
|
$(AUTOMAKE) --foreign testsuite/Makefile
|
||||||
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
|
|
Loading…
Reference in New Issue