automake
[Top][All Lists]
Advanced

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

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


From: Harald Dunkel
Subject: Re: Easy way to have a make target that omits some files?
Date: Tue, 12 Apr 2005 08:24:45 +0200
User-agent: Debian Thunderbird 1.0.2 (X11/20050331)

Kevin Teich wrote:
> 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.
> 

I would be interested in something like this, too.

A possible implementation could be to support an
install target for each install directory, e.g.

        make install_bin

to install just the stuff to $(bindir). A "release" target
could then be defined in the top level Makefile, e.g.

release: install_bin install_lib install_include install_data

The "old" install target could work as before.


Regards

Harri




reply via email to

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