Plan 9 from Bell Labs’s /usr/web/sources/contrib/fgb/root/sys/src/ape/X11/cmd/X/hw/kdrive/neomagic/Makefile.am

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


if KDRIVEFBDEV
FBDEV_INCLUDES =-I$(top_srcdir)/hw/kdrive/fbdev
FBDEV_LIBS = $(top_builddir)/hw/kdrive/fbdev/libfbdev.a
endif

if KDRIVEVESA
VESA_INCLUDES = -I$(top_srcdir)/hw/kdrive/vesa
VESA_LIBS = $(top_builddir)/hw/kdrive/vesa/libvesa.a
endif

INCLUDES =                      \
	@KDRIVE_INCS@               \
	$(FBDEV_INCLUDES)           \
	$(VESA_INCLUDES)            \
	@KDRIVE_CFLAGS@

bin_PROGRAMS = Xneomagic

noinst_LIBRARIES = libneomagic.a

libneomagic_a_SOURCES =         \
	neomagic.c                  \
	neomagic.h                  \
	neo_draw.c

Xneomagic_SOURCES = \
	neomagicstub.c

NEOMAGIC_LIBS =                 \
	libneomagic.a               \
	${FBDEV_LIBS}               \
	${VESA_LIBS}                \
	@KDRIVE_LIBS@

Xneomagic_LDADD = \
	$(NEOMAGIC_LIBS)            \
	@KDRIVE_LIBS@               \
	@XSERVER_LIBS@		  

Xneomagic_DEPENDENCIES =	\
	libneomagic.a               \
	@KDRIVE_LOCAL_LIBS@

relink:
	rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.