diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-07 12:34:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-07 12:34:37 +0000 |
commit | a655b6dc7351d9ae7d753134928d2f20fc23a7ce (patch) | |
tree | c592db0522cd0f19edaabd509b7543ecf0679c2a /science/hdf5/files/mfhdf/dumper/Makefile | |
parent | 520af63407f7d129feec4c3d61d33b274ad84850 (diff) |
add HDF5 1.4.4
A New Generation of HDF
Notes
Notes:
svn path=/head/; revision=62554
Diffstat (limited to 'science/hdf5/files/mfhdf/dumper/Makefile')
-rw-r--r-- | science/hdf5/files/mfhdf/dumper/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/science/hdf5/files/mfhdf/dumper/Makefile b/science/hdf5/files/mfhdf/dumper/Makefile deleted file mode 100644 index 1bd8b3dfa744..000000000000 --- a/science/hdf5/files/mfhdf/dumper/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -PROG = hdp -NOMAN = 1 -LDFLAGS += -L${.CURDIR}/../libsrc -L${.CURDIR}/../../hdf/src -lmfhdf -ldf -CFLAGS += -I${.CURDIR}/../libsrc -I${.CURDIR}/../../hdf/src - -SRCS = hdp.c hdp_list.c hdp_sds.c hdp_util.c hdp_vd.c hdp_vg.c hdp_rig.c show.c hdp_dump.c hdp_gr.c - -.include <bsd.prog.mk> - -test: ${PROG} - env LD_LIBRARY_PATH=${.CURDIR}/../libsrc:${.CURDIR}/../../hdf/src sh testhdp.sh |