]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/gdome_xslt/Makefile.am
ocaml 3.09 transition
[helm.git] / helm / DEVEL / gdome_xslt / Makefile.am
1 DISTDIR = @PACKAGE@-@VERSION@
2
3 EXTRA_DIST = BUGS LICENSE aclocal.m4 debian gdome2-xslt.pc.in gdome2-xslt-cpp-smart.pc.in
4
5 pkgconfigdir = $(libdir)/pkgconfig
6 pkgconfig_DATA = gdome2-xslt.pc gdome2-xslt-cpp-smart.pc
7
8 ## SUBDIRS = C C++ test_files
9 SUBDIRS = C C++ ocaml test_files
10
11 deb: dist
12         if [ -d $(DISTDIR)/ ]; then rm -rf $(DISTDIR); else true; fi
13         tar xvzf $(DISTDIR).tar.gz
14         (cd $(DISTDIR)/ && debuild)
15         rm -rf $(DISTDIR)
16