mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 16:27:58 +02:00
32 lines
298 B
Makefile
32 lines
298 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal opencl Packages
|
|
#
|
|
|
|
[package]
|
|
name=opencl
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=cl cl_gl
|
|
|
|
[require]
|
|
libc=y
|
|
packages=opengl
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
fpcsubdir=packages
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[shared]
|
|
build=n
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|