#******************************************************************* # The ORTCAN Project is distributed under the # Library Gnu General Public Licence. # See file COPYING for details. # #******************************************************************* default_CONFIG = CONFIG_OC_CANMONITOR=n ifndef ANT ANT=/opt/ant/bin/ant endif ifndef JAVA_HOME JAVA_HOME=/opt/java endif export JAVA_HOME .PHONY: jar-xmlconf jar-monitor ifeq ($(CONFIG_OC_CANMONITOR),y) utils-pass-local: jar-monitor jar-xmlconf endif jar-xmlconf jar-monitor: $(ANT) -Djava_class_dir=$(USER_OBJS_DIR)/ -Djava_lib_dir=$(USER_BIN_DIR)/ -buildfile $(srcdir)/build.xml $@