makefile.in
来自「Ubuntu packages of security software。 相」· IN 代码 · 共 88 行
IN
88 行
NSOCK_VERSION = 0.02prefix = @prefix@exec_prefix = @exec_prefix@bindir = @bindir@sbindir = @sbindir@mandir = @mandir@srcdir = @srcdir@datarootdir = @datarootdir@CC = @CC@AR = arRANLIB = @RANLIB@CCOPT = DEFS = @DEFS@ -DNSOCK_VERSION=\"$(NSOCK_VERSION)\" INCLS = -I../include -I../../libpcapCFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)# CFLAGS = -g -Wall $(DEFS) $(INCLS)CPPFLAGS = @CPPFLAGS@STATIC = LDFLAGS = @LDFLAGS@ $(STATIC)LIBS = @LIBS@ @LIBNBASE_LIBS@# LIBS = -lefence @LIBS@ -lpcap -lm# LIBS = -lrmalloc @LIBS@ -lpcap -lmSHTOOL = ./shtoolINSTALL = $(SHTOOL) install MAKEDEPEND = @MAKEDEPEND@RPMTDIR=$(HOME)/rpmdirNBASEDIR=@NBASEDIR@TARGET = libnsock.aSRCS = error.c filespace.c gh_list.c nsock_connect.c nsock_core.c nsock_iod.c nsock_read.c nsock_timers.c nsock_write.c nsock_ssl.c nsock_utils.c nsock_event.c nsock_pool.c netutils.c nsock_pcap.c @COMPAT_SRCS@OBJS = error.o filespace.o gh_list.o nsock_connect.o nsock_core.o nsock_iod.o nsock_read.o nsock_timers.o nsock_write.o nsock_ssl.o nsock_utils.o nsock_event.o nsock_pool.o netutils.o nsock_pcap.o @COMPAT_OBJS@DEPS = error.h filespace.h gh_list.h nsock_internal.h nsock_utils.h netutils.h nsock_pcap.h ../include/nsock.h $(NBASEDIR)/libnbase.a.c.o: $(CC) -c $(CPPFLAGS) $(CFLAGS) $< -o $@all: $(TARGET) $(TARGET): $(DEPS) $(OBJS) rm -f $@ $(AR) cr $@ $(OBJS) $(RANLIB) $@$(NBASEDIR)/libnbase.a: $(NBASEDIR)/Makefile cd $(NBASEDIR) && $(MAKE)clean: rm -f $(OBJS) $(TARGET)distclean: clean rm -f Makefile config.log config.status nsock_config.hdepend: $(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)${srcdir}/configure: configure.ac cd ${srcdir} && autoconf# autoheader might not change config.h.in, so touch a stamp file.${srcdir}/config.h.in: stamp-h.in${srcdir}/stamp-h.in: configure.ac acconfig.h \ config.h.top config.h.bot cd ${srcdir} && autoheader echo timestamp > ${srcdir}/stamp-h.inconfig.h: stamp-hstamp-h: config.h.in config.status ./config.statusMakefile: Makefile.in config.status ./config.statusconfig.status: configure ./config.status --recheck# DO NOT DELETE -- Needed by makedepend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?