mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 11:38:19 +02:00
34 lines
296 B
Makefile
34 lines
296 B
Makefile
#
|
|
# Makefile.fpc for gdbm bindings
|
|
#
|
|
|
|
[package]
|
|
name=gdbm
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=gdbm
|
|
exampledirs=examples
|
|
|
|
[require]
|
|
package=rtl
|
|
|
|
[install]
|
|
examplesubdir=gdbm
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src tests
|
|
|
|
|
|
[shared]
|
|
build=n
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
|