From 0968f4428bd842b06b4218741b7a70f83f9517a4 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Sun, 30 Mar 2008 20:45:33 +0200 Subject: Moved teh getsamples fsm. --- digital/io/src/Makefile.getsamples | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 digital/io/src/Makefile.getsamples (limited to 'digital/io/src/Makefile.getsamples') diff --git a/digital/io/src/Makefile.getsamples b/digital/io/src/Makefile.getsamples new file mode 100644 index 00000000..9e3287f4 --- /dev/null +++ b/digital/io/src/Makefile.getsamples @@ -0,0 +1,21 @@ +CFLAGS = -O2 -Wall + +all: prgm exe dot png + +prgm: getSamplesFsm.fsm getSamplesFsm.conf + python ../../../tools/dfagen/dfagen.py -o c -d $< -c getSamplesFsm.conf -p getsamples + +exe: prgm + +dot: getSamplesFsm.fsm getSamplesFsm.conf + python ../../../tools/dfagen/dfagen.py -o dot -d $< -c getSamplesFsm.conf -p getsamples + +png: getsamples.dot + dot -Tpng -o getsamples.png getsamples.dot + +clean: + rm -f getsamples.h + rm -f getsamples_cb.h + rm -f getsamples.dot + rm -f getsamples.png + rm -f getsamples.c -- cgit v1.2.3