summaryrefslogtreecommitdiff
path: root/packages/opencl/Makefile.fpc.fpcmake
blob: f4d5958003992c51a1ae3f3221b3f5262796d330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
#   Makefile.fpc for Free Pascal opencl Packages
#

[package]
name=opencl
version=3.0.4

[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: