fpc/rtl/inc/makefile.inc
florian 2d042aca6b + system unit depends on compproc.inc
git-svn-id: trunk@15683 -
2010-07-31 20:45:00 +00:00

23 lines
581 B
PHP

#
# Here we set some variables, needed by all OSes.
#
# System unit include files. These are composed from header and
# implementation files.
SYSNAMES=systemh heaph mathh filerec textrec system real2str sstrings innr \
file typefile text rtti heap astrings objpas objpash except int64 \
generic dynarr varianth variant wstrings compproc
SYSINCNAMES=$(addsuffix .inc,$(SYSNAMES))
# Other unit names which can be used for all systems
#
#UNITNAMES=getops
#UNITPPNAMES=$(addsuffix .pp,$(UNITNAMES))
# Other files...
#astrings.pp
#complex.pp
#cpne.pp
#lstrings.pp