version 1.24, 2014/03/27 07:28:07 |
version 1.26, 2016/03/28 12:10:23 |
|
|
#$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.23 2012/02/25 06:07:48 takayama Exp $ |
#$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.25 2014/05/26 05:50:58 takayama Exp $ |
RM=rm -f |
RM=rm -f |
|
|
LANGUAGES = en ja |
LANGUAGES = en ja |
|
|
bindir=@prefix@/bin |
bindir=@prefix@/bin |
LIBDIR=@prefix@/lib/asir |
LIBDIR=@prefix@/lib/asir |
DOCDIR=@prefix@/doc/asir-contrib |
DOCDIR=@prefix@/doc/asir-contrib |
|
DOCDIRTOP=@prefix@/doc |
|
|
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 \ |
todo_parametrize f_res taji_alc top noro_matrix mt_graph nn_ndbf noro_mwl noro_pd \ |
todo_parametrize f_res taji_alc top noro_matrix mt_graph nn_ndbf noro_mwl noro_pd \ |
ns_twistedlog nk_fb_gen_c |
ns_twistedlog nk_fb_gen_c gtt_ekn |
|
|
|
|
all : |
all : |
Line 32 install-help: all |
|
Line 33 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 ; \ |
|
install -m 0644 asir-doc-top.html ${DOCDIRTOP} ; \ |
touch ./.install_doc_done ; \ |
touch ./.install_doc_done ; \ |
else \ |
else \ |
echo "NOTE: Installation of document is already done. Remove .install_doc_done for a new installation." ; \ |
echo "NOTE: Installation of document is already done. Remove .install_doc_done for a new installation." ; \ |