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: T s

⟦74dda92a5⟧ TextFile

    Length: 1225 (0x4c9)
    Types: TextFile
    Names: »ssba.mk«

Derivation

└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks
    └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/ssba/ssba.mk« 

TextFile

#				SSBA 1.21E
#
# Makefile : ssba.mk
#
#############################################################################
SHELL=/bin/sh

.PRECIOUS:	conf
.PRECIOUS:	run
.IGNORE:	

PRINTER	=	lp
PRINTOPT=	-l66
PAGER	=	more

#
#	Files
#
NAME	=	ssba
README	=	${NAME}.doc ${NAME}.files
MAKEFILE=	${NAME}.mk
RUN	=	${NAME}.run
CONFIG	=	${NAME}.cf
TAR	=	${NAME}.tar
RES	=	${NAME}.res
KILL	=	${NAME}.kill
SHAR	=	${NAME}.shar
BANNER	=	${NAME}.ban
PROCESS	=	${NAME}.ps
SIZE	=	${NAME}.size
SYNTHESE=	${NAME}.syn
TEMPS	=	${NAME}.time
DONE	=	conf.done compile.done
NUL	=	1>/dev/null 2>&1
ARCHIVES=	$(TAR) $(SHAR)
VOLATILE=	$(ARCHIVES) $(DONE) $(KILL) core
SCRIPTS	=	Makefile ${NAME}.mk ${NAME}.run ${NAME}.def ${NAME}.ini\
		${NAME}.bgr ${NAME}.cf ${NAME}.rerun unix.sh ${NAME}.ps\
		card ssbakill ${NAME}.syn ${NAME}.size size1.awk size2.awk\
		date.awk ${NAME}.time stan.test
FILES	=	$(BANNER) $(README) $(SCRIPTS)

readme:
		@$(PAGER) $(README)
conf:
		@./$(CONFIG)
run:
		@./$(RUN)
clean:
		@rm -f $(VOLATILE) $(NUL)
readme:
		@$(PAGER) $(README)
print:
		@pr $(PRINTOPT) -h $(NAME) $(SCRIPTS) | $(PRINTER)
printall:
		@pr $(PRINTOPT) -h $(NAME) $(FILES) | $(PRINTER)
tar:
		@tar cf $(TAR) $(FILES)
shar:
		@shar $(FILES) > $(SHAR)
force: