59 lines
1.8 KiB
Makefile
59 lines
1.8 KiB
Makefile
# Generated automatically from Makefile.in by configure.
|
|
#/****************************************************************************
|
|
# * NCSA HDF *
|
|
# * National Comptational Science Alliance *
|
|
# * University of Illinois at Urbana-Champaign *
|
|
# * 605 E. Springfield, Champaign IL 61820 *
|
|
# * *
|
|
# * For conditions of distribution and use, see the accompanying *
|
|
# * hdf-java/COPYING file. *
|
|
# * *
|
|
# ****************************************************************************/
|
|
|
|
|
|
JAVAC=@JAVAC@
|
|
RM=@RM@
|
|
|
|
CLASSPATH=@CLASSPATH@
|
|
|
|
.SUFFIXES: .java .class
|
|
|
|
.java.class:
|
|
$(JAVAC) -classpath $(CLASSPATH) $<
|
|
|
|
all: H5Ex_D_Alloc H5Ex_D_Checksum H5Ex_D_Chunk H5Ex_D_Compact H5Ex_D_External H5Ex_D_FillValue H5Ex_D_Gzip \
|
|
H5Ex_D_Hyperslab H5Ex_D_ReadWrite H5Ex_D_Shuffle H5Ex_D_Szip H5Ex_D_UnlimitedAdd H5Ex_D_UnlimitedGzip H5Ex_D_UnlimitedMod
|
|
|
|
H5Ex_D_Alloc: H5Ex_D_Alloc.class
|
|
|
|
H5Ex_D_Checksum: H5Ex_D_Checksum.class
|
|
|
|
H5Ex_D_Chunk: H5Ex_D_Chunk.class
|
|
|
|
H5Ex_D_Compact: H5Ex_D_Compact.class
|
|
|
|
H5Ex_D_External: H5Ex_D_External.class
|
|
|
|
H5Ex_D_FillValue: H5Ex_D_FillValue.class
|
|
|
|
H5Ex_D_Gzip: H5Ex_D_Gzip.class
|
|
|
|
H5Ex_D_Hyperslab: H5Ex_D_Hyperslab.class
|
|
|
|
H5Ex_D_ReadWrite: H5Ex_D_ReadWrite.class
|
|
|
|
H5Ex_D_Shuffle: H5Ex_D_Shuffle.class
|
|
|
|
H5Ex_D_Szip: H5Ex_D_Szip.class
|
|
|
|
H5Ex_D_UnlimitedAdd: H5Ex_D_UnlimitedAdd.class
|
|
|
|
H5Ex_D_UnlimitedGzip: H5Ex_D_UnlimitedGzip.class
|
|
|
|
H5Ex_D_UnlimitedMod: H5Ex_D_UnlimitedMod.class
|
|
|
|
check: all
|
|
|
|
clean:
|
|
$(RM) -f *.class
|
|
$(RM) -f *.hdf
|