📄 makefile.am
字号:
## Liblustre excecutables & libraries MakefileAM_CPPFLAGS = -I$(SYSIO)/include -I/opt/lam/include $(LLCPPFLAGS) -I$(top_srcdir)/lnet/ulndsAM_CFLAGS = $(LLCFLAGS)AM_LIBS = $(LIBEFENCE) $(LIBREADLINE)LLIB_EXEC = $(top_builddir)/lustre/utils/liblustreapi.a $(top_builddir)/lustre/liblustre/liblustre.a $(CAP_LIBS) $(PTHREAD_LIBS)if LIBLUSTREnoinst_LIBRARIES = libtestcommon.aif LIBLUSTRE_TESTSnoinst_PROGRAMS = sanity echo_testif !CRAY_XT3noinst_PROGRAMS += recovery_small replay_single replay_ost_singleendif # !CRAY_XT3if MPITESTSnoinst_PROGRAMS += test_lock_cancelendif # MPITESTSliblustre_testdir=$(libdir)/lustre/liblustre/testsliblustre_test_PROGRAMS = $(noinst_PROGRAMS)liblustre_test_LIBRARIES = $(noinst_LIBRARIES)endif # LIBLUSTRE_TESTSendif # LIBLUSTRElibtestcommon_a_SOURCES = test_common.c test_common.hecho_test_SOURCES = echo_test.c $(top_srcdir)/lustre/utils/parser.c $(top_srcdir)/lustre/utils/obd.c $(top_srcdir)/lustre/utils/lustre_cfg.cecho_test_CFLAGS = $(LL_CFLAGS)echo_test_LDADD = $(top_builddir)/lustre/liblustre/liblsupport.a $(LIBREADLINE) $(CAP_LIBS) $(PTHREAD_LIBS) echo_test_DEPENDENCIES=$(top_builddir)/lustre/liblustre/liblsupport.asanity_SOURCES = sanity.csanity_CFLAGS = $(LL_CFLAGS)sanity_LDADD := libtestcommon.a $(LLIB_EXEC)sanity_DEPENDENCIES = $(top_builddir)/lustre/liblustre/liblustre.a libtestcommon.arecovery_small_SOURCES = recovery_small.crecovery_small_CFLAGS = $(LL_CFLAGS)recovery_small_LDADD := libtestcommon.a $(LLIB_EXEC) recovery_small_DEPENDENCIES = $(top_builddir)/lustre/liblustre/liblustre.a libtestcommon.areplay_single_SOURCES = replay_single.creplay_single_CFLAGS = $(LL_CFLAGS)replay_single_LDADD := libtestcommon.a $(LLIB_EXEC)replay_single_DEPENDENCIES = $(top_builddir)/lustre/liblustre/liblustre.a libtestcommon.areplay_ost_single_SOURCES = replay_ost_single.creplay_ost_single_CFLAGS = $(LL_CFLAGS)replay_ost_single_LDADD := libtestcommon.a $(LLIB_EXEC)replay_ost_single_DEPENDENCIES = $(top_builddir)/lustre/liblustre/liblustre.a libtestcommon.aif MPITESTStest_lock_cancel_SOURCES = test_lock_cancel.ctest_lock_cancel_CFLAGS = $(LL_CFLAGS) -I/opt/lam/includetest_lock_cancel_LDADD := $(LLIB_EXEC) -L/opt/lam/lib -lmpi -llamendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -