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

📄 makefile.am

📁 网络时间协议NTP 源码 版本v4.2.0b 该源码用于linux平台下
💻 AM
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -