version 1.17, 2009/02/21 22:09:11 |
version 1.19, 2009/02/22 06:51:12 |
|
|
#$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.16 2009/02/15 01:51:12 takayama Exp $ |
#$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.18 2009/02/22 02:51:44 ohara Exp $ |
RM=rm -f |
RM=rm -f |
|
|
LANGUAGES = en ja |
LANGUAGES = en ja |
|
|
INSTALL=@INSTALL@ |
|
INSTALL_SCRIPT=@INSTALL_SCRIPT@ |
|
|
|
#top_srcdir=@top_srcdir@ |
|
bindir=@prefix@/bin |
bindir=@prefix@/bin |
LIBDIR=@prefix@/lib/asir |
LIBDIR=@prefix@/lib/asir |
DOCDIR=@prefix@/doc/asir-contrib |
DOCDIR=@prefix@/doc/asir-contrib |
OXREPLACE=${bindir}/oxreplace |
|
|
|
SUBDIRS=dsolv gnuplot mathematica ok_diff ok_dmodule om \ |
SUBDIRS=dsolv gnuplot mathematica ok_diff ok_dmodule om \ |
pfpcoh phc plucker sm1 tigers \ |
pfpcoh phc plucker sm1 tigers \ |
|
|
touch ./.build_done ; \ |
touch ./.build_done ; \ |
fi |
fi |
|
|
install: install-help |
install: install-help install-document |
|
|
install-help: all |
install-help: all |
@if [ ! -f ./.install_help_done ] ; then \ |
@if [ ! -f ./.install_help_done ] ; then \ |
Line 34 install-help: all |
|
Line 29 install-help: all |
|
|
|
install-document: all |
install-document: all |
@if [ ! -f ./.install_doc_done ] ; then \ |
@if [ ! -f ./.install_doc_done ] ; then \ |
for i in ${SUBDIRS}; do (cd $$i; ${MAKE} install-document); done ; \ |
for i in ${SUBDIRS}; do (cd $$i && ${MAKE} install-document); done ; \ |
for j in ${LANGUAGES}; do \ |
|
${INSTALL_SCRIPT} top/fix-link.sh ${DOCDIR}/$$j/cman-html ; \ |
|
(cd ${DOCDIR}/$$j/cman-html; sh ./fix-link.sh $$j ${OXREPLACE}) ; \ |
|
done ; \ |
|
touch ./.install_doc_done ; \ |
touch ./.install_doc_done ; \ |
else \ |
else \ |
echo "NOTE: Installation of document is already done. Remove .install_document_done for a new installation." ; \ |
echo "NOTE: Installation of document is already done. Remove .install_doc_done for a new installation." ; \ |
fi |
fi |
|
|
clean: |
clean: |