version 1.9, 2000/03/10 14:21:45 |
version 1.11, 2000/03/11 02:01:42 |
|
|
# $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.8 2000/03/10 10:25:21 takayama Exp $ |
# $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.10 2000/03/10 14:57:51 takayama Exp $ |
# This is a Makefile to generate source and binary distributions of |
# This is a Makefile to generate source and binary distributions of |
# the OpenXM package on various plathomes. |
# the OpenXM package on various plathomes. |
|
|
Line 39 WORK=work/openxm-${VERSION} |
|
Line 39 WORK=work/openxm-${VERSION} |
|
|
|
### Common |
### Common |
SHARED_FILES = OpenXM/Copyright OpenXM/doc OpenXM/include OpenXM/man \ |
SHARED_FILES = OpenXM/Copyright OpenXM/doc OpenXM/include OpenXM/man \ |
OpenXM/rc \ |
|
OpenXM/lib/asir-contrib OpenXM/lib/java-support \ |
OpenXM/lib/asir-contrib OpenXM/lib/java-support \ |
OpenXM/lib/k097 OpenXM/lib/math OpenXM/lib/pari \ |
OpenXM/lib/k097 OpenXM/lib/math OpenXM/lib/pari \ |
OpenXM/lib/sm1 OpenXM/lib/asir |
OpenXM/lib/sm1 OpenXM/lib/asir |
BINARY_FILES = OpenXM/bin OpenXM/lib/*.a OpenXM/lib/*.so* OpenXM/lib/*.a.* |
BINARY_FILES = OpenXM/bin OpenXM/lib/*.a OpenXM/lib/*.so* OpenXM/lib/*.a.* \ |
|
OpenXM/rc |
|
|
EXECUTABLES=gnuplot4ox gnuplot_x11 k0 ox ox_sm1 oxlog oxweave sm1 tigers ox_math |
EXECUTABLES=gnuplot4ox gnuplot_x11 k0 ox ox_sm1 oxlog oxweave sm1 tigers ox_math |
|
|
usage : |
usage : |
Line 169 shared-tar-ball : tar-ball-01 |
|
Line 170 shared-tar-ball : tar-ball-01 |
|
|
|
clean-work : |
clean-work : |
/bin/rm -rf .*_done *~ |
/bin/rm -rf .*_done *~ |
/bin/rm -rf work |
/bin/rm -rf work work-fake |
|
|
clean-for-make: |
clean-for-make: |
(cd ${WORK} ; make distclean) |
(cd ${WORK} ; make distclean) |