summaryrefslogtreecommitdiff
path: root/packages/opencl/Makefile.fpc.fpcmake
blob: cce7459c414659b4a4726d787d5ab8588f49fda0 (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.3

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