~ubuntu-branches/ubuntu/edgy/xorg-server/edgy-updates

« back to all changes in this revision

Viewing changes to hw/xfree86/dummylib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-12-13 07:27:13 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051213072713-5fc2avvjcsbfxu4h
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
INCLUDES = $(XORG_INCS)
8
8
 
9
 
AM_CFLAGS = $(XORG_CFLAGS)
10
 
 
11
 
if NEED_STRLCAT
12
 
STRL_SRCS = strlcat.c strlcpy.c
13
 
endif
 
9
AM_CFLAGS = $(XORG_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
14
10
 
15
11
libdummy_a_SOURCES = getvalidbios.c \
16
12
                     pcitestmulti.c xf86allocscripi.c \
17
13
                     xf86addrestolist.c xf86drvmsg.c xf86drvmsgverb.c \
18
14
                     xf86getverb.c \
19
15
                     xf86opt.c xf86screens.c xf86servisinit.c xf86verbose.c \
20
 
                     $(STRL_SRCS)
21
16
                     #xf86errorf.c xf86errorfverb.c xf86msg.c xf86msgverb.c \
22
17
                     #logvwrite.c verrorf.c xf86info.c xalloc.c fatalerror.c \
23
18
                     #$(srcdir)/../os-support/shared/sigiostubs.c
24
19
 
25
20
libdummy_nonserver_a_SOURCES = \
26
 
        $(STRL_SRCS) \
27
21
        fatalerror.c \
28
22
        getvalidbios.c \
29
23
        logvwrite.c \