[BACK]Return to Imakefile CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / lib

File: [local] / OpenXM_contrib2 / asir2000 / lib / Attic / Imakefile (download)

Revision 1.2, Tue Dec 21 04:20:43 1999 UTC (24 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.1: +6 -3 lines

Added Help/HTML files written in Engilish.
They will be installed in asir library directory.
'OpenXM/lib/asir/help' is a symbolic link to help-eg.
If LANG is not set, then 'help' refers to 'asir/help'.
If the value of LANG begins with "japan" or "ja_JP", the 'help'
refers to 'asir/help-jp'.
If LANG is set but the value of LANG does not begin with
"japan" or "ja_JP", the 'help' refers to 'asir/help-eg'.

/* $OpenXM: OpenXM_contrib2/asir2000/lib/Imakefile,v 1.2 1999/12/21 04:20:43 noro Exp $ */
#include "../include/Risa.tmpl"

SRCS= alpi bgk const contrib cyclic\
	defs.h fctrdata fctrtest fff gr\
	ifplot katsura mat nf num\
	primdec ratint robot solve sp sturm xm

all::

install2::
	MakeDir($(ASIR_BINDIR))
	MakeDir($(ASIR_LIBDIR))
	-$(CP) -R $(SRCS) $(ASIR_LIBDIR)
	$(RM) -r $(ASIR_LIBDIR)/help-jp
	$(RM) -r $(ASIR_LIBDIR)/help-eg
	$(RM) -r $(ASIR_LIBDIR)/html-jp
	$(RM) -r $(ASIR_LIBDIR)/html-eg
	gzip -dc help-jp.tgz | ( cd $(ASIR_LIBDIR); tar xf - )
	gzip -dc help-eg.tgz | ( cd $(ASIR_LIBDIR); tar xf - )
	gzip -dc html-jp.tgz | ( cd $(ASIR_LIBDIR); tar xf - )
	gzip -dc html-eg.tgz | ( cd $(ASIR_LIBDIR); tar xf - )
	$(LN) $(ASIR_LIBDIR)/help-eg $(ASIR_LIBDIR)/help