On Wednesday 06 January 2010 13:45:55 Jerry Geis wrote:
> There is a line like in codes/Makefile
>
> $(if $(filter
> codec_lpc10,$(EMBEDDED_MODS)),modules.link,codec_lpc10.so): $(LIBLPC10)
>
> What is filter? Where is filter?
>
> "whereis filter" doesnt return anything
> "find . | grep filter" in asterisk root directory returns nothing.

It's a Makefile command.  See:
http://www.gnu.org/software/automake/manual/make/Text-Functions.html#index-filter-554

-- 
Tilghman Lesher
Digium, Inc. | Senior Software Developer
twitter: Corydon76 | IRC: Corydon76-dig (Freenode)
Check us out at: www.digium.com & www.asterisk.org

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to