X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2FMakefile.am;fp=helm%2FDEVEL%2Fmathml_editor%2FMakefile.am;h=edd3988bb0b309f507ad2890bc43739b7a9d314c;hb=30060cffed61b88fe53e4d6386b606050d6dfda0;hp=0000000000000000000000000000000000000000;hpb=e6927665462cbbace76cff1b17d4f8badcb44eda;p=helm.git diff --git a/helm/DEVEL/mathml_editor/Makefile.am b/helm/DEVEL/mathml_editor/Makefile.am new file mode 100644 index 000000000..edd3988bb --- /dev/null +++ b/helm/DEVEL/mathml_editor/Makefile.am @@ -0,0 +1,21 @@ +#EXTRA_DIST = BUGS HISTORY LICENSE aclocal.m4 debian/ +SUBDIRS = src test +CLEANFILES = core + +bin_SCRIPTS = editex-config + +backup: + cd ..; tar cvfz @PACKAGE@-@VERSION@-`date|tr ' ' '_'|tr ':' '_'`.tar.gz @PACKAGE@ + +cleanbak: + -rm -f `find . -name "*~"` + +lc: + @( \ + CFILES=`find . -name "*.c"`; \ + HFILES=`find . -name "*.h"`; \ + CCFILES=`find . -name "*.cc"`; \ + HHFILES=`find . -name "*.hh"`; \ + ICCFILES=`find . -name "*.icc"`; \ + wc -l $$CFILES $$HFILES $$CCFILES $$HHFILES $$ICCFILES | tail -n 1 \ + )