mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-19 10:43:07 +02:00

serially with .NOTPARALLEL: -> currently parallel: rtl/darwin, packages/base, packages/base/httpd, packages/extra/univint, fcl, utils git-svn-id: trunk@6223 -
33 lines
369 B
Makefile
33 lines
369 B
Makefile
#
|
|
# Makefile.fpc for oracle units
|
|
#
|
|
|
|
[package]
|
|
name=oracle
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=oci ocidyn oratypes oraoci
|
|
exampledirs=example
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
# in libdir variable must be path to libraries
|
|
# libclntsh.*,libnlsrtl3.*
|
|
#[compiler]
|
|
#libdir=/usr/local/oracle8cli/lib
|
|
|
|
[shared]
|
|
build=n
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
|