makefile.am

来自「网络时间协议NTP 源码 版本v4.2.0b 该源码用于linux平台下」· AM 代码 · 共 32 行

AM
32
字号
# Harlan Stenn <stenn@whimsy.udel.edu># Converted the original Makefile (now in Makefile-) to Makefile.am# in July of '00EXTRA_DIST = libefence.3 CHANGESlibefence_a_SOURCES = efence.h efence.c page.c print.ccheck_PROGRAMS = @EF_PROGS@EXTRA_PROGRAMS = eftest tstheap# TESTS = eftest tstheapnoinst_LIBRARIES = @EF_LIBS@EXTRA_LIBRARIES = libefence.aLDADD = libefence.a# Un-comment the following if you are running HP/UX.# CFLAGS= -Aa -g -D_HPUX_SOURCE -DPAGE_PROTECTION_VIOLATED_SIGNAL=SIGBUS# Un-comment the following if you are running AIX. This makes sure you won't# get the shared-library malloc() rather than the Electric Fence malloc().# COMPILE THE PROGRAMS YOU ARE DEBUGGING WITH THESE FLAGS, TOO.# CFLAGS= -g -bnso -bnodelcsect -bI:/lib/syscalls.exp# Un-comment the following if you are running SunOS 4.X# Note the definition of PAGE_PROTECTION_VIOLATED_SIGNAL. This may vary# depend on what version of Sun hardware you have.# You'll probably have to link the program you are debugging with -Bstatic# as well if using Sun's compiler, -static if using GCC.# CFLAGS= -g -Bstatic -DPAGE_PROTECTION_VIOLATED_SIGNAL=SIGBUScheck-local:	test ! -f eftest  || ./eftest	test ! -f tstheap || ./tstheap 3072

⌨️ 快捷键说明

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