📄 makefile.am
字号:
## Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana# University Research and Technology# Corporation. All rights reserved.# Copyright (c) 2004-2005 The University of Tennessee and The University# of Tennessee Research Foundation. All rights# reserved.# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, # University of Stuttgart. All rights reserved.# Copyright (c) 2004-2005 The Regents of the University of California.# All rights reserved.# $COPYRIGHT$# # Additional copyrights may follow# # $HEADER$#include $(top_srcdir)/Makefile.options# It is unfortunately necessary to make all the filenames in the ROMIO# distribtion confrom to the MCA prefix name rule -- there is at least# one or two filename conflicts that potentially create problems when# merging everything into onelibmpi.# In developer's copies, we have the real ROMIO files, and sym links# are made. In distribution tarballs, the sym-linked files turn into# real files and the original filenames do not appear.noinst_LTLIBRARIES = libadio_common.lalibadio_common_la_SOURCES = \ io_romio_ad_aggregate.c \ io_romio_ad_close.c \ io_romio_ad_darray.c \ io_romio_ad_delete.c \ io_romio_ad_done.c \ io_romio_ad_done_fake.c \ io_romio_ad_end.c \ io_romio_ad_fcntl.c \ io_romio_ad_flush.c \ io_romio_ad_fstype.c \ io_romio_ad_get_sh_fp.c \ io_romio_ad_hints.c \ io_romio_ad_init.c \ io_romio_ad_iopen.c \ io_romio_ad_iread.c \ io_romio_ad_iread_fake.c \ io_romio_ad_iwrite.c \ io_romio_ad_iwrite_fake.c \ io_romio_ad_open.c \ io_romio_ad_prealloc.c \ io_romio_ad_read.c \ io_romio_ad_read_coll.c \ io_romio_ad_read_str.c \ io_romio_ad_read_str_naive.c \ io_romio_ad_resize.c \ io_romio_ad_seek.c \ io_romio_ad_set_sh_fp.c \ io_romio_ad_set_view.c \ io_romio_ad_subarray.c \ io_romio_ad_wait.c \ io_romio_ad_wait_fake.c \ io_romio_ad_write.c \ io_romio_ad_write_coll.c \ io_romio_ad_write_str.c \ io_romio_ad_write_str_naive.c \ io_romio_adi_close.c \ io_romio_async_list.c \ io_romio_byte_offset.c \ io_romio_cb_config_list.c \ io_romio_eof_offset.c \ io_romio_error.c \ io_romio_flatten.c \ io_romio_get_fp_posn.c \ io_romio_iscontig.c \ io_romio_lock.c \ io_romio_malloc.c \ io_romio_req_malloc.c \ io_romio_shfp_fname.c \ io_romio_status_setb.c \ io_romio_strfns.c## Sym link the sources to conform to the MCA prefix name rule#dir=$(top_srcdir)/adio/common$(libadio_common_la_SOURCES): if test ! -r $@ ; then \ pname=`echo $@ | cut -b '10-'` ; \ rm -f $@; \ ln -s $(dir)/$$pname $@ ; \ fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -