]> matita.cs.unibo.it Git - helm.git/blob - helm/metadata/create4/METADATA/Makefile
Initial revision
[helm.git] / helm / metadata / create4 / METADATA / Makefile
1 CC = gcc
2
3 meta: lex.yy.o sthandler.o
4         gcc lex.yy.o sthandler.o -o meta
5
6 lex.yy.c: meta_lex.l sthandler.h
7         flex meta_lex.l 
8
9 sthandler.o: sthandler.c sthandler.h
10
11 lex.yy.o: lex.yy.c sthandler.h
12         gcc -c lex.yy.c 
13
14 clean:
15         -rm *.o 
16         -rm lex.yy.c
17         -rm meta