This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to handle a non-compilable file.


>>> "David" == David Kirkby <drkirkby@ntlworld.com> writes:

 David> Hi,
 David> I've got an application, which has a line like this is the C++ code
 David> #include "coax.xpm"

 David> where coax.xpm is an XPM format graphics file. If this
 David> is changed, the code should be recompiled, since it will
 David> alter the image displayed. However, if I put it as a
 David> file along with my sources in

 David> atlc_SOURCES atlc.cpp coax.xpm

Missing `='.

 David> the compiler will reject it, since it does not know the extension. 

Have you tried?  What do you see?

[...]

-- 
Alexandre Duret-Lutz



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]