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

⟦78a451462⟧ TextFile

    Length: 905 (0x389)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks
    └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/musbus/Workload/Makefile« 
    └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/musbus/Workload/Makefile« 

TextFile

# $Header: Makefile,v 5.2 88/01/12 06:43:13 kenj Exp $
#
# Makefile : musbus/Workload/Makefile
#
DATA	=	big.txt edscr1.dat dummy.c edit.dat cat.dat
OTHERPROGS =	../keyb ../hanoi ../randmem ../pipe ../syscall ../fstime\
		../ff.test

scripts:	context script.out

script.1:	../mkscript ../mkperm ../fixPATH script.master
		@../mkscript $${nscripts-6} script.master
		@../fixPATH -w

script.out:	../mkscript.out script.1 cleanstderr
		@../mkscript.out

context: 	$(DATA) $(OTHERPROGS) script.master cleanstderr DESCRIPTION

manifest:
		@echo $(DATA)
clean:
		@rm -f core *.bad temporary USER
		@rm -rf .tmp

modes:
		@chmod 555 cleanstderr

../keyb:
		@cd .. ; make keyb
../hanoi:
		@cd .. ; make hanoi
../randmem:
		@cd .. ; make randmem
../pipe:
		@cd .. ; make pipe
../syscall:
		@cd .. ; make syscall
../fstime:
		@cd .. ; make fstime
../mkperm:
		@cd .. ; make mkperm
../ff.test:
		@cd .. ; make ffssba