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