1 # -*- Makefile -*- for gettext-tools/tests on VMS using the MMS utility
3 #### Start of system configuration section. ####
5 #### End of system configuration section. ####
8 write sys$output "Nothing to be done for 'all'."
11 write sys$output "Nothing else to be done for 'install'."
14 write sys$output "Nothing to be done for 'installdirs'."
17 write sys$output "Nothing to be done for 'uninstall'."
20 write sys$output "Nothing to be done for 'check'."
23 write sys$output "Nothing else to be done for 'mostlyclean'."
26 write sys$output "Nothing to be done for 'clean'."
29 write sys$output "Nothing else to be done for 'distclean'."
31 maintainer-clean : distclean
32 write sys$output "Nothing else to be done for 'maintainer-clean'."