mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 09:29:25 +02:00
26 lines
663 B
Makefile
26 lines
663 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal Packages
|
|
#
|
|
|
|
[target]
|
|
dirs=paszlib pasjpeg regexpr netdb md5
|
|
dirs_linux=gdbint libasync mysql ibase postgres oracle odbc \
|
|
pthreads sqlite libc
|
|
dirs_win32=gdbint mysql ibase odbc sqlite postgres
|
|
dirs_go32v2=gdbint
|
|
dirs_netbsd=gdbint libasync \
|
|
mysql ibase postgres oracle odbc
|
|
dirs_openbsd=gdbint libasync \
|
|
mysql ibase postgres oracle odbc
|
|
dirs_freebsd=gdbint libasync \
|
|
mysql ibase postgres oracle odbc sqlite pthreads
|
|
dirs_darwin=libasync \
|
|
mysql ibase postgres oracle odbc sqlite pthreads
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
fpcsubdir=packages/base
|
|
|
|
[default]
|
|
fpcdir=../..
|