ChrisOS Research ProjectOperating systems · language systems · graphics · machine emulation
DOCUMENTATION ARCHIVEMAIN BRANCH
ChrisOS/Source reference: GAMES/DOOM/Makefile

Source reference: GAMES/DOOM/Makefile

Deterministic source record. The complete textual file is reproduced below; this page does not replace architectural interpretation in the authored chapters.

File identity

Field Value
Path GAMES/DOOM/Makefile
Lines 15
Bytes 275
SHA-256 74d15c4ef388c96a7df57cf039fd9a3e4c1bd542b8088ca0cd1f7c6dde8a265c
ChrisOS revision da3df29cb397932c43d32373871fb9380e688ade

Detected syntactic dependencies

Line Include
— No preprocessor include detected.

Detected symbols

Line Symbol
— No C-like function definition detected by the scanner.

Complete source

The following block is the complete textual file at the recorded revision. No lines are elided, abbreviated or paraphrased.

.PHONY: all run engine

all: GAMES/DOOM/DOOM.CLV

GAMES/DOOM/DOOM.CLV: GAMES/DOOM/DOOM.LST
    cc -c GAMES/DOOM/DOOM.LST

run: GAMES/DOOM/DOOM.CLV
    run GAMES/DOOM/DOOM.CLV

engine: GAMES/DOOM/ENGINE.CLV

GAMES/DOOM/ENGINE.CLV: GAMES/DOOM/ENGINE.LST
    cc -c GAMES/DOOM/ENGINE.LST

Role of this record

The atlas guarantees file-by-file traceability. Responsibility, invariants, ownership, concurrency, security, performance and subsystem interactions belong in authored chapters and must cite this file when applicable.

Document record ID: source-74d15c4ef388c96a Reviewed source: da3df29cb397 Class: generated-source-reference