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
This commit is contained in:
parent
ed78c86208
commit
2f1cb8c208
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
C/C++ io merge/sync.
|
||||
|
@ -21,7 +21,7 @@
|
||||
## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
||||
## USA.
|
||||
|
||||
## $Id$
|
||||
## $Id: Makefile.am,v 1.25 2000/07/26 21:30:45 pme Exp $
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3 gnits
|
||||
MAINT_CHARSET = latin1
|
||||
@ -314,3 +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
|
||||
$(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
|
||||
wstring-inst.lo: string-inst.cc
|
||||
$(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.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
Loading…
x
Reference in New Issue
Block a user