makefile.am

来自「一个检测内存泄漏情况的工具」· AM 代码 · 共 48 行

AM
48
字号
#General sysdep utility headers, followed by the arch-specific onesnobase_sysdep_HEADERS= generic_pthread.h \	  atomic_load_store.h \	  aligned_atomic_load_store.h \	  acquire_release_volatile.h \	  char_acquire_release_volatile.h \	  char_atomic_load_store.h \	  short_acquire_release_volatile.h \	  short_aligned_atomic_load_store.h \	  short_atomic_load_store.h \	  int_acquire_release_volatile.h \	  int_aligned_atomic_load_store.h \	  int_atomic_load_store.h \	  all_acquire_release_volatile.h \	  all_aligned_atomic_load_store.h \	  all_atomic_load_store.h \	  read_ordered.h \	  ordered_except_wr.h \	  ordered.h \	  ao_t_is_int.h \	  test_and_set_t_is_ao_t.h \	  test_and_set_t_is_char.h \	  emul_cas.h \	  standard_ao_double_t.h \	  README \	\	  gcc/alpha.h gcc/arm.h gcc/x86.h \	  gcc/hppa.h gcc/ia64.h \	  gcc/powerpc.h gcc/sparc.h \	  gcc/hppa.h gcc/m68k.h gcc/s390.h \	  gcc/ia64.h gcc/x86_64.h gcc/cris.h \	\	  icc/ia64.h \	\	  msftc/x86.h \	  msftc/x86_64.h \	\	  hpc/ia64.h hpc/hppa.h \	\	  sunc/sparc.h \	\	  ibmc/powerpc.hsysdepdir= ${includedir}/atomic_ops/sysdeps# A few architectures require special .S filesEXTRA_DIST = sunc/sparc.S

⌨️ 快捷键说明

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