mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
# X11 includes and libraries in the standard location
|
|
#
|
|
XFLAGS =
|
|
XINC = $(XFLAGS) -I/usr/include/X11
|
|
XLIBS = -lXext -lX11
|