makefile.cfg

来自「wm PNE 3.3 source code, running at more 」· CFG 代码 · 共 53 行

CFG
53
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?