tech-toolchain archive

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

make suffix rule question



Is there a BSD make replacement for:

gen/%_png.h: %.png
        $(UTILS_SRC)/bin2c "$<" "$@"

I know
.SUFFIXES: .png .foo
.png.foo:
	do something

but I don't see how that will work with a _png.h extension and subdirs.
 Thomas


Home | Main Index | Thread Index | Old Index