#ifdef BandAidCompiler
#include BandAidCompiler
#endif
  XUSRLIBDIR      = /usr/local/lib
     EXTENSIONLIB = 			  -lXext
             XLIB = $(EXTENSIONLIB) 			  -lX11
         XAUTHLIB = 			  -lXau
           XMULIB = 			  -lXmu
         XTOOLLIB = 			  -lXt
           XAWLIB = 			  -lXaw

          DEPLIBS =

#ifndef AlphaArchitecture
LOCAL_LIBRARIES =  -L/usr/local/lib $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) $(AFLIB) -lm
#else
LOCAL_LIBRARIES =  $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) $(AFLIB) -lm
#endif
EXTRA_INCLUDES = -I/usr/local/include

           SRCS = afxctl.c xevent.c
          OBJS  = afxctl.o xevent.o

ComplexProgramTarget(afxctl)



