# Makefile for OSSO DSP codecs

INCLUDE	= $(DESTDIR)/usr/include/dsp

all:
	@echo "Nothing to make in all..."

clean:
	@echo "Nothing to make in clean..."

distclean:
	@echo "Nothing to make in distclean..."

install:
	install -d $(INCLUDE)
	install include/dsp/*.h $(INCLUDE)
