summaryrefslogtreecommitdiff
path: root/xserver/hw/kdrive/chips/Makefile.am
blob: 80fb2ddea49c35cefeab09070c429ca9d7b59e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
INCLUDES = 					\
	@KDRIVE_INCS@				\
	-I$(top_srcdir)/hw/kdrive/vesa		\
	@KDRIVE_CFLAGS@

bin_PROGRAMS = Xchips

noinst_LIBRARIES = libchips.a

libchips_a_SOURCES = 	\
	chipsdraw.c	\
	chips.c		\
	chips.h	

Xchips_SOURCES = \
	chipsstub.c

CHIPS_LIBS =					 \
	libchips.a 				 \
	$(top_builddir)/hw/kdrive/vesa/libvesa.a \
	@KDRIVE_LIBS@

Xchips_LDADD = \
	$(CHIPS_LIBS)				\
	@KDRIVE_LIBS@                           \
	@XSERVER_LIBS@				

Xchips_DEPENDENCIES =                           \
        libchips.a                              \
        $(top_builddir)/hw/kdrive/vesa/libvesa.a