makefile.inc 581 B

12345678910111213141516171819202122
  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. generic dynarr varianth variant wstrings compproc
  9. SYSINCNAMES=$(addsuffix .inc,$(SYSNAMES))
  10. # Other unit names which can be used for all systems
  11. #
  12. #UNITNAMES=getops
  13. #UNITPPNAMES=$(addsuffix .pp,$(UNITNAMES))
  14. # Other files...
  15. #astrings.pp
  16. #complex.pp
  17. #cpne.pp
  18. #lstrings.pp