Commit 7d7aced2 by Alexandre Oliva Committed by Alexandre Oliva

Makefile.am (libstdc++.INC): Renamed from INCLUDES.

* src/Makefile.am (libstdc++.INC): Renamed from INCLUDES.
* src/Makefile.in: Regenerate.

From-SVN: r35751
parent c9635443
2000-08-16 Alexandre Oliva <aoliva@redhat.com>
* src/Makefile.am (libstdc++.INC): Renamed from INCLUDES.
* src/Makefile.in: Regenerate.
2000-08-15 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* bits/codecvt.h: New file.
......
......@@ -21,7 +21,7 @@
## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
## USA.
## $Id: Makefile.am,v 1.26 2000/08/15 07:42:36 aoliva Exp $
## $Id: Makefile.am,v 1.27 2000/08/16 04:11:29 bkoz Exp $
AUTOMAKE_OPTIONS = 1.3 gnits
MAINT_CHARSET = latin1
......@@ -314,14 +314,14 @@ wstring-inst.o: string-inst.cc
wstring-inst.lo: string-inst.cc
$(LTCXXCOMPILE) -fimplicit-templates -c -DC=wchar_t $< -o $@
all: INCLUDES
INCLUDES: Makefile
all: libstdc++.INC
libstdc++.INC: Makefile
$(MAKE) \
top_builddir=`CDPATH=:. && cd $(top_builddir) && pwd` \
top_srcdir=`CDPATH=:. && cd $(top_srcdir) && pwd` \
tmp-INCLUDES
-rm -f INCLUDES
mv tmp-INCLUDES INCLUDES
tmp-$@
-rm -f $@
mv tmp-$@ $@
tmp-INCLUDES: Makefile
tmp-libstdc++.INC: Makefile
echo -I$(top_builddir) $(INCLUDES) > $@
......@@ -515,16 +515,16 @@ wstring-inst.o: string-inst.cc
wstring-inst.lo: string-inst.cc
$(LTCXXCOMPILE) -fimplicit-templates -c -DC=wchar_t $< -o $@
all: INCLUDES
INCLUDES: Makefile
all: libstdc++.INC
libstdc++.INC: Makefile
$(MAKE) \
top_builddir=`CDPATH=:. && cd $(top_builddir) && pwd` \
top_srcdir=`CDPATH=:. && cd $(top_srcdir) && pwd` \
tmp-INCLUDES
-rm -f INCLUDES
mv tmp-INCLUDES INCLUDES
tmp-$@
-rm -f $@
mv tmp-$@ $@
tmp-INCLUDES: Makefile
tmp-libstdc++.INC: Makefile
echo -I$(top_builddir) $(INCLUDES) > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment