makefile.inc 567 B

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