1. 15 Eyl, 2000 2 kayıt (commit)
    • Greg Ward's avatar
      Changed from eager parsing of Makefile (at import time) to lazy: only do · 879f0f11
      Greg Ward yazdı
      all that work when someone asks for a "configuration variable" from the
      Makefile.  Details:
        - added 'get_config_vars()': responsible for calling one of the
          '_init_*()' functions to figure things out for this platform,
          and to provide an interface to the resulting dictionary
        - added 'get_config_var()' as a simple interface to the dictionary
          loaded by 'get_config_vars()'
        - changed the '_init_*()' functions so they load the global dictionary
          '_config_vars', rather than spewing their findings all over
          the module namespace
        - don't delete the '_init_*()' functions when done importing
        - adjusted 'customize_compiler()' to the new regime
      879f0f11
    • Greg Ward's avatar
      Fixed so 'parse_makefile()' uses the TextFile class to ensure that · 3fff8d29
      Greg Ward yazdı
      comments are stripped and lines are joined according to the backslash
      convention.
      3fff8d29
  2. 14 Eyl, 2000 26 kayıt (commit)
  3. 13 Eyl, 2000 9 kayıt (commit)
  4. 12 Eyl, 2000 3 kayıt (commit)