1 # This is the dmake version.
3 # copied from settings.mk
4 SOLARBINDIR
=$(SOLARVERSION
)$/$(INPATH
)$/bin
$(UPDMINOREXT
)
6 # Please modify the following lines to match your environment:
7 # If you use the run: target at the end of the file, then adapt port number.
10 # The following variables probably don't need to be changed.
13 # The JAR_PATH points to the jar files of your local office installation.
14 JAR_PATH
= $(SOLARBINDIR
)$/
17 # The rest of this makefile should not need to be touched.
29 ov
/ObjectViewContainer.java \
31 ov
/ListeningObjectView.java \
34 ov
/SelectionView.java \
36 # ov/StateSetView.java \
41 $(foreach,i
,$(JAR_FILES
) $(JAR_PATH
)$i) \
44 CLASSPATH
!:=$(JAVA_CLASSPATHS
:t
$(PATH_SEPERATOR
))
46 JFLAGS
= -deprecation
-classpath
$(CLASSPATH
)
51 ov
: $(JAVA_FILES
:b
:+".class")