Annotation of OpenXM_contrib2/asir2000/lib/Imakefile, Revision 1.20
1.15 noro 1: /*
2: * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
3: * All rights reserved.
4: *
1.20 ! takayama 5: * $OpenXM: OpenXM_contrib2/asir2000/lib/Imakefile,v 1.19 2001/09/27 01:22:20 ohara 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.20 ! takayama 12: primdec primdec_lex ratint robot solve sp sturm sym xm dmul bfct dfff\
! 13: glib
1.1 noro 14:
15: all::
1.7 noro 16:
1.8 noro 17: depend::
1.1 noro 18:
1.6 noro 19: install-lib::
1.1 noro 20: MakeDir($(ASIR_BINDIR))
21: MakeDir($(ASIR_LIBDIR))
1.14 noro 22: -$(CP) $(SRCS) $(ASIR_LIBDIR)
1.9 noro 23: $(RM) $(ASIR_LIBDIR)/help
1.13 noro 24: (cd $(ASIR_LIBDIR); $(LN) help-eg help)
1.11 noro 25:
26: install-doc::
1.1 noro 27: $(RM) -r $(ASIR_LIBDIR)/help-jp
1.2 noro 28: $(RM) -r $(ASIR_LIBDIR)/help-eg
1.5 noro 29: uudecode help-jp.uu ; gzip -dc help-jp.tgz | ( cd $(ASIR_LIBDIR); tar xf - ); $(RM) help-jp.tgz
30: uudecode help-eg.uu ; gzip -dc help-eg.tgz | ( cd $(ASIR_LIBDIR); tar xf - ); $(RM) help-eg.tgz
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>