]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/metadata/create4/METADATA/Makefile
This commit was manufactured by cvs2svn to create branch 'init'.
[helm.git] / helm / metadata / create4 / METADATA / Makefile
diff --git a/helm/metadata/create4/METADATA/Makefile b/helm/metadata/create4/METADATA/Makefile
deleted file mode 100644 (file)
index 160f0bb..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-CC = gcc
-
-meta: lex.yy.o sthandler.o
-       gcc lex.yy.o sthandler.o -o meta
-
-lex.yy.c: meta_lex.l sthandler.h
-       flex meta_lex.l 
-
-sthandler.o: sthandler.c sthandler.h
-
-lex.yy.o: lex.yy.c sthandler.h
-       gcc -c lex.yy.c 
-
-clean:
-       -rm *.o 
-       -rm lex.yy.c
-       -rm meta