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 - download

⟦1d13ca028⟧ TextFile

    Length: 433 (0x1b1)
    Types: TextFile
    Names: »Make.lint«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec6/larn/Make.lint« 

TextFile

# makefile for lint test
LARNHOME = /save/noah/miscellany/dnd/.lfiles

OPTIONS = -DEXTRA -DBSD -DVER=12 -DSUBVER=0 -DTIMECHECK -DWIZID=163 -Dlint

FILS= main.c object.c create.c tok.c display.c global.c data.c io.c\
    monster.c store.c diag.c help.c config.c nap.c bill.c scores.c\
    signal.c moreobj.c movem.c regen.c fortune.c savelev.c

FLAGS= $(OPTIONS) -DLARNHOME=\"$(LARNHOME)/\"

larn: $(FILS)
	lint -ub $(FLAGS) $(FILS)