|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 1016 (0x3f8) Types: TextFile Names: »Makefile«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦697af93db⟧ »EurOpenD3/network/snmp/mit-snmp.tar.Z« └─⟦57bbcbe75⟧ └─⟦this⟧ »./asntest/Makefile« └─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦925ee6880⟧ »EurOpenD3/network/snmp/mit-snmp.900225.tar.Z« └─⟦a4bfa469c⟧ └─⟦this⟧ »./asntest/Makefile«
# # $Header: Makefile,v 1.1 89/01/15 20:37:37 jrd Exp $ # Author: J. Davin # Copyright 1988, 1989, Massachusetts Institute of Technology # See permission and disclaimer notice in file "notice.h" # PROGNAME = asntest INCDIRS = -I. -I../snmp LIBSNMP = ../snmp/libsnmp.a LLIBSNMP = ../snmp/llib-lsnmp.ln CFLAGS = -O CDEFS = -DINLINE SOURCES = $(PROGNAME).c RCSCMD = rlog -L -h all: $(PROGNAME) $(PROGNAME): $(PROGNAME).o $(LIBSNMP) cc -o $(PROGNAME) $(PROGNAME).o $(LIBSNMP) depend: makedepend -- $(CDEFS) $(INCDIRS) -- $(SOURCES) lint: $(SOURCES) $(LLIBSNMP) lint $(CDEFS) $(INCDIRS) $(LLIBSNMP) $(SOURCES) .c.o: cc $(CFLAGS) $(CDEFS) $(INCDIRS) -c $< clean: rm -f $(PROGNAME) $(PROGNAME).o Makefile.bak core *.out $(SOURCES): co $@ rcs: $(RCSCMD) Makefile $(SOURCES) # DO NOT DELETE THIS LINE -- make depend depends on it. asntest.o: ../snmp/notice.h ../snmp/ctypes.h ../snmp/rdx.h ../snmp/debug.h asntest.o: ../snmp/asn.h ../snmp/asndefs.h ../snmp/asl.h ../snmp/asldefs.h