Multiple architecture example
Use this content as an example of multiple-architecture development.
This example uses
imake
to support building in architecture-specific sub-directories.
Scenario
Creating makefiles in the source and build directories
Scenario
Learn how to set up multiple-platform development in the
/proj/monet/src
directory.
Defining architecture-specific CPP macros
Learn how to define architecture-specific
CPP
macros.
Creating makefiles in the source and build directories
Learn how
Imakefile
is involved in creating makefiles in the source and build directories.
Parent topic:
Building software for multiple platforms