automake
[Top][All Lists]
Advanced

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

Re: Adding extra rules to make


From: Noah Slater
Subject: Re: Adding extra rules to make
Date: Thu, 21 Jun 2007 13:11:44 +0100

You can use the prefix "dist_" with a variable to have it distributed
in the tarball.

   dist_SRC = foo

Also, if you are making the bin files at distribution time you should
replace CLEANFILES with MAINTAINERCLEANFILES and change BIN to
dist_BIN.

Additionally, I am unsure why the ".txt.bin" rule works for you. Seems
broken to me.

--
"Creativity can be a social contribution, but only in so
far as society is free to use the results." - R. Stallman




reply via email to

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