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: EDM's and base/configure/RULES_ARCH's use of $(TOP) |
From: | Janet Anderson <[email protected]> |
To: | Carl Schumann <[email protected]> |
Cc: | [email protected] |
Date: | Thu, 28 Aug 2008 10:23:02 -0500 |
Hi,
I am writing a shared library to extend EDM to support PVs that use a proprietary protocol here at FNAL in addition to standard channel access PVs. For source code management reasons I want to keep my work separate from standard EPICS base and EDM proper.
My first thought was to change TOP when I specify it in my Makefile from "../../.." to an absolute path to our official EPICS extensions directory. (The official directories are intended to contain only the standard source, etc. from ANL and ORNL.) Unfortunately, that does not work because base/configure/RULES_ARCH's target, $(buildDirs), appears to assume that TOP is always a relative path and appends another ".." to TOP to make up
for being in the O.linux-x86 directory under my source directory instead of being in the source directory itself.
Is there some other way to maintain the source code separation that I seek please? Thank you for your time.
Sincerely, Carl Schumann