summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/gutter/Makefile
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-03-30 20:50:27 +0200
committerNélio Laranjeiro2008-03-30 20:50:27 +0200
commit08f990e718f99e6caf53cb4583db267a0714ce6b (patch)
tree411f3c780e7348069766f20f8a4aaf1c33be69ba /digital/io/src/gutter/Makefile
parentf0282f04908e216368639d28cdea4a7323c34bbd (diff)
Update the makefile name to add the fsm suffix.
Diffstat (limited to 'digital/io/src/gutter/Makefile')
-rw-r--r--digital/io/src/gutter/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/digital/io/src/gutter/Makefile b/digital/io/src/gutter/Makefile
deleted file mode 100644
index ceae7a8a..00000000
--- a/digital/io/src/gutter/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-CFLAGS = -O2 -Wall
-
-all: prgm exe dot png
-
-prgm: gutter.fsm gutter.conf
- python ../../../../tools/dfagen/dfagen.py -o c -d $< -c gutter.conf -p gutter
-
-exe: gutter.fsm gutter.conf
- make prgm
-
-dot: gutter.fsm gutter.conf
- python ../../../../tools/dfagen/dfagen.py -o dot -d $< -c gutter.conf -p gutter
-
-png: gutter.dot
- dot -Tpng -o gutter.png gutter.dot
-
-clean:
- rm -f gutter.h
- rm -f gutter_cb.h
- rm -f gutter.dot
- rm -f gutter.png
- rm -f gutter.c