automake
[Top][All Lists]
Advanced

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

Re: building many programs into the same project


From: Tom Tromey
Subject: Re: building many programs into the same project
Date: 09 Apr 2001 14:14:16 -0600

>>>>> "Lorenzo" == Lorenzo Bettini <address@hidden> writes:

Lorenzo> make dist is not a problem for me: I only wish I could have
Lorenzo> different "make install" rules, that's all :-)

If the programs are in different subdirs then there is nothing
preventing you from writing your own:

    install-foo:
            cd foodir && $(MAKE) install

Tom



reply via email to

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