]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/gdome_xslt/C/test/Makefile
...
[helm.git] / helm / DEVEL / gdome_xslt / C / test / Makefile
1 INCLUDES = `gdome-config --cflags` `xslt-config --cflags` -I $(GDOMEXSLTPATH)
2 LIBS = `gdome-config --libs` `xslt-config --libs`
3
4 GDOMEXSLTPATH = ../gdome_xslt
5
6 test: test.c
7         gcc -o $@ $(INCLUDES) $(LIBS) $(GDOMEXSLTPATH)/gdome_xslt.o $<
8
9 clean:
10         rm -f test