summaryrefslogtreecommitdiff
path: root/tests/predopost_targets/Makefile.inc
blob: 3f66516c4ac4e20c4b690de4f266791f785d080c (plain)
1
2
3
4
5
6
7
.ifndef REAL_TARGETS
.for i in errorcheck clean cleandir install all uninstall installdirs depend \
    bin_tar bin_targz bin_tarbz2 bin_zip bin_deb
pre_${i} do_${i} post_${i}:
	@echo "fake target ${.TARGET}"
.endfor
.endif