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

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


if GLX
GLX_LIB = $(top_builddir)/hw/xgl/glxext/libxglglxext.la
endif

AM_CFLAGS = $(DIX_CFLAGS) \
	-I$(srcdir)/.. \
	-I$(srcdir)/../.. \
	$(XGLXMODULES_CFLAGS)

libxglx_la_DEPENDENCIES = $(GLX_LIB)
libxglx_la_LDFLAGS = -avoid-version
libxglx_la_SOURCES = xglxmodule.c
libxglx_la_LIBADD = \
	$(top_builddir)/hw/xgl/glx/libxglx.la \
	$(GLX_LIB) \
	$(XGLXMODULES_LIBS) \
	-lXrandr

moduledir = @xglmoduledir@

module_LTLIBRARIES = libxglx.la

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.