From 689d78b5d4a57456152420b0e3f490480ad32b8f Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Mon, 24 Mar 2008 22:29:22 +0100 Subject: Update the FSM for the getsamples. --- digital/io/src/getsamples/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'digital/io/src/getsamples/Makefile') diff --git a/digital/io/src/getsamples/Makefile b/digital/io/src/getsamples/Makefile index 3cf5a03a..389adc71 100644 --- a/digital/io/src/getsamples/Makefile +++ b/digital/io/src/getsamples/Makefile @@ -1,10 +1,6 @@ CFLAGS = -O2 -Wall -all: getSamplesFsm.fsm getSamplesFsm.conf - make prgm - make exe - make dot - make png +all: prgm exe dot png prgm: getSamplesFsm.fsm getSamplesFsm.conf python ../../../../tools/dfagen/dfagen.py -o c -d $< -c getSamplesFsm.conf -p getsamples @@ -20,4 +16,9 @@ png: getsamples.dot dot -Tpng -o getsamples.png getsamples.dot clean: - rm -f getsamples* + rm -f getsamples.h + rm -f getsamples_cb.c + rm -f getsamples_cb.h + rm -f getsamples.dot + rm -f getsamples.png + rm -f getsamples.c -- cgit v1.2.3