summaryrefslogtreecommitdiff
path: root/hw/kdrive/chips/Makefile.am
blob: 2f8a88da0672a80e34c0e0bf74911cef83ad91c5 (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
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@