⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising
💻 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# Conditionals whether to build each subdir or notif BUILD_GRIDFTPGRIDFTP_DIR = ad_gridftpGRIDFTP_LIB = ad_gridftp/libadio_gridftp.laelseGRIDFTP_DIR =GRIDFTP_LIB =endifif BUILD_HFSHFS_DIR = ad_hfsHFS_LIB = ad_hfs/libadio_hfs.laelseHFS_DIR =HFS_LIB =endifif BUILD_NFSNFS_DIR = ad_nfsNFS_LIB = ad_nfs/libadio_nfs.laelseNFS_DIR =NFS_LIB =endif# Currently disabled#if BUILD_NTFS#NTFS_DIR = ad_ntfs#NTFS_LIB = ad_ntfs/libadio_ntfs.la#else#NTFS_DIR =#NTFS_LIB =#endifif BUILD_PANFSPANFS_DIR = ad_panfsPANFS_LIB = ad_panfs/libadio_panfs.laelsePANFS_DIR =PANFS_LIB =endifif BUILD_PFSPFS_DIR = ad_pfsPFS_LIB = ad_pfs/libadio_pfs.laelsePFS_DIR =PFS_LIB =endifif BUILD_PIOFSPIOFS_DIR = ad_piofsPIOFS_LIB = ad_piofs/libadio_piofs.laelsePIOFS_DIR =PIOFS_LIB =endifif BUILD_PVFSPVFS_DIR = ad_pvfsPVFS_LIB = ad_pvfs/libadio_pvfs.laelsePVFS_DIR =PVFS_LIB =endifif BUILD_PVFS2PVFS2_DIR = ad_pvfs2PVFS2_LIB = ad_pvfs2/libadio_pvfs2.laelsePVFS2_DIR =PVFS2_LIB =endifif BUILD_SFSSFS_DIR = ad_sfsSFS_LIB = ad_sfs/libadio_sfs.laelseSFS_DIR =SFS_LIB =endifif BUILD_TESTFSTESTFS_DIR = ad_testfsTESTFS_LIB = ad_testfs/libadio_testfs.laelseTESTFS_DIR =TESTFS_LIB =endifif BUILD_UFSUFS_DIR = ad_ufsUFS_LIB = ad_ufs/libadio_ufs.laelseUFS_DIR =UFS_LIB =endifif BUILD_XFSXFS_DIR = ad_xfsXFS_LIB = ad_xfs/libadio_xfs.laelseXFS_DIR =XFS_LIB =endifSUBDIRS = common include \	$(GRIDFTP_DIR) $(HFS_DIR) $(NFS_DIR) $(NTFS_DIR) $(PANFS_DIR) \	$(PFS_DIR) $(PIOFS_DIR) $(PVFS_DIR) $(PVFS2_DIR) $(SFS_DIR) \	$(TESTFS_DIR) $(UFS_DIR) $(XFS_DIR)DIST_SUBDIRS = common include \        ad_gridftp ad_hfs ad_nfs ad_ntfs ad_panfs ad_pfs ad_piofs ad_pvfs \	ad_pvfs2 ad_sfs ad_testfs ad_ufs ad_xfs# Librarynoinst_LTLIBRARIES = libadio.lalibadio_la_SOURCES =libadio_la_LIBADD = \        common/libadio_common.la \        $(GRIDFTP_LIB) $(HFS_LIB) $(NFS_LIB) $(NTFS_LIB) $(PANFS_LIB) \        $(PFS_LIB) $(PIOFS_LIB) $(PVFS_LIB) $(PVFS2_LIB) $(SFS_LIB) \        $(TESTFS_LIB) $(UFS_LIB) $(XFS_LIB)libadio_la_DEPENDENCIES = \        $(libadio_la_LIBADD)

⌨️ 快捷键说明

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