XCOMM $XFree86: test/security/Imakefile,v 1.4 2005/02/12 03:07:40 dawes Exp $

#if 0
XCOMM Run with non-installed library.  This program tests the library.
      CCENVSETUP = LD_RUN_PATH=$(BUILDLIBDIR)
#endif

           SRCS1 = kbstuff.c
           OBJS1 = kbstuff.o

           SRCS2 = rid.c
           OBJS2 = rid.o

           SRCS3 = extscan.c
           OBJS3 = extscan.o

       PROGRAMS = kbstuff rid extscan
LOCAL_LIBRARIES = $(XAUTHLIB) $(XMULIB) $(XEXTLIB) $(XLIB)
        DEPLIBS = $(DEPXAUTHLIB) $(DEPXMULIB) $(DEPXEXTLIB) $(DEPXLIB)

#undef InstallManPage
#define InstallManPage(a,b)

ComplexProgramTarget_1(kbstuff,$(LOCAL_LIBRARIES),NullParameter)
ComplexProgramTarget_2(rid,$(LOCAL_LIBRARIES),NullParameter)
ComplexProgramTarget_3(extscan,$(LOCAL_LIBRARIES),NullParameter)

