forked from tangentforks/zpl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DIRS
26 lines (24 loc) · 1.21 KB
/
DIRS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ZPL DIRECTORY STRUCTURE
=======================
README -- general information
DIRS -- this file
INSTALL -- instructions on installing and using ZPL
LICENSE -- the ZPL license agreement
bin/ -- location of the ZPL binaries (zc, zc0) after building
comp/ -- ZPL compiler sources
etc/ -- tool & option specifications for building the compiler
$ZPLTARGET/ -- ZPLTARGET-specific overrides
etc/ -- tool & option specifications for building the runtime
$ZPLCOMMLAYER/ -- ZPLCOMMLAYER-specific overrides
$ZPLTARGET/ -- ZPLTARGET-specific overrides
examples/ -- sample ZPL codes
include/ -- general runtime header files
$ZPLCOMMLAYER/ -- ZPLCOMMLAYER-specific runtime header files
$ZPLTARGET/ -- ZPLTARGET-specific overrides
lib/ -- runtime libraries will end up in this subtree...
$ZPLCOMMLAYER/ -- ...sorted out by ZPLCOMMLAYER...
$ZPLTARGET/ -- ...and ZPLTARGET...
man/ -- man pages for the compiler (likely out-of-date)
src/ -- general runtime source files
$ZPLCOMMLAYER/ -- ZPLCOMMLAYER-specific source files
$ZPLTARGET/ -- ZPLTARGET-specific overrides