Gjsify LogoGjsify Logo

The enumeration is used to speficy the disered build operation

Index

Enumeration Members

COMMAND_AUTORECONF: number
COMMAND_BUILD: number

Build file (normally using make)

COMMAND_BUILD_TARBALL: number

make dist

COMMAND_CHECK: number

make check

COMMAND_CLEAN: number

make clean

COMMAND_COMPILE: number

Compile source

COMMAND_CONFIGURE: number

./configure

COMMAND_DISTCLEAN: number

make distclean

COMMAND_EXECUTE: number

./hello

COMMAND_GENERATE: number

./autogen.sh

COMMAND_INSTALL: number

make install

COMMAND_IS_BUILT: number

check whether object files are up-to-date

N_COMMANDS: number

size of enum

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method