Re: Installing program in other directory

2005-04-11 Thread Simon Perreault
On April 8, 2005 23:40, Ralf Corsepius wrote: > myxxxdir = somedirectory > myxxx_PROGRAMS = myprogram Oh, wow, thanks a lot. I'm a bit ashamed that it was so simple.

Easy way to have a make target that omits some files?

2005-04-11 Thread Kevin Teich
Hello, I would like to add a target to our source tree that only installs certain files such 'make install' will install everything normally, but 'make release' will only install certain files. We have many subdirectories with between 1 and 100 files in each. Currently we do this in a bad mixtu