# Generated automatically from Makefile.in by configure. # # Makefile for snmpget, snmpwalk, snmpbulkwalk, snmptest, snmptranslate, # snmptrapd, snmptable # # GNU autoconfig version # GF= SHELL=/bin/sh RM=rm -f srcdir= ../.. LIBS= -lresolv -lm $(SNMPLIB) SNMPLIB= $(srcdir)/src/snmplib/libsnmp.a SRC= ../../src/apps INC= ../../src/snmplib NTCONF= ../../ntm_conf.h CFLAGS= $(GF) -I$(INC) -I$(srcdir) -DUNIX -DHAVE_CONFIG_H LFLAGS= CC= cc SNMPH = $(INC)/ausnmp.h $(INC)/asn1.h $(INC)/snmp.h \ $(INC)/parse.h $(INC)/mib.h $(INC)/snmpapi.h \ $(INC)/snmpclnt.h $(INC)/snmpimpl.h $(NTCONF) TARG= snmptest snmpwalk snmpbulkwalk # snmpget snmptranslate snmptrapd all: $(TARG) snmpwalk.o: $(SRC)/snmpwalk.c $(SNMPH) $(CC) $(CFLAGS) -c $(SRC)/snmpwalk.c snmpwalk: snmpwalk.o $(SNMPLIB) $(CC) $(LFLAGS) -o $@ snmpwalk.o $(LIBS) snmpbulkwalk.o: $(SRC)/snmpbulkwalk.c $(SNMPH) $(CC) $(CFLAGS) -c $(SRC)/snmpbulkwalk.c snmpbulkwalk: snmpbulkwalk.o $(SNMPLIB) $(CC) $(LFLAGS) -o $@ snmpbulkwalk.o $(LIBS) snmptranslate.o: $(SRC)/snmptranslate.c $(SNMPH) $(CC) $(CFLAGS) -c $(SRC)/snmptranslate.c snmptranslate: snmptranslate.o $(SNMPLIB) $(CC) $(LFLAGS) -o $@ snmptranslate.o $(LIBS) snmpget.o: $(SRC)/snmpget.c $(SNMPH) $(CC) $(CFLAGS) -c $(SRC)/snmpget.c snmpget: snmpget.o $(SNMPLIB) $(CC) $(LFLAGS) -o $@ snmpget.o $(LIBS) snmptest.o: $(SRC)/snmptest.c $(SNMPH) $(CC) $(CFLAGS) -c $(SRC)/snmptest.c snmptest: snmptest.o $(SNMPLIB) $(CC) $(LFLAGS) -o $@ snmptest.o $(LIBS) snmptrapd.o: $(SRC)/snmptrapd.c $(SNMPH) $(CC) $(CFLAGS) -c $(SRC)/snmptrapd.c snmptrapd: snmptrapd.o $(SNMPLIB) $(CC) $(LFLAGS) -o $@ snmptrapd.o $(LIBS) clean: $(RM) *.o ${TARG} *.exe *~ *.bak *core distclean: clean $(RM) Makefile \#* install: cp $(TARG) ../bin # $Log: Makefile.in,v $ # Revision 1.1.1.2.2.6 2002/02/23 01:57:12 nevil # Moving srl examples to examples/ directory. Modified examples/Makefile.in # # Revision 1.1.1.2.2.4 2000/06/06 03:38:04 nevil # Combine NEW_ATR with TCP_ATR, various bug fixes # # Revision 1.1.1.2.2.1 2000/01/12 02:57:01 nevil # Implement 'packet pair matched' turnaroundtime distribution attributes. # Fix ASN-related bugs in NeTraMet, distribution-related bugs in fd_filter. # # Revision 1.1.1.2 1999/10/03 21:06:03 nevil # *** empty log message *** # # Revision 1.1.1.1.2.2 1999/09/29 22:29:09 nevil # Changes (mainly changing // to /* comments) for Irix # # Revision 1.1.1.1.2.1 1999/09/22 05:38:31 nevil # Improve code to work properly on 64-bit machines # - Add OS=ALPHA handling to configure.in # - Clean up the Alpha compiler warnings # - Change all the snmp-related code to use Bit32 instead of unsigned long # # Revision 1.1.1.1 1998/11/16 03:57:26 nevil # Import of NeTraMet 4.3b3 # # Revision 1.1.1.1 1998/11/16 03:22:00 nevil # Import of release 4.3b3 # # Revision 1.1.1.1 1998/10/28 20:31:22 nevil # Import of NeTraMet 4.3b1 # # Revision 1.1.3.1.2.2 1998/10/27 04:39:10 nevil # 4.3b1 release # # Revision 1.1.3.1.2.1 1998/10/22 20:47:21 nevil # Incorporate snmp and apps bug fixes. # # Revision 1.1.3.1.2.1 1998/10/19 22:32:42 nevil # Meter improvements, mostly arising from developments for the # OCxMON meter. These are documented in notes_oc.txt # # Revision 1.1.3.1 1998/10/13 02:48:46 nevil # Import of Nicolai's 4.2.2 # # Revision 1.2 1998/10/08 17:01:52 nguba # Make distclean did not remove the Makefiles. Fixed. # # Revision 1.1 1998/10/08 16:44:09 nguba # apps, meter, manager and snmplib directories abolished! Now all the # Makefiles, object code and binaries are in their source directories. # # Revision 1.3 1998/10/07 09:28:47 nguba # Distclean now cleans log and flow files too # # Revision 1.2 1998/10/05 14:21:03 nguba # Changed simple install mechanism from cp [file] ../bin into full blown # BSD type install using the BSD install program. #