$D2CFLAGS         # added by update-libdirs
    = $d2c_runtime
    . ' -L../../../common/common-dylan'
    . ' -L../../../d2c/runtime/random'
    . ' -L../../../common/threads'
    . ' -L../../../common/streams'
    . ' -L../../../common/table-ext'
    . ' -L../../../common/collections'
    . ' -L../../../duim/utilities'
    . ' -L../../../duim/geometry'
    . ' -L../../../duim/dcs'
    . ' -L../../../duim/sheets'
    . ' -L../../../duim/graphics'
    . ' -L../../../duim/extended-geometry'
    . ' -L../../../duim/layouts'
    . ' -L../../../duim/commands'
    . ' -L../../../duim/gadgets'
    . ' -L../../../common/print'
    . ' -L../../../common/format'
    . ' -L../../../common/standard-io'
    . ' -L../../../common/format-out'
    . ' -L../../../duim/frames'
    . ' -L../../../duim/core'
    . ' -L../../../duim/panes'
    . ' -L../carbon'
    . ' -L.';

&emit_library_rule('carbon-duim', '', '', 'compile', 'install');
&emit_library_rule('duim', 'carbon-duim.lib.du', '', 'compile', 'install');
