mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 06:14:50 +01:00
32 lines
987 B
Makefile
32 lines
987 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 imagemagick
|
|
dirs_win32=gdbint mysql ibase odbc sqlite postgres oracle graph imagemagick
|
|
dirs_win64=mysql ibase odbc sqlite postgres oracle
|
|
dirs_wince=ibase sqlite postgres
|
|
dirs_go32v2=gdbint graph
|
|
dirs_netbsd=gdbint libasync \
|
|
mysql ibase postgres oracle odbc imagemagick
|
|
dirs_openbsd=gdbint libasync \
|
|
mysql ibase postgres oracle odbc imagemagick
|
|
dirs_freebsd=gdbint libasync graph \
|
|
mysql ibase postgres oracle odbc sqlite pthreads imagemagick
|
|
dirs_darwin=libasync \
|
|
mysql ibase postgres oracle odbc sqlite pthreads imagemagick
|
|
dirs_solaris=libasync \
|
|
mysql ibase postgres oracle odbc sqlite pthreads imagemagick
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
fpcsubdir=packages/base
|
|
|
|
[default]
|
|
fpcdir=../..
|