3 # This is the top level test makefile for APT, it recurses to each lower
4 # level make file and runs it with the proper target
9 .PHONY: headers library clean veryclean all binary program doc test
10 all clean veryclean binary program dirs test:
12 $(MAKE) -C interactive-helper $@
14 # Some very common aliases
15 .PHONY: maintainer-clean dist-clean distclean pristine sanity
16 maintainer-clean dist-clean distclean pristine sanity: veryclean