mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-07 10:00:35 +01:00
31 lines
423 B
Makefile
31 lines
423 B
Makefile
#
|
|
# Makefile.fpc for OpenGL for FPC
|
|
#
|
|
|
|
[package]
|
|
name=opengl
|
|
version=2.0.0
|
|
|
|
[require]
|
|
packages_linux=x11
|
|
packages_freebsd=x11
|
|
packages_netbsd=x11
|
|
packages_openbsd=x11
|
|
packages_darwin=x11
|
|
|
|
[target]
|
|
units=gl glu glut
|
|
units_win32=glext
|
|
units_linux=glx glext
|
|
units_freebsd=glx glext
|
|
units_netbsd=glx glext
|
|
units_openbsd=glx glext
|
|
units_darwin=glx glext
|
|
exampledirs=examples
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|