Annotation of OpenXM_contrib2/asir2000/lib/Imakefile, Revision 1.19
1.15 noro 1: /*
2: * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
3: * All rights reserved.
4: *
1.19 ! ohara 5: * $OpenXM: OpenXM_contrib2/asir2000/lib/Imakefile,v 1.18 2001/04/02 04:33:47 noro Exp $
1.15 noro 6: */
1.1 noro 7: #include "../include/Risa.tmpl"
8:
1.4 noro 9: SRCS= alpi bgk const cyclic\
1.1 noro 10: defs.h fctrdata fctrtest fff gr\
11: ifplot katsura mat nf num\
1.19 ! ohara 12: primdec primdec_lex ratint robot solve sp sturm sym xm dmul bfct dfff
1.1 noro 13:
14: all::
1.7 noro 15:
1.8 noro 16: depend::
1.1 noro 17:
1.6 noro 18: install-lib::
1.1 noro 19: MakeDir($(ASIR_BINDIR))
20: MakeDir($(ASIR_LIBDIR))
1.14 noro 21: -$(CP) $(SRCS) $(ASIR_LIBDIR)
1.9 noro 22: $(RM) $(ASIR_LIBDIR)/help
1.13 noro 23: (cd $(ASIR_LIBDIR); $(LN) help-eg help)
1.11 noro 24:
25: install-doc::
1.1 noro 26: $(RM) -r $(ASIR_LIBDIR)/help-jp
1.2 noro 27: $(RM) -r $(ASIR_LIBDIR)/help-eg
1.5 noro 28: uudecode help-jp.uu ; gzip -dc help-jp.tgz | ( cd $(ASIR_LIBDIR); tar xf - ); $(RM) help-jp.tgz
29: uudecode help-eg.uu ; gzip -dc help-eg.tgz | ( cd $(ASIR_LIBDIR); tar xf - ); $(RM) help-eg.tgz
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>