version 1.4, 2000/03/08 05:46:14 |
version 1.5, 2000/03/08 06:05:20 |
|
|
# -*- mode: Makefile -*- |
# -*- mode: Makefile -*- |
# $OpenXM: OpenXM/src/ox_toolkit/Makefile.in,v 1.3 2000/03/05 14:55:18 ohara Exp $ |
# $OpenXM: OpenXM/src/ox_toolkit/Makefile.in,v 1.4 2000/03/08 05:46:14 ohara Exp $ |
|
|
OpenXM_HOME = ../.. |
OpenXM_HOME = ../.. |
GMPSRC = ${OpenXM_HOME}/src/gmp |
GMPSRC = ${OpenXM_HOME}/src/gmp |
|
|
|
|
clean: clean-document clean-binary |
clean: clean-document clean-binary |
|
|
distclean: |
|
-rm -f .configure_done configure config.cache config.log config.status Makefile |
|
|
|
|
distclean: clean |
|
-rm -f .configure_done configure config.cache config.log config.status Makefile |
|
|