No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / projects / Makefile.vms
bloba7d4c0d711f4312b49f25a05285c76064c68bbf7
1 # -*- Makefile -*- for gettext-tools/projects 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'."