[BACK]Return to asir2000.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

File: [local] / OpenXM_contrib2 / asir2000 / asir2000.in (download)

Revision 1.1, Tue Mar 26 08:10:13 2019 UTC (5 years ago) by ohara
Branch: MAIN
CVS Tags: HEAD

Add asir2000.in and fixed some bugs in the install-openxm target of Makefile.

#!/bin/sh
## $OpenXM: OpenXM_contrib2/asir2000/asir2000.in,v 1.1 2019/03/26 08:10:13 ohara Exp $

prefix=@prefix@
ASIR_LIBDIR=${ASIR_LIBDIR_2000:-${prefix}/lib/asir2000}
ASIR_BINARY=${ASIR_BINARY_2000:-${prefix}/lib/asir2000/asir}
export ASIR_LIBDIR
exec ${ASIR_BINARY} "$@"