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

📄 makefile.in

📁 snmp的源代码,已经在我的ubuntu下编译通过
💻 IN
字号:
top_builddir=../..# use GNU vpath, if available, to only set a path for source and headers# VPATH will pick up objects too, which is bad if you are sharing a# source dir...@GNU_vpath@ %.h $(srcdir)@GNU_vpath@ %.c $(srcdir)# fallback to regular VPATH for non-gnu...@NON_GNU_VPATH@ $(srcdir)CPPFLAGS= $(TOP_INCLUDES) -I. $(AGENT_INCLUDES) $(MIBGROUP_INCLUDES) \	$(SNMPLIB_INCLUDES) @CPPFLAGS@ $(LIB_CFLAGS)# Need a special .c -> .o definition here to make sure we place the# object files in the sub directory..c.o:	$(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<OBJS  = @mib_module_list_o@LOBJS = @mib_module_list_lo@SRCS  = @mib_module_list_c@all: standardall $(LOBJS)

⌨️ 快捷键说明

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