Commit 2f1cb8c2 by Alexandre Oliva Committed by Alexandre Oliva

Makefile.am (INCLUDES): New target file, with all -I flags.

* src/Makefile.am (INCLUDES): New target file, with all -I flags.
* src/Makefile.in: Regenerate.

From-SVN: r35700
parent ed78c862
2000-08-15 Alexandre Oliva <aoliva@redhat.com>
* src/Makefile.am (INCLUDES): New target file, with all -I flags.
* src/Makefile.in: Regenerate.
2000-08-14 Benjamin Kosnik <bkoz@purist.soma.redhat.com> 2000-08-14 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
C/C++ io merge/sync. C/C++ io merge/sync.
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
## USA. ## USA.
## $Id$ ## $Id: Makefile.am,v 1.25 2000/07/26 21:30:45 pme Exp $
AUTOMAKE_OPTIONS = 1.3 gnits AUTOMAKE_OPTIONS = 1.3 gnits
MAINT_CHARSET = latin1 MAINT_CHARSET = latin1
...@@ -314,3 +314,14 @@ wstring-inst.o: string-inst.cc ...@@ -314,3 +314,14 @@ wstring-inst.o: string-inst.cc
wstring-inst.lo: string-inst.cc wstring-inst.lo: string-inst.cc
$(LTCXXCOMPILE) -fimplicit-templates -c -DC=wchar_t $< -o $@ $(LTCXXCOMPILE) -fimplicit-templates -c -DC=wchar_t $< -o $@
all: INCLUDES
INCLUDES: 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-INCLUDES: Makefile
echo -I$(top_builddir) $(INCLUDES) > $@
...@@ -517,6 +517,18 @@ wstring-inst.o: string-inst.cc ...@@ -517,6 +517,18 @@ wstring-inst.o: string-inst.cc
wstring-inst.lo: string-inst.cc wstring-inst.lo: string-inst.cc
$(LTCXXCOMPILE) -fimplicit-templates -c -DC=wchar_t $< -o $@ $(LTCXXCOMPILE) -fimplicit-templates -c -DC=wchar_t $< -o $@
all: INCLUDES
INCLUDES: 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-INCLUDES: Makefile
echo -I$(top_builddir) $(INCLUDES) > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded. # Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: .NOEXPORT:
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