########################################################### # Common definitions and main 'compile' rule for xpath and xslt. # # See Makefile for important environment notes # ########################################################### # Note this is separate from the variable in make.include CLASSESDIR = classes # Add other required dirs to the classpath FESI_CLASSPATH := ..$(PATHSEP)fesi.jar EXTRA_CLASSPATH := $(FESI_CLASSPATH)$(CLPATHSEP)$(CLASSESDIR)$(CLPATHSEP)$(CLASSPATH) sincelast: $(SINCE_FILE) $(SINCE_FILE): $(SRCS) -mkdir $(CLASSESDIR) $(JAVAC) $(JAVACFLAGS) -classpath "$(EXTRA_CLASSPATH)" $? touch $(SINCE_FILE)