]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/Makefile.am
* changed handling of ' (\primes) with a few patches in the stylesheets
[helm.git] / helm / DEVEL / mathml_editor / Makefile.am
1 #EXTRA_DIST = BUGS HISTORY LICENSE aclocal.m4 debian/
2 SUBDIRS = src test ocaml textomml
3 CLEANFILES = core
4
5 pkgconfigdir = $(libdir)/pkgconfig
6 pkgconfig_DATA = editex.pc
7
8 backup:
9         cd ..; tar cvfz @PACKAGE@-@VERSION@-`date|tr ' ' '_'|tr ':' '_'`.tar.gz @PACKAGE@
10
11 cleanbak:
12         -rm -f `find . -name "*~"`
13
14 lc:
15         @( \
16         CFILES=`find . -name "*.c"`; \
17         HFILES=`find . -name "*.h"`; \
18         CCFILES=`find . -name "*.cc"`; \
19         HHFILES=`find . -name "*.hh"`; \
20         ICCFILES=`find . -name "*.icc"`; \
21         wc -l $$CFILES $$HFILES $$CCFILES $$HHFILES $$ICCFILES | tail -n 1 \
22         )