automake
[Top][All Lists]
Advanced

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

Re: What *target* use for non-source files want to add to package like D


From: Bob Proulx
Subject: Re: What *target* use for non-source files want to add to package like DATA?
Date: Mon, 28 Apr 2003 21:58:43 -0600
User-agent: Mutt/1.3.28i

address@hidden wrote:
> I have been reading Automake docs and found
> target for extra non-compiled junk like this one:
> 
> EXTRA_mypgrogram_SOURCES
> 
> I'm not sure if this is the one to use for stuff like
> DATA that isn't compiled but you still want to
> drag it around with your program.
> 
> Which is best for non-source code stuff like data files?

You want EXTRA_DIST.

  EXTRA_DIST = foo.data bar.data

Bob




reply via email to

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