fpc/packages/base/oracle/Makefile.fpc
Jonas Maebe 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed
serially with .NOTPARALLEL:
   -> currently parallel: rtl/darwin, packages/base, packages/base/httpd,
      packages/extra/univint, fcl, utils

git-svn-id: trunk@6223 -
2007-01-27 11:05:18 +00:00

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: