CC = cc CFLAGS = -g -L/ncsa/hdf/lib -I/ncsa/hdf/include LIBS = -ldf -lm hdfinfo: hdfinfo.o $(CC) $(CFLAGS) -o $@ $< $(LIBS) clean: rm -f *.o