2006-11-26 11:13:41 -07:00
|
|
|
noinst_LTLIBRARIES = libhurd.la
|
|
|
|
|
|
|
|
libhurd_la_SOURCES = hurd_init.c hurd_mmap.c \
|
2007-03-03 04:09:19 -07:00
|
|
|
hurd_mouse.c hurd_video.c hurd_io.c hurd_kbd.c \
|
2006-11-26 11:13:41 -07:00
|
|
|
$(srcdir)/../shared/VTsw_noop.c \
|
|
|
|
$(srcdir)/../shared/posix_tty.c \
|
|
|
|
$(srcdir)/../shared/libc_wrapper.c \
|
|
|
|
$(srcdir)/../shared/stdResource.c \
|
|
|
|
$(srcdir)/../shared/stdPci.c \
|
|
|
|
$(srcdir)/../shared/sigiostubs.c \
|
|
|
|
$(srcdir)/../shared/pm_noop.c \
|
|
|
|
$(srcdir)/../shared/kmod_noop.c \
|
2007-03-03 04:09:19 -07:00
|
|
|
$(srcdir)/../shared/agp_noop.c \
|
|
|
|
$(srcdir)/../shared/at_scancode.c
|
2006-11-26 11:13:41 -07:00
|
|
|
|
2007-03-03 04:09:19 -07:00
|
|
|
AM_CFLAGS = -DUSESTDRES -DHAVE_SYSV_IPC $(XORG_CFLAGS)
|
2006-11-26 11:13:41 -07:00
|
|
|
|
|
|
|
INCLUDES = $(XORG_INCS)
|