No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / tests / Makefile.vms
blob232113c584723ce353f3c5e67ecd8307ae198c13
1 # -*- Makefile -*- for gettext-tools/tests on VMS using the MMS utility
3 #### Start of system configuration section. ####
5 #### End of system configuration section. ####
7 all :
8         write sys$output "Nothing to be done for 'all'."
10 install : all
11         write sys$output "Nothing else to be done for 'install'."
13 installdirs :
14         write sys$output "Nothing to be done for 'installdirs'."
16 uninstall :
17         write sys$output "Nothing to be done for 'uninstall'."
19 check :
20         write sys$output "Nothing to be done for 'check'."
22 mostlyclean : clean
23         write sys$output "Nothing else to be done for 'mostlyclean'."
25 clean :
26         write sys$output "Nothing to be done for 'clean'."
28 distclean : 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'."