[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.20, Wed Dec 2 05:31:11 2009 UTC (14 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.19: +2 -2 lines

*** empty log message ***

#$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.20 2009/12/02 05:31:11 noro Exp $
RM=rm -f

LANGUAGES = en ja

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

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

all :
	@if [ ! -f ./.build_done ] ; then \
		for i in ${SUBDIRS}; do (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 ; \
	    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; ${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