.PHONY: all, install

all:

install:

	cmake -DDESTDIR=${DESTDIR} -P install.cmake
