20 lines
454 B
Makefile
20 lines
454 B
Makefile
|
noinst_LTLIBRARIES = libstub.la
|
||
|
|
||
|
AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
|
||
|
|
||
|
INCLUDES = $(XORG_INCS)
|
||
|
|
||
|
libstub_la_SOURCES = \
|
||
|
$(srcdir)/../shared/VTsw_noop.c \
|
||
|
$(srcdir)/../shared/agp_noop.c \
|
||
|
$(srcdir)/../shared/ioperm_noop.c \
|
||
|
$(srcdir)/../shared/kmod_noop.c \
|
||
|
$(srcdir)/../shared/pm_noop.c \
|
||
|
$(srcdir)/../shared/vidmem.c \
|
||
|
$(srcdir)/../shared/posix_tty.c \
|
||
|
$(srcdir)/../shared/sigio.c \
|
||
|
stub_bell.c \
|
||
|
stub_bios.c \
|
||
|
stub_init.c \
|
||
|
stub_video.c
|