Introduction  Creating a minimal coordination module

Chapter 2: Using Coordination Modules

Compiling the coordination module

Use the Makefile located in $OPENSWITCH/sample on UNIX and %OPENSWITCH%\sample on Windows to compile your CM program.

  1. With a text editor, open Makefile and replace “cm1” with the name of your CM program.

  2. Enter the following, where <CMsource> is the directory containing your CM source code.

    On UNIX:

    source $SYBASE/SYBASE.csh
    
    cp $OPENSWITCH/sample/Makefile <CMsource>
    

    On Windows in a Command Prompt window:

    %SYBASE%\SYBASE.bat
    
    cp %OPENSWITCH%\sample\Makefile <CMsource>
    




Copyright © 2005. Sybase Inc. All rights reserved. Creating a minimal coordination module

View this book as PDF