EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

<19941995  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  Index <19941995  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 
<== Date ==> <== Thread ==>

Subject: Portability
From: [email protected] (Pratik Gupta)
Date: Mon, 16 May 1994 14:46:03 -0400
Portability issues to consider while writing EPICS Imakefile and Makefiles
--------------------------------------------------------------------------
(Lessons learned from moving code to HP)

Lesson 3 :

Do not put extra <tab> characters infront of definitions. The HP make 
and even the gnu make take it to mean end of file and proceed to ignore
all remaining text of the Makefile .
------------
e.g. Wrong way:

	SRC =   abc.c\
		def.c
e.g. Correct way:

SRC = abc.c\
      def.c
---------------

Leading spaces are ok . But I would not recommend it.
---------------------------------------------------------------------
Pratik Gupta				Control Systems
[email protected]				Accelerator Division
voice:	(804) 249-7066			CEBAF
fax:	(804) 249-7049			MS 85 A, 12000 Jefferson Ave
					Newport News, Va 23606.
---------------------------------------------------------------------

Navigate by Date:
Prev: Re: Limits on CA message size? watson
Next: Frame and html mrk
Index: <19941995  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 
Navigate by Thread:
Prev: Living on and on... Deb Kerstiens
Next: Frame and html mrk
Index: <19941995  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 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·