makefile.vms

来自「libiconv是一个很不错的字符集转换库。程序接口也很简单」· VMS 代码 · 共 33 行

VMS
33
字号
# -*- 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'."

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?