2006-11-26 11:13:41 -07:00
|
|
|
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@
|
|
|
|
|
2007-11-24 10:55:21 -07:00
|
|
|
Xchips_DEPENDENCIES = \
|
|
|
|
libchips.a \
|
|
|
|
@KDRIVE_LOCAL_LIBS@
|
|
|
|
|
|
|
|
relink:
|
|
|
|
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)
|