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

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


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

libxegl_la_LDFLAGS = -avoid-version
libxegl_la_SOURCES = xeglmodule.c
libxegl_la_LIBADD   =	  \
	$(top_builddir)/hw/xgl/glx/libxegl.la \
	$(XEGLMODULES_LIBS)

moduledir = @xglmoduledir@

module_LTLIBRARIES = libxegl.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.