ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data
The sample applications are supplied in source code form in the apps directory of the SDK. They may be compiled with the GNU compiler tools. GNUMake is the recommended make utility.
To rebuild all of the applications in one go, use the Makefile in the apps/ directory:
$ cd $ADMXRC_SDK4/apps $ make clean $ make
To rebuild individual applications, use the Makefile in that application's directory. For example:
$ cd $ADMXRC_SDK4/apps/simple $ make clean $ make