INSTALL_DIR = $(NOMAD_HOME)

all: 
	cp smDriver.h    $(INSTALL_DIR)/include/.
	cp smDriverDef.h $(INSTALL_DIR)/include/.

install: all