First import
[xorg_rtime.git] / xorg-server-1.4 / hw / xfree86 / os-support / hurd / Makefile.am
blob731ff083d8690ab56da518e36312dc660ea19ec2
1 noinst_LTLIBRARIES = libhurd.la
3 libhurd_la_SOURCES = hurd_bell.c hurd_init.c hurd_mmap.c \
4                 hurd_mouse.c hurd_video.c \
5                 $(srcdir)/../shared/VTsw_noop.c \
6                 $(srcdir)/../shared/posix_tty.c \
7                 $(srcdir)/../shared/libc_wrapper.c \
8                 $(srcdir)/../shared/stdResource.c \
9                 $(srcdir)/../shared/stdPci.c \
10                 $(srcdir)/../shared/sigiostubs.c \
11                 $(srcdir)/../shared/pm_noop.c \
12                 $(srcdir)/../shared/kmod_noop.c \
13                 $(srcdir)/../shared/agp_noop.c
15 AM_CFLAGS = -DUSESTDRES -DHAVE_SYSV_IPC $(XORG_CFLAGS) $(DIX_CFLAGS)
17 INCLUDES = $(XORG_INCS)