mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 16:59:26 +02:00
19 lines
597 B
Makefile
19 lines
597 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 \
|
|
utmp paszlib gdbint cmem regexpr unzip
|
|
dirs_win32=uncgi gtk gdbint ibase mysql zlib paszlib unzip regexpr opengl
|
|
dirs_go32v2=uncgi gdbint paszlib unzip regexpr
|
|
dirs_os2=uncgi paszlib unzip regexpr
|
|
dirs_freebsd=zlib ncurses x11 gtk syslog \
|
|
inet uncgi \
|
|
mysql ibase postgres \
|
|
opengl forms svgalib ggi \
|
|
utmp paszlib gdbint cmem regexpr unzip
|