libamxs  0.6.0
Data Model Synchronization C API
makefile
Go to the documentation of this file.
1 include ../makefile.inc
2 
3 doc: libamxs.doxy
4  mkdir -p ../output/doc
5  VERSION=$(VERSION) doxygen $<
6 
7 .PHONY: doc