~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to hw/xfree86/os-support/misc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# FIXME: Add the *.S files to build when applicable
 
2
I386_SOURCES = BUSmemcpy.S IODelay.S SlowBcopy.S
 
3
OTHER_SOURCES = BUSmemcpy.c IODelay.c SlowBcopy.c
 
4
 
 
5
ARCH_SOURCES = $(OTHER_SOURCES)
 
6
 
 
7
# FIXME: Add to the build (NeedPortIO)
 
8
PORTIO_SOURCES = PortIO.S
 
9
 
 
10
# FIXME: Add to the build (if HasGcc || HasGcc2)
 
11
ILHACK_SOURCES = xf86_IlHack.c
 
12
 
 
13
noinst_LTLIBRARIES = libmisc.la
 
14
 
 
15
libmisc_la_SOURCES = xf86_Util.c Delay.c $(ARCH_SOURCES)
 
16
 
 
17
#AM_LDFLAGS = -r
 
18
 
 
19
INCLUDES = $(XORG_INCS)
 
20
 
 
21
AM_CFLAGS = $(XORG_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
 
22
 
 
23
EXTRA_DIST = $(I386_SOURCES) $(PORTIO_SOURCES) $(ILHACK_SOURCES)