]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/metadata/create_V7_mowgli/METADATA/Makefile
- removed some unneeded dependencies from debian/control
[helm.git] / helm / metadata / create_V7_mowgli / METADATA / Makefile
index cb7d5d714da9531b4ee1c3b3079d2e044dd1ec50..27b5fe5e6934145c99d1f60330db2dce5430ea1d 100644 (file)
@@ -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: