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

Source reference: APPS/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 APPS/Makefile
Lines 14
Bytes 385
SHA-256 08e96ff93f1a90eb8a82b77291fb573343634582e9a81a6fe22cf59ed80eaccd
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: apps desktop taskbar cc kernel
apps: desktop taskbar cc
desktop: APPS/DESKTOP/DESKTOP.CLV
taskbar: APPS/TASKBAR/TASKBAR.CLV
cc: APPS/CC/CC.CLV
APPS/DESKTOP/DESKTOP.CLV: APPS/DESKTOP/DESKTOP.LST
    cc -c APPS/DESKTOP/DESKTOP.LST
APPS/TASKBAR/TASKBAR.CLV: APPS/TASKBAR/TASKBAR.LST
    cc -c APPS/TASKBAR/TASKBAR.LST
APPS/CC/CC.CLV: APPS/CC/CC.CC
    cc -c APPS/CC/CC.CC
kernel:
    rebuild

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-08e96ff93f1a90eb Reviewed source: da3df29cb397 Class: generated-source-reference