X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2FMakefile;fp=helm%2FDEVEL%2Fgdome_xslt%2FMakefile;h=0000000000000000000000000000000000000000;hb=e108abe5c0b4eb841c4ad332229a6c0e57e70079;hp=a92492ac82a9fcc81f1dfffdcd1c37c6c75ad547;hpb=1456c337a60f6677ee742ff7891d43fc382359a9;p=helm.git diff --git a/helm/DEVEL/gdome_xslt/Makefile b/helm/DEVEL/gdome_xslt/Makefile deleted file mode 100644 index a92492ac8..000000000 --- a/helm/DEVEL/gdome_xslt/Makefile +++ /dev/null @@ -1,33 +0,0 @@ - -VERSION = 0.0.1 -NAME = libxslt-ocaml -QNAME = $(NAME)-$(VERSION) -DIST_DIRS = C ocaml test_files debian -SOURCE_DIRS = C/gdome_xslt/ ocaml/gdome_xslt/ -NODIST = CVS .cvsignore - -all: - -clean: - -make -C ocaml/gdome_xslt/ distclean - -make -C C/gdome_xslt/ clean - -dist: clean - - # copy dist stuff in dist dir - mkdir $(QNAME)/ - for d in $(DIST_DIRS); do \ - cp -a $$d $(QNAME)/; \ - done - - # remove garbage - -for p in $(NODIST); do \ - find $(QNAME)/ -name $$p -exec rm -rf {} \; 2> /dev/null; \ - done - - # create tarball and remove distdir - tar --remove-files -czf $(QNAME).tar.gz $(QNAME)/ - rm -rf $(QNAME) - -.PHONY: all clean dist -