X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Fmetadata%2Fcreate_V7_mowgli%2FMETADATA%2FMakefile;fp=helm%2Fmetadata%2Fcreate_V7_mowgli%2FMETADATA%2FMakefile;h=0000000000000000000000000000000000000000;hp=cb7d5d714da9531b4ee1c3b3079d2e044dd1ec50;hb=869549224eef6278a48c16ae27dd786376082b38;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8 diff --git a/helm/metadata/create_V7_mowgli/METADATA/Makefile b/helm/metadata/create_V7_mowgli/METADATA/Makefile deleted file mode 100644 index cb7d5d714..000000000 --- a/helm/metadata/create_V7_mowgli/METADATA/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -CC = gcc - -all: meta meta_ind - -meta: lex.yy.o sthandler.o - gcc lex.yy.o sthandler.o -o meta - -meta_ind: lex.yy_ind.o sthandler_ind.o - gcc lex.yy_ind.o sthandler_ind.o -o meta_ind - -lex.yy.c: meta_lex.l sthandler.h - flex meta_lex.l - -lex.yy_ind.c: meta_lex_ind.l sthandler_ind.h - flex -olex.yy_ind.c meta_lex_ind.l - -sthandler.o: sthandler.c sthandler.h - -sthandler.o: sthandler_ind.c sthandler_ind.h - -lex.yy.o: lex.yy.c sthandler.h - gcc -c lex.yy.c - -lex.yy_ind.o: lex.yy_ind.c sthandler_ind.h - gcc -c lex.yy_ind.c - -clean: - -rm *.o - -rm lex.yy.c lex.yy_ind.c - -rm meta meta_ind