include dslm/Makefile
include smart_spindown/Makefile
include smart_shutdown/Makefile

DESTDIR?=/usr/local

all: $(TARGETS)

check: $(TARGETS_CHECK)

clean: $(TARGETS_CLEAN)

install: $(TARGETS_INSTALL)
	
uninstall: $(TARGETS_UNINSTALL)

.PHONY: dslm smart_spindown smart_shutdown clean install uninstall

