mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-16 22:11:28 +01:00
25 lines
566 B
Makefile
25 lines
566 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal Packages
|
|
#
|
|
|
|
[target]
|
|
dirs=paszlib regexpr
|
|
dirs_linux=inet gdbint libasync \
|
|
mysql ibase postgres oracle odbc netdb
|
|
dirs_win32=inet gdbint \
|
|
mysql ibase odbc
|
|
dirs_go32v2=gdbint
|
|
dirs_netbsd=inet gdbint libasync \
|
|
mysql ibase postgres oracle odbc netdb
|
|
dirs_openbsd=inet gdbint libasync \
|
|
mysql ibase postgres oracle odbc netdb
|
|
dirs_freebsd=inet gdbint libasync \
|
|
mysql ibase postgres oracle odbc netdb
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
fpcsubdir=packages/base
|
|
|
|
[default]
|
|
fpcdir=../..
|