From 9d3573134462335051e46b990e97e1d32bef4b29 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 31 Mar 2008 13:03:47 +0200 Subject: * digital/io/src: - adapted FSM to AVR program. --- digital/io/src/Makefile.getsamples | 21 --------------------- 1 file changed, 21 deletions(-) delete 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 deleted file mode 100644 index 9e3287f4..00000000 --- a/digital/io/src/Makefile.getsamples +++ /dev/null @@ -1,21 +0,0 @@ -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