[Omake] Equivalent of the Makefile's wildcard

Chantal KELLER chantal.keller at wanadoo.fr
Thu Jan 8 09:34:57 PST 2009


    Hello everybody,

  I cannot find how to transpose the following Makefile code (see
above), or any other code using the keyword "wildcard", into OMakefile code.

  Thanks for your attention.




SRC=$(wildcard *.dot)
OBJ=$(SRC:.dot=.png)

png: $(OBJ)

%.png: %.dot
        dot -Tpng $< -o $@
-- 
Chantal KELLER
chantal.keller at wanadoo.fr



More information about the Omake mailing list