?? makefile.hpux
字號:
## Makefile for building SNMP++ X11 Example #### Copyright (c) 1996# Hewlett-Packard Company## ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS.# Permission to use, copy, modify, distribute and/or sell this software# and/or its documentation is hereby granted without fee. User agrees# to display the above copyright notice and this license notice in all# copies of the software and any documentation of the software. User# agrees to assume all liability for the use of the software; Hewlett-Packard# makes no representations about the suitability of this software for any# purpose. It is provided "AS-IS" without warranty of any kind,either express# or implied. User hereby grants a royalty-free license to any and all# derivatives based upon this software code base.XMIBTEST = xtrapsXMIBTESTOBJS = xtraps.o xtrapform.oTARGETS = $(XMIBTEST)SNMPPLUSDIR = ..COPTIONS = +a1 +DA1.0 +DS1.0CINCDIRS = -I$(SNMPPLUSDIR)/includeXINCDIRS = -DSNMPX11 -I/usr/include/X11R5 -I/usr/include/Motif1.2USEROPTS = -gCFLAGS = $(COPTIONS) $(CINCDIRS) $(XINCDIRS) $(USEROPTS)LDFLAGS = $(CFLAGS)HEADERS = ../include/address.h ../include/counter.h ../include/ctr64.h \ ../include/gauge.h ../include/octet.h ../include/oid.h \ ../include/pdu.h ../include/smi.h ../include/target.h \ ../include/timetick.h ../include/vb.h ../include/snmp_pp.h \ ../include/integer.h ../include/smival.h ../include/msgqueue.h \ ../include/userdefined.h ../include/usertimeout.h \ ../include/eventlist.h ../include/msec.hXLIBS = -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -lXm -lXt -lX11 -lPW -lmLIBSNMPPLUS = $(SNMPPLUSDIR)/src/libsnmp++.aLIBXSNMPPLUS = $(SNMPPLUSDIR)/src/libsnmpx11.aCC = cc -AaCPP = $(PURE) CCLD = $(PURE) CC.c.o: $(CC) $(CFLAGS) -c $<.C.o: $(CPP) $(CFLAGS) -c $<.cpp.o: $(CPP) $(CFLAGS) -c $<all: $(TARGETS)# This target causes everything to be made (instrumented) with purifypurify:= PURE = purifypurify: all# This target causes everything to be made (instrumented) with purecovpurecov:= PURE = purify purecovpurecov: all$(XMIBTEST): $(LIBXSNMPPLUS) $(XMIBTESTOBJS) $(LD) $(LDFLAGS) $(XMIBTESTOBJS) $(LIBXSNMPPLUS) \ $(XLIBS) -o $(XMIBTEST) ## Dependencies:#$(XMIBTESTOBJS): $(HEADERS)run: -for file in $(TARGETS); do \ $$file || echo "\n$$file FAILED\n"; \ doneclean: -rm -f *.o *.a *~ core -rm -rf ptrepositoryclobber: clean -rm -f $(TARGETS)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -