Struct pnacl-build-helper::ConfigureMake [-]  [+] [src]

pub struct ConfigureMake {
    // some fields omitted
}

Methods

impl ConfigureMake

fn new(args: &[String], built_libs: &[(Path, String)], src_dir: Path) -> ConfigureMake

fn make_only_dir(&mut self, dir: Path) -> &mut ConfigureMake

fn make_all(&mut self)

fn is_fresh(&self) -> bool

Do we need to rebuild this?

fn configure(&self)

fn make(self)