First import
[xorg_rtime.git] / xorg-server-1.4 / hw / xfree86 / dummylib / Makefile.am
blob6299a1ff794bb679e2e6de9944f1df752c732fe7
1 # libdummy.a contains just those bits used in the server itself
2 # libdummy-nonserver.a contains additional routines normally found in the
3 # server for use in building the utilities like scanpci & the config tools
5 noinst_LIBRARIES = libdummy-nonserver.a
7 INCLUDES = $(XORG_INCS)
9 AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
11 if NEED_STRLCAT
12 STRL_SRCS = $(top_srcdir)/os/strlcat.c $(top_srcdir)/os/strlcpy.c
13 endif
15 libdummy_nonserver_a_SOURCES = \
16         fatalerror.c \
17         getvalidbios.c \
18         getemptypci.c \
19         logvwrite.c \
20         pcitestmulti.c \
21         $(STRL_SRCS) \
22         verrorf.c \
23         xalloc.c \
24         xf86allocscripi.c \
25         xf86addrestolist.c \
26         xf86drvmsg.c \
27         xf86drvmsgverb.c \
28         xf86errorf.c \
29         xf86errorfverb.c \
30         xf86getpagesize.c \
31         xf86getverb.c \
32         xf86info.c \
33         xf86msg.c \
34         xf86msgverb.c \
35         xf86opt.c \
36         xf86screens.c \
37         xf86servisinit.c \
38         xf86verbose.c \
39         $(srcdir)/../os-support/shared/sigiostubs.c
41 EXTRA_DIST = README dummylib.h