Module Types

Note: On Unix systems all file extensions are lower case. On All other systemsthe case does not matter.

Type Description File extension Directory
RES Resource file res RES
SBP Imported project sbp  
LIB Object library lib, a LIB/SO
SO Shared object so LIB/SO
SCR Script module sbs  

Modula-2

DEF DEFINITION module def DEF
IMP IMPLEMENTATION module mod MOD
PGM Main program module mod MOD
ASM Foreign Assembler file asm MOD
C Foreign C file c MOD
LNK Linker response file lnk DEF
EDF Linker definition file edf DEF
TBD To be done file tbd MOD

Ada95

ADS Package specification ads SPEC
BOD Package body adb BODY
PGM Main program module ada BODY
GLI Generic package instance adb BODY
ADP Ada procedure adp BODY
ASM Foreign Assembler file asm BODY
C Foreign C file c BODY
LNK Linker response file lnk SPEC
EDF Linker definition file edf SPEC
TBD To be done file tbd BODY