12345678910111213141516171819202122232425262728293031323334353637383940 |
- #
- # 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 dbus httpd
- dirs_win32=gdbint mysql ibase odbc sqlite postgres oracle graph imagemagick httpd
- 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 httpd
- dirs_openbsd=gdbint libasync \
- mysql ibase postgres oracle odbc imagemagick httpd
- 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_smart
- paszlib_shared: hash_shared
- paszlib_examples: hash_smart
- [install]
- fpcpackage=y
- fpcsubdir=packages/base
- [default]
- fpcdir=../..
|