version 1.18, 2000/01/20 18:14:32 |
version 1.19, 2000/01/21 14:50:04 |
|
|
# |
# |
# $OpenXM: OpenXM/src/OpenMath/Makefile,v 1.17 2000/01/19 12:59:28 tam Exp $ |
# $OpenXM: OpenXM/src/OpenMath/Makefile,v 1.18 2000/01/20 18:14:32 tam Exp $ |
|
|
OpenXM_HOME = ../.. |
OpenXM_HOME = ../.. |
INSTALLDIR = $(OpenXM_HOME)/lib/java-support |
INSTALLDIR = $(OpenXM_HOME)/lib/java-support |
Line 70 PKGTARGETS = JP/ac/kobe_u/math/tam/OpenXM/CMO.class \ |
|
Line 70 PKGTARGETS = JP/ac/kobe_u/math/tam/OpenXM/CMO.class \ |
|
JP/ac/kobe_u/math/tam/OpenXM/OpenXMconnection.class \ |
JP/ac/kobe_u/math/tam/OpenXM/OpenXMconnection.class \ |
JP/ac/kobe_u/math/tam/OpenXM/SM.class |
JP/ac/kobe_u/math/tam/OpenXM/SM.class |
|
|
TARGETS = OpenXM.jar OM2OXM.class OMproxy.class |
TARGETS = OM2OXM.class OMproxy.class |
|
|
|
|
all: configure $(TARGETS) |
all: configure OpenXM.jar $(TARGETS) |
|
|
|
|
configure: |
configure: |
|
|
|
|
OpenXM.jar: $(PKGSRCS) |
OpenXM.jar: $(PKGSRCS) |
$(JAVAC) -d . -O $? |
$(JAVAC) -d . -O $? |
@touch $@ |
@#touch $@ |
-@#$(JAR) cf $@ $(PKGTARGETS) |
-@#$(JAR) cf $@ $(PKGTARGETS) |