1994 1995 1996 1997 1998 1999 2000 2001 2002 <2003> 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 <2003> 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: epics base/include directory on compile line |
From: | Geoff Savage <[email protected]> |
To: | "'[email protected]'" <[email protected]> |
Date: | Wed, 25 Jun 2003 09:50:33 -0500 |
Geoff Savage wrote:
Hi,
In a Makefile at the src level how do I specify that I want the <epics base>/include directory on the compile line?
It is by default on all C and C++ compilations, assuming you're properly using the usual EPICS build rules (see the Makefile in the MakeBaseApp exampleApp/src directory for the two essential include lines).
Note that the *order* of the -I options given to the compiler matches the order of the lines in your configure/RELEASE file, where EPICS_BASE should usually be placed last.
- Andrew