.SILENT:
endif
-.PHONY: headers library clean veryclean all binary program doc
-all clean veryclean binary program dirs:
+.PHONY: headers library clean veryclean all binary program doc test
+all clean veryclean binary program dirs test:
$(MAKE) -C libapt $@
$(MAKE) -C interactive-helper $@
# Some very common aliases
.PHONY: maintainer-clean dist-clean distclean pristine sanity
maintainer-clean dist-clean distclean pristine sanity: veryclean
-
-
-.PHONY: test
-test:
- ./libapt/run-tests
# Bring in the default rules
include ../../buildlib/defaults.mak
+.PHONY: test
+test:
+ ./run-tests
+
# Program for testing getLanguageCode
PROGRAM = getLanguages${BASENAME}
SLIBS = -lapt-pkg