[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc

File: [local] / OpenXM / src / asir-contrib / packages / doc / Makefile.in (download)

Revision 1.33, Tue Jun 8 01:42:27 2021 UTC (2 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.32: +2 -2 lines

tk_ode_by_mpfr is added.

#$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.33 2021/06/08 01:42:27 takayama Exp $
RM=rm -f

LANGUAGES = en ja

bindir=@prefix@/bin
LIBDIR=@prefix@/lib/asir
DOCDIR=@prefix@/doc/asir-contrib
DOCDIRTOP=@prefix@/doc

SUBDIRS=dsolv gnuplot mathematica ok_diff ok_dmodule om \
   pfpcoh phc plucker sm1 tigers \
   todo_parametrize f_res taji_alc top noro_matrix mt_graph nn_ndbf noro_mwl noro_pd \
   ns_twistedlog nk_fb_gen_c gtt_ekn n_wishartd noro_module_syz noro_grcrt \
   ox_pari mt_gkz tk_ode_by_mpfr


all :
	@if [ ! -f ./.build_done ] ; then \
		for i in ${SUBDIRS}; do (cp texinfo*.tex txi-ja.tex $$i; cd $$i && ${MAKE}); done ; \
	    touch ./.build_done ; \
	fi

install: install-help install-document

install-help: all
	@if [ ! -f ./.install_help_done ] ; then \
		for i in ${SUBDIRS}; do (cd $$i && ${MAKE} install-help); done ; \
	    touch ./.install_help_done ; \
	else \
	    echo "NOTE: Installation of document is already done. Remove .install_help_done for a new installation." ; \
	fi

install-document: all
	@if [ ! -f ./.install_doc_done ] ; then \
		for i in ${SUBDIRS}; do (cd $$i && ${MAKE} install-document); done ; \
		install -m 0644 asir-doc-top.html ${DOCDIRTOP} ; \
	    touch ./.install_doc_done ; \
	else \
	    echo "NOTE: Installation of document is already done. Remove .install_doc_done for a new installation." ; \
	fi

clean:
	for i in ${SUBDIRS}; do (cd $$i; ${RM} -f texinfo*.tex txi-ja.tex ; ${MAKE} clean); done

distclean: clean
	-for j in ${LANGUAGES}; do \
		${RM} -r ${LIBDIR}/help-$$j/xm.help ; \
	done
	-${RM} -r ${DOCDIR}
	-${RM} -r ./.*done config.log config.status autom4te.cache 
	-${RM} Makefile M/Makefile