netsurf-buildsystem

Shared Makefiles and build system for NetSurf web browser projects

brewmacoslinux
Try with needOr install directly
Source

About

Makefiles shared by NetSurf projects

Commands

netsurf-buildsystem

Examples

Include the buildsystem in a NetSurf project's Makefile for standardized build rules$ include $(NETSURF_BUILDSYSTEM)/Makefile.top
Access common build targets like clean, install, and test across NetSurf projects$ make -f /usr/local/opt/netsurf-buildsystem/Makefile.common clean
Reference shared compilation flags and build configuration in project builds$ source $(pkg-config --variable=buildsystemdir netsurf-buildsystem)/Makefile.utils