Codebase list xapp / debian/1.0.3-1 files / Makefile.am
debian/1.0.3-1

Tree @debian/1.0.3-1 (Download .tar.gz)

Makefile.am @debian/1.0.3-1raw · history · blame

1
2
3
4
5
install-data-hook:
	find -mindepth 1 -maxdepth 1 -type d -exec cp -R {} $(DESTDIR)/ \;

uninstall-hook:
	find -mindepth 1 -type f -exec rm $(DESTDIR)/{} \;