DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: M T

⟦820d502d7⟧ TextFile

    Length: 641 (0x281)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦697af93db⟧ »EurOpenD3/network/snmp/mit-snmp.tar.Z« 
        └─⟦57bbcbe75⟧ 
            └─⟦this⟧ »./doc/Makefile« 
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦925ee6880⟧ »EurOpenD3/network/snmp/mit-snmp.900225.tar.Z« 
        └─⟦a4bfa469c⟧ 
            └─⟦this⟧ »./doc/Makefile« 

TextFile


#
#	$Header: Makefile,v 1.1 89/01/15 20:01:47 jrd Exp $
#	Author: J. Davin
#	Copyright 1988, 1989, Massachusetts Institute of Technology
#	See permission and disclaimer notice in file "notice.h"
#

RCSCMD		=	rlog -L -h

SOURCES		=	terms.tex	\
			goals.tex	\
			overview.tex	\
			libbsd.tex	\
			libsnmp.tex	\
			snmpd.tex	\
			snmpget.tex	\
			snmpnext.tex	\
			snmpset.tex	\
			snmptrap.tex	\
			snmptrapd.tex	\
			testtools.tex	\
			guide.tex

all:		$(SOURCES)
		latex guide.tex

clean:
		rm -f *.aux *.dvi *.log Makefile.bak core *.out

$(SOURCES):
		co $@

rcs:
		$(RCSCMD) Makefile $(SOURCES)


lint:
		echo Done

depend:
		echo Done