From cf994dcaf58f630836d13979bb9428aeeda56166 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Thu, 3 Apr 2008 00:03:48 +0200 Subject: Renamed the makefile to Makefile. --- digital/io/doc/Makefile | 11 +++++++++++ digital/io/doc/makefile | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 digital/io/doc/Makefile delete mode 100644 digital/io/doc/makefile (limited to 'digital/io/doc') diff --git a/digital/io/doc/Makefile b/digital/io/doc/Makefile new file mode 100644 index 00000000..3f03f686 --- /dev/null +++ b/digital/io/doc/Makefile @@ -0,0 +1,11 @@ +DOT = mainFsm.dot loadBall.dot getSamplesFsm.dot stdContenerFsm.dot move.dot + +PNG = $(DOT:%.dot=%.png) + +all: $(PNG) + +%.png: %.dot + dot -Tpng -o $@ $< + +clean: + rm -f $(PNG) diff --git a/digital/io/doc/makefile b/digital/io/doc/makefile deleted file mode 100644 index 3f03f686..00000000 --- a/digital/io/doc/makefile +++ /dev/null @@ -1,11 +0,0 @@ -DOT = mainFsm.dot loadBall.dot getSamplesFsm.dot stdContenerFsm.dot move.dot - -PNG = $(DOT:%.dot=%.png) - -all: $(PNG) - -%.png: %.dot - dot -Tpng -o $@ $< - -clean: - rm -f $(PNG) -- cgit v1.2.3