[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.12, Wed Jan 26 03:03:07 2000 UTC (24 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.11: +2 -2 lines

Removed -s option for ln.
As the file is removed in advance, '-s' is not necessary.
('-s' does not work correctly on Solaris2.)

/* $OpenXM: OpenXM_contrib2/asir2000/lib/Imakefile,v 1.12 2000/01/26 03:03:07 noro Exp $ */
#include "../include/Risa.tmpl"

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

all::

depend::

install-lib::
	MakeDir($(ASIR_BINDIR))
	MakeDir($(ASIR_LIBDIR))
	-$(CP) -R $(SRCS) $(ASIR_LIBDIR)
	$(RM) $(ASIR_LIBDIR)/help
	$(LN) $(ASIR_LIBDIR)/help-eg $(ASIR_LIBDIR)/help

install-doc::
	$(RM) -r $(ASIR_LIBDIR)/help-jp
	$(RM) -r $(ASIR_LIBDIR)/help-eg
	$(RM) -r $(ASIR_LIBDIR)/html-jp
	$(RM) -r $(ASIR_LIBDIR)/html-eg
	uudecode help-jp.uu ; gzip -dc help-jp.tgz | ( cd $(ASIR_LIBDIR); tar xf - ); $(RM) help-jp.tgz
	uudecode help-eg.uu ; gzip -dc help-eg.tgz | ( cd $(ASIR_LIBDIR); tar xf - ); $(RM) help-eg.tgz
	uudecode html-jp.uu ; gzip -dc html-jp.tgz | ( cd $(ASIR_LIBDIR); tar xf - ); $(RM) html-jp.tgz
	uudecode html-eg.uu ; gzip -dc html-eg.tgz | ( cd $(ASIR_LIBDIR); tar xf - ); $(RM) html-eg.tgz