makefile.inc 520 B

123456789101112131415161718192021
  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. SYSNAMES=systemh heaph mathh filerec textrec system real2str sstrings innr \
  7. file typefile text rtti heap astrings objpas objpash except int64
  8. SYSINCNAMES=$(addsuffix .inc,$(SYSNAMES))
  9. # Other unit names which can be used for all systems
  10. #
  11. #UNITNAMES=getops
  12. #UNITPPNAMES=$(addsuffix .pp,$(UNITNAMES))
  13. # Other files...
  14. #astrings.pp
  15. #complex.pp
  16. #cpne.pp
  17. #lstrings.pp