mkconfig.txt 618 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Set the following three variables.
  3. #
  4. # Path to this directory
  5. #
  6. # On Nt systems, the ROOT path MUST be of the form `drive:/path'
  7. #
  8. ROOT=/usr/local/ken-cc
  9. #
  10. # Build system OS type (eg, MacOSX, Linux, Nt, Solaris, FreeBSD, NetBSD, Plan9)
  11. #
  12. SYSHOST=Linux
  13. #
  14. # Target system object type (eg, 386, arm, mips, power, sparc)
  15. #
  16. OBJTYPE=386
  17. #
  18. # No changes required beyond this point
  19. #
  20. SYSTARG=$SYSHOST
  21. OBJDIR=$SYSTARG/$OBJTYPE
  22. <$ROOT/mkfiles/mkhost-$SYSHOST # variables appropriate for host system
  23. <$ROOT/mkfiles/mkfile-$SYSTARG-$OBJTYPE # variables used to build target object type