Hi,

is it possible to add a custom suffix rule to a makefile like:

.po.mo:
        $(MSGFMT) -o $@ $<


Will the following do?

ADD_CUSTOM_TARGET (.po.mo
        ...
)

many thanks
Chris


http://www.acurana.de/

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to