X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmetadata%2Fcreate_V7_mowgli%2FMETADATA%2FMakefile;h=27b5fe5e6934145c99d1f60330db2dce5430ea1d;hb=4faf0e37e7019de16dd6862bb34d84f799a2a230;hp=cb7d5d714da9531b4ee1c3b3079d2e044dd1ec50;hpb=0e6b8620b9c128c3f256c00b422cee7708321171;p=helm.git diff --git a/helm/metadata/create_V7_mowgli/METADATA/Makefile b/helm/metadata/create_V7_mowgli/METADATA/Makefile index cb7d5d714..27b5fe5e6 100644 --- a/helm/metadata/create_V7_mowgli/METADATA/Makefile +++ b/helm/metadata/create_V7_mowgli/METADATA/Makefile @@ -3,25 +3,23 @@ CC = gcc all: meta meta_ind meta: lex.yy.o sthandler.o - gcc lex.yy.o sthandler.o -o meta + gcc lex.yy.o sthandler.o -lpq -o meta -meta_ind: lex.yy_ind.o sthandler_ind.o - gcc lex.yy_ind.o sthandler_ind.o -o meta_ind +meta_ind: lex.yy_ind.o sthandler.o + gcc lex.yy_ind.o sthandler.o -lpq -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 +lex.yy_ind.c: meta_lex_ind.l sthandler.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 +lex.yy_ind.o: lex.yy_ind.c sthandler.h gcc -c lex.yy_ind.c clean: