]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/Makefile.am
ocaml 3.09 transition
[helm.git] / helm / DEVEL / mathml_editor / Makefile.am
1 DISTDIR = @PACKAGE@-@VERSION@
2
3 EXTRA_DIST = BUGS LICENSE BUGS-GDOME2 MODES PATTERNS aclocal.m4 editex.pc.in debian
4 SUBDIRS = src test ocaml textomml xsl dict
5 CLEANFILES = core
6
7 pkgconfigdir = $(libdir)/pkgconfig
8 pkgconfig_DATA = editex.pc
9
10 backup:
11         cd ..; tar cvfz @PACKAGE@-@VERSION@-`date|tr ' ' '_'|tr ':' '_'`.tar.gz @PACKAGE@
12
13 cleanbak:
14         -rm -f `find . -name "*~"`
15
16 lc:
17         @( \
18         CFILES=`find . -name "*.c"`; \
19         HFILES=`find . -name "*.h"`; \
20         CCFILES=`find . -name "*.cc"`; \
21         HHFILES=`find . -name "*.hh"`; \
22         ICCFILES=`find . -name "*.icc"`; \
23         wc -l $$CFILES $$HFILES $$CCFILES $$HHFILES $$ICCFILES | tail -n 1 \
24         )
25
26 deb: dist
27         if [ -d $(DISTDIR)/ ]; then rm -rf $(DISTDIR); else true; fi
28         tar xvzf $(DISTDIR).tar.gz
29         (cd $(DISTDIR)/ && rm -rf debian/CVS/ && debuild)
30         rm -rf $(DISTDIR)
31