[prev] [index] [next]

Variations (cont)

Early solutions:
  • distribute multiple copies of Makefile and/or config.h

    (+)   easy for user to set up; choose one Makefile
    (-)   need a Makefile for each and every system variant

  • script asks user for info, then generates Makefile,config.h

    (+)   one (complex) script handles all systems
    (-)   the user may not know the correct answers