mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 13:38:31 +02:00
33 lines
421 B
Makefile
33 lines
421 B
Makefile
#
|
|
# Makefile.fpc for gdbm bindings
|
|
#
|
|
|
|
[package]
|
|
name=uuid
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=macuuid libuuid
|
|
exampledirs=examples
|
|
|
|
[require]
|
|
package=rtl
|
|
|
|
[install]
|
|
examplesubdir=tests
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src tests examples
|
|
unitdir=units/$(OS_TARGET)
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
#testuid$(EXEEXT): testuid.pp uuid$(PPUEXT)
|
|
|
|
testlibuid$(EXEEXT): testlibuid.pp libuuid$(PPUEXT)
|