📄 makefile.cfg
字号:
## makefile for envoy/agent#$#make-makefile(sun)$#if-installed(on_mach386 $#equate(XCFLAGS $#@($#(XCFLAGS)) -DSGRP))$#makefile-init()$#equate(OBJS $#objs(agent))$#equate(OBJS_TSA $#objs(toast_sa sun/toaster))$#equate(OBJS_TABSA $#objs(table_sa sun/table))$#equate(OBJS_TSA2 $#objs(tst2_sa sun/toaster))$#equate(OBJS_TABSA2 $#objs(tab2_sa sun/table))$#equate(SNMPLIB $#filepath($(SRCDIR) target src wrn wm snmp engine $#libs(snmp)) $#filepath($(SRCDIR) target src wrn wm demo lib $#libs(snark)))$#equate(LIBSUN $#filepath(sun $#libs(sun)))$#equate(COMMON_LIB $#if-installed(COMMON_DES $#filepath($(SRCDIR) target src wrn wm common lib $#libs(epdes))) $#if-installed(COMMON_DES_FAKE $#filepath($(SRCDIR) target src wrn wm common lib $#libs(epdes))) $#filepath($(SRCDIR) target src wrn wm common lib $#libs(epcommon)))all: $(LIBSUN) $#exes(agent) $#dummy()$(LIBSUN):$##make-all(sun)$#makeexe(agent $#(OBJS) $#progn($#(LIBSUN) $#(SNMPLIB) $#(COMMON_LIB) $#(LIBSUN) $#(SNMPLIB)) makefile)$#makeexe(toast_sa $#(OBJS_TSA) $#progn($#(LIBSUN) $#(SNMPLIB) $#(COMMON_LIB) $#(LIBSUN) $#(SNMPLIB)) makefile)$#makeexe(table_sa $#(OBJS_TABSA) $#progn($#(LIBSUN) $#(SNMPLIB) $#(COMMON_LIB) $#(LIBSUN) $#(SNMPLIB)) makefile)$#makeexe(tst2_sa $#(OBJS_TSA2) $#progn($#(LIBSUN) $#(SNMPLIB) $#(COMMON_LIB) $#(LIBSUN) $#(SNMPLIB)) makefile)$#makeexe(tab2_sa $#(OBJS_TABSA2) $#progn($#(LIBSUN) $#(SNMPLIB) $#(COMMON_LIB) $#(LIBSUN) $#(SNMPLIB)) makefile)clean: $#dummy() $#make-in(clean sun) -$(RM) $#objs(*) -$(RM) $#exes(agent)$#clean()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -