On 10/26/07, Eric Blake <[EMAIL PROTECTED]> wrote:
> This looks more like an automake question, so I've redirected the mail
> accordingly. Perhaps the answer already lies in the automake manual, in
> creating your own suffix rules:
>
> http://sourceware.org/automake/automake.html#index-Adding-new-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Kamaljit Singh on 10/26/2007 4:17 PM:
> Hi All,
>
> Is it possible to create custom build targets and dependencies quite like the
> one for say C++ ?
> For instance -
> install_ABC=hello_world
> hello_world_SRC=a.xyz b.xyz c.xyz
>
> whe
* [EMAIL PROTECTED] wrote on Fri, Oct 26, 2007 at 06:27:00PM CEST:
>
> Yes, It works. And I found another solution: using Libtool Convenience
> Libraries. Firstly create some .la files in subdirectories, then create
> the wanted .la file on the upper directory.
Yes, that is a possibility.
> But
> * [EMAIL PROTECTED] wrote on Thu, Oct 25, 2007 at 10:13:38PM CEST:
>> 1. in Makefile.am:
>> lib_LTLIBRARIES = libSCORECModel.la
>> libSCORECModel_la_SOURCES = \
>> entities/GEdge.cc \
>> Compiling error:
>> Making all in src
>> make[1]: Entering directory
>> `/users/txie/tmp/FMDB_Automake/SCOREC
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> Hello Akim,
Hi Ralf,
>> So I would like to be able to write something like
>>
>> TEST_SUITES = foo bar
>> foo_TESTS = foo1.chk foo2.test foo3
>> bar_TESTS = bar1.test bar2.sh bar3.c
>>
>> and be able to write on the side rules e