Edit

thodg/libiconv/tests/Makefile.vms

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2003-05-07 19:52:28
    Hash : 9042f1c1
    Message : Support for VMS.

  • tests/Makefile.vms
  • # -*- Makefile -*- for libiconv/tests on VMS using the MMS utility
    
    #### Start of system configuration section. ####
    
    #### End of system configuration section. ####
    
    all :
    	write sys$output "Nothing to be done for 'all'."
    
    install : all
    	write sys$output "Nothing else to be done for 'install'."
    
    installdirs :
    	write sys$output "Nothing to be done for 'installdirs'."
    
    uninstall :
    	write sys$output "Nothing to be done for 'uninstall'."
    
    check :
    	write sys$output "Nothing to be done for 'check'."
    
    mostlyclean : clean
    	write sys$output "Nothing else to be done for 'mostlyclean'."
    
    clean :
    	write sys$output "Nothing to be done for 'clean'."
    
    distclean : clean
    	write sys$output "Nothing else to be done for 'distclean'."
    
    maintainer-clean : distclean
    	write sys$output "Nothing else to be done for 'maintainer-clean'."