All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nance.prov.ProvToolbox-Tutorial4.0.9.11.source-code.Makefile Maven / Gradle / Ivy


do.all:
	mkdir target
	$(MAKE) expand1
	$(MAKE) expand2
	$(MAKE) expand3
	$(MAKE) expand4
	$(MAKE) expand5


expand1:
	provconvert -infile src/main/resources/template1.provn -bindings src/main/resources/binding1.ttl -outfile target/doc1.provn
	provconvert -infile target/doc1.provn -outfile target/doc1.png
	provconvert -infile src/main/resources/template1.provn -outfile target/template1.png

expand2:
	provconvert -infile src/main/resources/template1.provn -bindings src/main/resources/binding2.ttl -outfile target/doc2.provn
	provconvert -infile target/doc2.provn -outfile target/doc2.png


expand3:
	provconvert -infile src/main/resources/template1.provn -bindings src/main/resources/binding3.ttl -outfile target/doc3.provn
	provconvert -infile target/doc3.provn -outfile target/doc3.png


expand4:
	provconvert -infile src/main/resources/template2.provn -bindings src/main/resources/binding4.ttl -outfile target/doc4.provn
	provconvert -infile target/doc4.provn -outfile target/doc4.png
	provconvert -infile src/main/resources/template2.provn -outfile target/template2.png


expand5:
	provconvert -infile src/main/resources/template3.provn -bindings src/main/resources/binding4.ttl -outfile target/doc5.provn
	provconvert -infile target/doc5.provn -outfile target/doc5.png
	provconvert -infile src/main/resources/template3.provn -outfile target/template3.png




© 2015 - 2025 Weber Informatics LLC | Privacy Policy