SHLIB = hdf5.so
OBJS = hdf5.o

PKG_CPPFLAGS =  -I/packages/include
PKG_LIBS = -L/packages/lib  -lhdf5 -lz -lm
