[LMH]change in Makefile

Andreas Eder Andreas.Eder@t-online.de
Mon Apr 29 15:21:01 2002


In order to avoid warning messages from makedepend
( makedepend: warning:  app.cc, line 1: cannot find include file "iostr=
eam.h"
        not in /usr/local/lib/gcc-include/iostream.h
        not in /usr/include/iostream.h
        not in /usr/lib/gcc-lib/i486-suse-linux/2.95.3/include/iostream=
.h
etc.)

I have to include the directory /usr/include/g++ to the search path
for headers with=20

depend : $(SOURCES)
=09makedepend -I /usr/include/g++ -f- -o .o $(IFLAGS) $(SOURCES)
=09> depend.mk

Then  it works without warnings.

My OS is linux 2.4.16 and the compiler is 'gcc version 2.95.3 20010315
(SuSE)'

'Andreas
--=20
Wherever I lay my .emacs, there=B4s my $HOME.