#/**************************************************************************** # * Copyright by The HDF Group. * # * Copyright by the Board of Trustees of the University of Illinois. * # * All rights reserved. * # * * # * This file is part of HDF Java Products. The full HDF Java copyright * # * notice, including terms governing use, modification, and redistribution, * # * is contained in the file, COPYING. COPYING can be found at the root of * # * the source code distribution tree. You can also access it online at * # * http://www.hdfgroup.org/products/licenses.html. If you do not have * # * access to the file, you may request a copy from help@hdfgroup.org. * # ****************************************************************************/ TOP = ../.. DIR = examples/datasets SUBDIRS = NULL JAVAC = @JAVAC@ JAVADOC = @JAVADOC@ JAR = @JAR@ FIND = @FIND@ RM = @RM@ SLEXT=@SLEXT@ JSLEXT=@JSLEXT@ CLASSPATH=@CLASSPATH@ JH45INSTALLDIR=@JH45INST@ H45INC=@H45INC@ H4INC=@HDF4INC@ H5INC=@HDF5INC@ JAVA_SRCS = \ H5Ex_D_Alloc.java \ H5Ex_D_Checksum.java \ H5Ex_D_Chunk.java \ H5Ex_D_Compact.java \ H5Ex_D_External.java \ H5Ex_D_FillValue.java \ H5Ex_D_Gzip.java \ H5Ex_D_Hyperslab.java \ H5Ex_D_ReadWrite.java \ H5Ex_D_Shuffle.java \ H5Ex_D_Szip.java \ H5Ex_D_UnlimitedAdd.java \ H5Ex_D_UnlimitedGzip.java \ H5Ex_D_UnlimitedMod.java \ H5Ex_D_Nbit.java \ H5Ex_D_Transform.java \ H5Ex_D_Sofloat.java \ H5Ex_D_Soint.java include $(TOP)/Config/Rules.mk