X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/dbded051d69cc5ba556884eb285feba032e09d29..829259826b29edc284ec43810bb505a832091dda:/examples/licenseplate/Makefile diff --git a/examples/licenseplate/Makefile b/examples/licenseplate/Makefile deleted file mode 100644 index 4ec0b44..0000000 --- a/examples/licenseplate/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -SRC = licenceplate.dsp -IMGIN = licence_small.png -LINES = 117 - -BASENAME = output -FORMAT = csv -CSVIN = $(IMGIN:.png=.csv) -CSVOUT = $(BASENAME)1.$(FORMAT) -IMGOUT = $(SRC:.dsp=.png) - -all: $(IMGOUT) - -$(IMGOUT): $(CSVOUT) - octave -qf img_write.m - -$(CSVOUT): $(SRC) $(CSVIN) - faustine -d $(SRC) -i $(CSVIN) -t $(LINES) --oformat $(FORMAT) --obasename $(BASENAME) - -$(CSVIN): $(IMGIN) - octave -qf img_read.m - -clean:: - rm -f gmon.out $(IMGOUT) $(BASENAME)* *csv