version 1.16, 2001/04/20 10:34:41 |
version 1.18, 2001/12/25 08:59:47 |
|
|
* Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED |
* Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED |
* All rights reserved. |
* All rights reserved. |
* |
* |
* $OpenXM: OpenXM_contrib2/asir2000/Imakefile,v 1.15 2000/12/26 05:17:46 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/Imakefile,v 1.17 2001/12/25 02:37:21 noro Exp $ |
*/ |
*/ |
#define RISA_TOP_DIR |
#define RISA_TOP_DIR |
#include "include/Risa.tmpl" |
#include "include/Risa.tmpl" |
Line 54 PLLIB = plot/libplot.a |
|
Line 54 PLLIB = plot/libplot.a |
|
PLLIB = |
PLLIB = |
#endif |
#endif |
|
|
|
#if defined(cygwinArchitecture) |
|
PROGRAMS = asir.exe |
|
#else |
PROGRAMS = asir |
PROGRAMS = asir |
|
#endif |
|
|
TOBJ = parse/main.o $(FOBJ) |
TOBJ = parse/main.o $(FOBJ) |
UOBJ = parse/umain.o $(FOBJ) |
UOBJ = parse/umain.o $(FOBJ) |
Line 109 install-bin-lib:: $(PROGRAMS) |
|
Line 113 install-bin-lib:: $(PROGRAMS) |
|
$(RM) $(ASIR_LIBDIR)/ox_asir |
$(RM) $(ASIR_LIBDIR)/ox_asir |
(cd $(ASIR_LIBDIR); $(LN) asir ox_asir) |
(cd $(ASIR_LIBDIR); $(LN) asir ox_asir) |
$(RM) $(ASIR_LIBDIR)/ox_launch |
$(RM) $(ASIR_LIBDIR)/ox_launch |
|
#if defined(cygwinArchitecture) |
|
(cd $(ASIR_LIBDIR); $(CP) asir.exe ox_launch.exe) |
|
#else |
(cd $(ASIR_LIBDIR); $(LN) asir ox_launch) |
(cd $(ASIR_LIBDIR); $(LN) asir ox_launch) |
|
#endif |
$(RM) $(ASIR_LIBDIR)/ox_plot |
$(RM) $(ASIR_LIBDIR)/ox_plot |
(cd $(ASIR_LIBDIR); $(LN) asir ox_plot) |
(cd $(ASIR_LIBDIR); $(LN) asir ox_plot) |
|
|
|
|
$(RM) $(ASIR_LIBDIR)/ox_asir |
$(RM) $(ASIR_LIBDIR)/ox_asir |
(cd $(ASIR_LIBDIR); $(LN) asir ox_asir) |
(cd $(ASIR_LIBDIR); $(LN) asir ox_asir) |
$(RM) $(ASIR_LIBDIR)/ox_launch |
$(RM) $(ASIR_LIBDIR)/ox_launch |
|
#if defined(cygwinArchitecture) |
|
(cd $(ASIR_LIBDIR); $(CP) asir.exe ox_launch.exe) |
|
#else |
(cd $(ASIR_LIBDIR); $(LN) asir ox_launch) |
(cd $(ASIR_LIBDIR); $(LN) asir ox_launch) |
|
#endif |
$(RM) $(ASIR_LIBDIR)/ox_plot |
$(RM) $(ASIR_LIBDIR)/ox_plot |
(cd $(ASIR_LIBDIR); $(LN) asir ox_plot) |
(cd $(ASIR_LIBDIR); $(LN) asir ox_plot) |
$(RM) $(ASIR_BINDIR)/asir |
$(RM) $(ASIR_BINDIR)/asir |