xenocara/xserver/hw/xfree86/os-support/hurd/Makefile.am

16 lines
467 B
Makefile
Raw Normal View History

2006-11-26 11:13:41 -07:00
noinst_LTLIBRARIES = libhurd.la
2007-11-24 10:55:21 -07:00
libhurd_la_SOURCES = hurd_bell.c hurd_init.c hurd_mmap.c \
hurd_mouse.c hurd_video.c \
2006-11-26 11:13:41 -07:00
$(srcdir)/../shared/VTsw_noop.c \
$(srcdir)/../shared/posix_tty.c \
$(srcdir)/../shared/stdResource.c \
$(srcdir)/../shared/sigiostubs.c \
$(srcdir)/../shared/pm_noop.c \
$(srcdir)/../shared/kmod_noop.c \
2007-11-24 10:55:21 -07:00
$(srcdir)/../shared/agp_noop.c
2006-11-26 11:13:41 -07:00
2007-11-24 10:55:21 -07:00
AM_CFLAGS = -DUSESTDRES -DHAVE_SYSV_IPC $(XORG_CFLAGS) $(DIX_CFLAGS)
2006-11-26 11:13:41 -07:00
INCLUDES = $(XORG_INCS)