Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 461 Bytes

Structure.md

File metadata and controls

21 lines (18 loc) · 461 Bytes

Module Structure and Hierarchy

UNIX-based

  • out: Output Files
    • bin: Output Binaries and Executables
      • $arch$: Architecture specific files
    • lib/lib32/lib64: Output Libraries
      • $arch$: Architecture specific files
    • share: Output Shared Data
    • etc: Output configurations
    • tmp: Temporary Files
      • obj - Output Objects (Compiler)

Other Systems

  • Output
    • Binaries
    • Libraries
    • Shares
    • Temporary
      • Objects