|
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: T m
Length: 953 (0x3b9) Types: TextFile Names: »mips.mk«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/mips/mips.mk«
# SSBA 1.21F # # Makefile : mips.mk # ############################################################################# SHELL=/bin/sh .PRECIOUS: run .IGNORE: PRINTER = lp PRINTOPT= -l66 PAGER = more NAME = mips README = ${NAME}.doc ${NAME}.files MAKEFILE= ${NAME}.mk CONFIG = ${NAME}.cf RUN = ${NAME}.run LOG = ${NAME}.log RES = ${NAME}.res TAR = ${NAME}.tar SHAR = ${NAME}.shar BANNER = ${NAME}.ban SSBALOG = ../results/ssba.log NUL = 1>/dev/null 2>&1 ARCHIVES= $(TAR) $(SHAR) VOLATILE= $(LOG) $(RES) $(ARCHIVES) core SCRIPTS = $(MAKEFILE) $(CONFIG) $(RUN) FILES = $(BANNER) $(README) $(SCRIPTS) conf: @chmod u+x $(CONFIG) @./$(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: $(BANNER): @banner $(NAME) >$@