mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 05:18:12 +02:00
37 lines
414 B
Makefile
37 lines
414 B
Makefile
#
|
|
# Makefile.fpc for oracle units
|
|
#
|
|
|
|
[package]
|
|
name=oracle
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=oci ocidyn oratypes oraoci
|
|
exampledirs=examples
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src tests
|
|
|
|
# in libdir variable must be path to libraries
|
|
# libclntsh.*,libnlsrtl3.*
|
|
#[compiler]
|
|
#libdir=/usr/local/oracle8cli/lib
|
|
|
|
[shared]
|
|
build=n
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
|