#!/usr/bin/make -f include /usr/share/quilt/quilt.make build: build-stamp build-stamp: $(QUILT_STAMPFN) dh_testdir cd $(CURDIR)/pngs && ./make.sh && cd $(CURDIR) touch build-stamp clean: unpatch dh_testdir dh_testroot rm -rf $(CURDIR)/xcursors rm -f build-stamp dh_clean install: build dh_testdir dh_testroot dh_clean install -d $(CURDIR)/debian/moblin-cursor-theme/etc/X11/cursors install -m 644 $(CURDIR)/index.theme \ $(CURDIR)/debian/moblin-cursor-theme/etc/X11/cursors/moblin.theme binary-indep: build install dh_testdir dh_testroot dh_installdirs dh_installdocs dh_installchangelogs dh_install dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep .PHONY: build clean binary-indep binary-arch binary install