def build(): autotools.make("V=1")
def build(): autotools.make() autotools.make("-C locale allmo")
def build(): autotools.make()
def install(): autotools.make("DESTDIR=%s install" % get.installDIR())
def build(): autotools.make("KDIR=/usr")
def build(): autotools.make("-j1")
def build(): shelltools.cd("moz-build") shelltools.export("SHELL", "/bin/bash") autotools.make()
def build(): autotools.make("lib_prefix=/usr lib=lib%s" % ("32" if get.buildTYPE() == "emul32" else ""))
def build(): inarytools.dosed("Makefile", "^CC = .*$", "CC = %s" % get.CC()) autotools.make("all doc")
def build(): autotools.make("check")
def build(): autotools.make('CC="%s" \ CFLAGS="%s -fomit-frame-pointer -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \ LDFLAGS="%s"' % (get.CC(), get.CFLAGS(), get.LDFLAGS()))
def build(): tools.make()
def build(): autotools.make('LIBDJBFFT="libdjbfft.so.%s" LIBPERMS="0755"' % lib_version)
def build(): autotools.make("depend") autotools.make()
def build(): pythonmodules.compile() autotools.make("docs")
def build(): autotools.make("-j1 install_doc_dir=/%s/%s all" % (get.docDIR(), get.installDIR()))
def build(): autotools.make("%s" % args)
def build(): autotools.make("linux-utf8")
def build(): shelltools.cd("build") autotools.make("CPPFLAGS+=\"-U_FORTIFY_SOURCE\"")
def build(): shelltools.cd("scom") autotools.make("VERBOSE=1")
def build(): autotools.make("CC=%s" % get.CC()) autotools.make("V=1 CC=%s CFLAGS=\"%s\"" % (get.CC(), get.CFLAGS())) autotools.make("V=1 CC=%s CFLAGS=\"%s\" btrfs-select-super" % (get.CC(), get.CFLAGS()))
def build(): autotools.make('CC="%s" DEBUG="%s" all' % (get.CC(), get.CFLAGS()))
def check(): autotools.make("check")
def build(): autotools.make("KEYCODES_PROGS=yes RESIZECONS_PROGS=yes")
def build(): shelltools.export("LC_ALL", "en_US.UTF-8") autotools.make()
def build(): autotools.make('CC="%s"' % get.CC())
def build(): #shelltools.cd("build-gtk2") #autotools.make() #shelltools.cd("..") shelltools.cd("build-gtk3") autotools.make()
def install(): shelltools.cd("src") autotools.make("-j1 DESTDIR=%s prefix=/usr install-bin" % (get.installDIR()))
def build(): autotools.make("noinst_PROGRAMS=' '")
def check(): autotools.make("test")