2006-11-26 11:13:41 -07:00
|
|
|
# libdummy.a contains just those bits used in the server itself
|
|
|
|
# libdummy-nonserver.a contains additional routines normally found in the
|
2008-11-02 08:26:08 -07:00
|
|
|
# server for use in building the utilities like config tools
|
2006-11-26 11:13:41 -07:00
|
|
|
|
|
|
|
noinst_LIBRARIES = libdummy-nonserver.a
|
|
|
|
|
|
|
|
INCLUDES = $(XORG_INCS)
|
|
|
|
|
2007-11-24 12:04:00 -07:00
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
|
2006-11-26 11:13:41 -07:00
|
|
|
|
|
|
|
if NEED_STRLCAT
|
|
|
|
STRL_SRCS = $(top_srcdir)/os/strlcat.c $(top_srcdir)/os/strlcpy.c
|
|
|
|
endif
|
|
|
|
|
|
|
|
libdummy_nonserver_a_SOURCES = \
|
2008-11-02 08:26:08 -07:00
|
|
|
dixprivates.c \
|
2006-11-28 13:29:31 -07:00
|
|
|
chownlock.c \
|
|
|
|
dispatchException.c \
|
2006-11-26 11:13:41 -07:00
|
|
|
fatalerror.c \
|
|
|
|
logvwrite.c \
|
|
|
|
pcitestmulti.c \
|
2006-11-28 13:29:31 -07:00
|
|
|
privsep.c \
|
|
|
|
serverGeneration.c \
|
|
|
|
useMsg.c \
|
2006-11-26 11:13:41 -07:00
|
|
|
$(STRL_SRCS) \
|
|
|
|
verrorf.c \
|
|
|
|
xalloc.c \
|
|
|
|
xf86allocscripi.c \
|
|
|
|
xf86addrestolist.c \
|
|
|
|
xf86drvmsg.c \
|
|
|
|
xf86drvmsgverb.c \
|
|
|
|
xf86errorf.c \
|
|
|
|
xf86errorfverb.c \
|
|
|
|
xf86getverb.c \
|
|
|
|
xf86info.c \
|
|
|
|
xf86msg.c \
|
|
|
|
xf86msgverb.c \
|
|
|
|
xf86opt.c \
|
|
|
|
xf86screens.c \
|
|
|
|
xf86servisinit.c \
|
|
|
|
xf86verbose.c \
|
|
|
|
$(srcdir)/../os-support/shared/sigiostubs.c
|
|
|
|
|
|
|
|
EXTRA_DIST = README dummylib.h
|