mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 01:21:35 +02:00
42 lines
1.3 KiB
Makefile
42 lines
1.3 KiB
Makefile
#
|
|
# Makefile.fpc for Free Pascal Packages
|
|
#
|
|
|
|
[target]
|
|
dirs=hash paszlib pasjpeg regexpr netdb
|
|
dirs_i386_linux=libc
|
|
dirs_linux=gdbint libasync mysql ibase postgres oracle odbc \
|
|
pthreads sqlite graph imagemagick dbus httpd
|
|
dirs_win32=gdbint mysql ibase odbc sqlite postgres oracle graph imagemagick httpd winunits
|
|
dirs_win64=mysql ibase odbc sqlite postgres oracle winunits
|
|
dirs_wince=ibase sqlite postgres
|
|
dirs_go32v2=gdbint graph
|
|
dirs_netbsd=gdbint libasync \
|
|
mysql ibase postgres oracle odbc imagemagick httpd
|
|
dirs_openbsd=gdbint libasync \
|
|
mysql ibase postgres oracle odbc imagemagick httpd
|
|
dirs_beos=gdbint libasync graph \
|
|
mysql ibase postgres odbc sqlite pthreads imagemagick
|
|
dirs_freebsd=gdbint libasync graph \
|
|
mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
|
dirs_darwin=libasync \
|
|
mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
|
dirs_solaris=libasync \
|
|
mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
|
|
|
|
|
[rules]
|
|
paszlib_all: hash_all
|
|
paszlib_debug: hash_debug
|
|
paszlib_smart: hash_smart
|
|
paszlib_release: hash_release
|
|
paszlib_shared: hash_shared
|
|
paszlib_examples: hash_examples
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
fpcsubdir=packages/base
|
|
|
|
[default]
|
|
fpcdir=../..
|