automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to handle a non-compilable file.


From: Dr. David Kirkby
Subject: Re: How to handle a non-compilable file.
Date: Mon, 29 Apr 2002 16:40:16 +0100

Tom Tromey wrote:
> 
> >>>>> "David" == David Kirkby <address@hidden> writes:
> 
> David> Incedently, is there a way of sparating the different sources,
> David> so make it look clearer. i.e something like
> 
> David> CPP = file1.cpp, file2.cpp ..
> David> H= file1.h, file2.h ...
> David> XPM = file1.xpm, file2.xpm ..
> David> atlc_SOURCES = CPP + H + XPM
> 
> You can do this, because you can introduce new variables to do
> whatever you want, just like with make.
> 
>     CPP = file.cpp
>     H = file.h
>     atlc_SOURCES = $(CPP) $(H)
Thanks for that. It will make things a bit neater. 
-- 
Dr. David Kirkby PhD,
email: address@hidden 
web page: http://www.david-kirkby.co.uk
Amateur radio callsign: G8WRB



reply via email to

[Prev in Thread] Current Thread [Next in Thread]