mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-09 01:32:31 +02:00
29 lines
760 B
Makefile
29 lines
760 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal Packages
|
|
#
|
|
|
|
[target]
|
|
dirs=hash paszlib pasjpeg regexpr netdb
|
|
dirs_i386_linux=libc
|
|
dirs_x86_64_linux=libc
|
|
dirs_linux=gdbint libasync mysql ibase postgres oracle odbc \
|
|
pthreads sqlite graph
|
|
dirs_win32=gdbint mysql ibase odbc sqlite postgres graph
|
|
dirs_wince=ibase sqlite postgres
|
|
dirs_go32v2=gdbint graph
|
|
dirs_netbsd=gdbint libasync \
|
|
mysql ibase postgres oracle odbc
|
|
dirs_openbsd=gdbint libasync \
|
|
mysql ibase postgres oracle odbc
|
|
dirs_freebsd=gdbint libasync graph \
|
|
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=../..
|