
XCOMM Comment this line out if you don't have Motif 
#define MOTIF

#ifdef MOTIF
            CC = gcc -DMOTIF
LOCAL_LIBRARIES = -lXm -lXt -lX11
#else
            CC = gcc 
        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
#endif

SimpleProgramTarget(bs)
