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

19 lines
572 B
Makefile
Raw Normal View History

2006-11-26 11:13:41 -07:00
noinst_LTLIBRARIES = libhurd.la
libhurd_la_SOURCES = hurd_init.c hurd_mmap.c \
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 \
$(srcdir)/../shared/agp_noop.c \
$(srcdir)/../shared/at_scancode.c
2006-11-26 11:13:41 -07:00
AM_CFLAGS = -DUSESTDRES -DHAVE_SYSV_IPC $(XORG_CFLAGS)
2006-11-26 11:13:41 -07:00
INCLUDES = $(XORG_INCS)