📄 makefile.am
字号:
AUTOMAKE_OPTIONS= ../util/ansi2knrbindir= ${exec_prefix}/${BINSUBDIR}bin_PROGRAMS= ntpdcEXTRA_PROGRAMS= ntpdc-layoutEXTRA_DATA= check-layoutBUILT_SOURCES= @MAKE_CHECK_LAYOUT@AM_CPPFLAGS= -I$(top_srcdir)/include# LDADD might need RESLIB and ADJLIBntpdc_LDADD= version.o ../libntp/libntp.a @READLINE_LIBS@# ntpdc-layout doesn't need any additional libraries at allntpdc_layout_LDADD=DISTCLEANFILES= .version version.cCLEANFILES= check-layout layout.here nl.c ntpdc-layoutnoinst_HEADERS= ntpdc.hEXTRA_DIST= nl_in.c nl.pl layout.stdETAGS_ARGS= Makefile.amntpdc_SOURCES = ntpdc.c ntpdc_ops.cntpdc-layout.o: nl.clayout.here: ntpdc-layout ./ntpdc-layout > $@check-layout: ntpdc-layout layout.std layout.here cmp $(srcdir)/layout.std layout.here && echo stamp > $@$(PROGRAMS): $(LDADD)../libntp/libntp.a: cd ../libntp && $(MAKE)version.o: $(ntpdc_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/version env CSET=`cat $(top_srcdir)/version` $(top_builddir)/scripts/mkver ntpdc $(COMPILE) -c version.c# I ran nl_in.c (attached, to be installed into ntpdc) through# $(CC) -E nl_in.c | nl.pl > nl.cnl.c: nl_in.c nl.pl Makefile.am $(CC) -E $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/nl_in.c | ./nl.pl > nl.cinclude ../bincheck.mf
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -