#!/usr/bin/make -f INST_TARGET_LIB=usr/lib/lohnrechner build: build-stamp build-stamp: dh_testdir touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp dh_clean install: dh_install -m 0755 lohnrechner.py $(INST_TARGET_LIB) dh_install -m 0755 LST2008.py $(INST_TARGET_LIB) # Build architecture-dependent files here. binary-arch: dh_testdir dh_testroot dh_installdocs README dh_installdocs Programmablaufplan.txt dh_installdocs NEWS dh_installchangelogs dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: install binary-arch .PHONY: build build-stamp clean binary-arch binary install