Additional Include directories
angelo
angelo at hunterlink.net.au
Sun Oct 8 23:53:22 UTC 2000
How do I add additional include directories to the search path inside
the makefile?
I know that the compiler directive is -Idir, but where does it go in the
make file?
does it go somewhere in here:
# C++ source names
CXXSRCS = testcpp.cpp \
mainline.cpp
CXXOBJS_ = $(CXXSRCS:.cpp=.o)
CXXOBJS = $(CXXOBJS_:%=${ARCH}/%)
I have been using the hello
world makefile as a base.
--
Angelo Fraietta
PO Box 859
Hamilton NSW 2303
Home Page
http://users.hunterlink.net.au/~maaaf/
There are those who seek knowledge for the sake of knowledge - that is
CURIOSITY
There are those who seek knowledge to be known by others - that is
VANITY
There are those who seek knowledge in order to serve - that is LOVE
Bernard of Clairvaux (1090 - 1153)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20001009/0f1c0acb/attachment.html>
More information about the users
mailing list