mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-11 18:01:40 +01:00
27 lines
329 B
Makefile
27 lines
329 B
Makefile
#
|
|
# Makefile.fpc for gdbm bindings
|
|
#
|
|
|
|
[package]
|
|
name=uuid
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=uuid libuuid
|
|
examples=testuid testlibuid
|
|
|
|
[require]
|
|
package=rtl
|
|
|
|
[install]
|
|
examplesubdir=uuid
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[rules]
|
|
testuid$(EXEEXT): testuid.pp uuid$(PPUEXT)
|
|
|
|
testlibuid$(EXEEXT): testlibuid.pp libuuid$(PPUEXT)
|