mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 16:59:26 +02:00
31 lines
918 B
Makefile
31 lines
918 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal Packages
|
|
#
|
|
|
|
[target]
|
|
dirs_linux=zlib ncurses x11 gtk syslog \
|
|
inet uncgi \
|
|
mysql ibase postgres oracle \
|
|
opengl forms svgalib ggi libpng libgd \
|
|
utmp paszlib gdbint cmem regexpr unzip
|
|
dirs_win32=uncgi gtk gdbint ibase mysql zlib paszlib unzip regexpr opengl mmsystem
|
|
dirs_go32v2=uncgi gdbint paszlib unzip regexpr
|
|
dirs_netbsd=zlib ncurses x11 gtk syslog \
|
|
inet uncgi \
|
|
mysql ibase postgres oracle \
|
|
opengl forms svgalib ggi libpng libgd \
|
|
utmp paszlib gdbint cmem regexpr unzip
|
|
dirs_beos=paszlib regexpr
|
|
dirs_os2=uncgi paszlib unzip regexpr
|
|
dirs_freebsd=zlib ncurses x11 gtk syslog \
|
|
inet uncgi \
|
|
mysql ibase postgres oracle \
|
|
opengl forms svgalib ggi libpng libgd \
|
|
utmp paszlib gdbint cmem regexpr unzip
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=..
|