# $HeadURL$ $LastChangedRevision$ # # Load ade.mk # include $(shell ade-config ade_lib_prefix)/include/ade.mk # # Tell ade.mk where not to recurse # # # What do we have? # # # Where do we want it? # compile: .directory_is_writable_by_all_for_testing clean: .directory_is_not_writable_by_all_for_testing .directory_is_writable_by_all_for_testing: chmod o+w . touch $@ .directory_is_not_writable_by_all_for_testing: chmod o-w . rm -f .directory_is_writable_by_all_for_testing