mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 11:47:17 +01:00
32 lines
407 B
Makefile
32 lines
407 B
Makefile
#
|
|
# Makefile.fpc for OpenGL for FPC
|
|
#
|
|
|
|
[package]
|
|
name=opengl
|
|
version=1.0.5
|
|
|
|
[require]
|
|
packages_linux=x11
|
|
packages_freebsd=x11
|
|
libc=y
|
|
|
|
[target]
|
|
units=gl glut
|
|
units_win32=glaux gl_sl glut_sl glaux_sl
|
|
units_linux=glx
|
|
units_freebsd=glx
|
|
exampledirs=examples
|
|
|
|
[compiler]
|
|
sourcedir=$(OS_TARGET)
|
|
targetdir=$(OS_TARGET)
|
|
includedir_freebsd=unix
|
|
includedir_linux=unix
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|