help-make
[Top][All Lists]
Advanced

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

Re: "attributes" for source files?


From: Boris Kolpackov
Subject: Re: "attributes" for source files?
Date: Wed, 5 Oct 2005 06:58:58 +0000 (UTC)
User-agent: nn/6.6.5+RFC1522

Torsten Mohr <address@hidden> writes:

> LIST := abc.c  # a plain C file
> LIST += def.cl # will be checked with LINT
> LIST += ghi.cm # file will be specially tested
> LIST += jkl.cr # file needs to be reviewed
> LIST += mno.clmr # all the above
>
> LIST_C = $(filter_for_c $(LIST))
> LIST_L = $(filter_for_l $(LIST))

I suggest you check out $(filter ) and $(filter-out ) built-in functions
in the GNU make manual.


-boris





reply via email to

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