]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/gdome_xslt/C/test/Makefile
This commit was manufactured by cvs2svn to create branch
[helm.git] / helm / DEVEL / gdome_xslt / C / test / Makefile
diff --git a/helm/DEVEL/gdome_xslt/C/test/Makefile b/helm/DEVEL/gdome_xslt/C/test/Makefile
deleted file mode 100644 (file)
index 6f9482e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-INCLUDES = `gdome-config --cflags` `xslt-config --cflags` -I $(GDOMEXSLTPATH)
-LIBS = `gdome-config --libs` `xslt-config --libs`
-
-GDOMEXSLTPATH = ../gdome_xslt
-
-test: test.c
-       gcc -o $@ $(INCLUDES) $(LIBS) $(GDOMEXSLTPATH)/gdome_xslt.o $<
-
-clean:
-       rm -f test