INSTALL_DIR = $(NOMAD_HOME)

all:
	cp acqDriver.h $(INSTALL_DIR)/include/.
	cp acqDriverDef.h $(INSTALL_DIR)/include/.

install: all