diff options
Diffstat (limited to 'science/hdf5-18/files/mfhdf/dumper')
-rw-r--r-- | science/hdf5-18/files/mfhdf/dumper/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/science/hdf5-18/files/mfhdf/dumper/Makefile b/science/hdf5-18/files/mfhdf/dumper/Makefile new file mode 100644 index 000000000000..1bd8b3dfa744 --- /dev/null +++ b/science/hdf5-18/files/mfhdf/dumper/Makefile @@ -0,0 +1,13 @@ +# $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 |