1#
2# Here we set some variables, needed by all OSes.
3#
4# System unit include files. These are composed from header and
5# implementation files.
6
7SYSNAMES=systemh heaph mathh filerec textrec system real2str sstrings innr \
8         file typefile text rtti heap astrings objpas objpash except int64 \
9         generic dynarr varianth variant wstrings compproc
10
11SYSINCNAMES=$(addsuffix .inc,$(SYSNAMES))
12
13# Other unit names which can be used for all systems
14#
15#UNITNAMES=getops
16#UNITPPNAMES=$(addsuffix .pp,$(UNITNAMES))
17
18# Other files...
19#astrings.pp
20#complex.pp
21#cpne.pp
22#lstrings.pp
23