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