|
|
|
|
File: [XFree86 CVS] / test / record / Imakefile
(download)
Revision: 1.4, Sat Feb 12 03:07:39 2005 UTC (8 years, 3 months ago) by dawes Branch: MAIN CVS Tags: xf-xtest-4_0_14, xf-xtest-4_0_13, xf-xtest-4_0_12, xf-xtest-4_0_11, HEAD Changes since 1.3: +3 -1 lines 19. Fix some segfaults from NULL pointer dereference (David Dawes). + build fixes |
XCOMM $XFree86: test/record/Imakefile,v 1.3 2004/05/28 17:59:09 dawes Exp $
#if !defined(HPArchitecture) && !(defined(SunArchitecture) && defined(SVR4Architecture))
USLEEP = -DHAS_USLEEP
#endif
#if 0
XCOMM Run with non-installed library. This program tests the library.
CCENVSETUP = LD_RUN_PATH=$(BUILDLIBDIR)
#endif
SRCS = rcrdtest.c
OBJS = rcrdtest.o
PROGRAMS = rcrdtest
LOCAL_LIBRARIES = $(XTESTLIB) $(XLIB)
DEPLIBS = $(DEPXTESTLIB) $(DEPXLIB)
DEFINES = $(USLEEP)
ComplexProgramTargetNoMan(rcrdtest)
|
Powered by ViewCVS 0.9.2 |