Yumapro SDK programs do not use automake generated makefiles at this time.

However, there are some standard make variables and targets supported


Variables

  • DESTDIR: Top-level path inserted in the installation path. Used by packaging systems to create a fakeroot and install within a sub-directory
  • INSTALL_PREFIX: Installation root prefix for all programs
    The default is /usr on all systems except for MAC=1 the default is /usr/local

Targets
  • all: make all configured targets
  • install: install all configured targets
  • uninstall: uninstall all possible components
  • clean: clean all possible targets but do not remove make-generated files
  • superclean (15.10): clean all possible targets including all make-generated files (not a standard target)
  • distclean (16.10 and later): clean all possible targets including all make-generated files