<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
How do I add additional include directories to the search path inside the
makefile?
<br>I know that the compiler directive is -I<i>dir</i>, but where does
it go in the make file?
<br>does it go somewhere in here:
<p><b># C++ source names</b>
<br><b>CXXSRCS = testcpp.cpp \</b>
<br><b> mainline.cpp</b>
<br><b>CXXOBJS_ = $(CXXSRCS:.cpp=.o)</b>
<br><b>CXXOBJS = $(CXXOBJS_:%=${ARCH}/%)</b><b></b>
<p>I have been using the hello
<br>world makefile as a base.
<br> 
<p>--
<br>Angelo Fraietta
<p>PO Box 859
<br>Hamilton NSW 2303
<p>Home Page
<p><A HREF="http://users.hunterlink.net.au/~maaaf/">http://users.hunterlink.net.au/~maaaf/</A>
<p>There are those who seek knowledge for the sake of knowledge - that
is CURIOSITY
<br>There are those who seek knowledge to be known by others - that is
VANITY
<br>There are those who seek knowledge in order to serve - that is LOVE
<br>    Bernard of Clairvaux (1090 - 1153)
<br> </html>