12345678910111213141516171819202122232425262728293031323334 |
- #
- # Makefile.fpc for Free Pascal Packages
- #
- [target]
- dirs=pasjpeg regexpr netdb
- dirs_i386_linux=libc
- dirs_linux=gdbint mysql ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd
- dirs_win32=gdbint mysql ibase odbc sqlite postgres oracle imagemagick httpd
- dirs_win64=mysql ibase odbc sqlite postgres oracle
- dirs_wince=ibase sqlite postgres
- dirs_go32v2=gdbint
- dirs_netbsd=gdbint mysql ibase postgres oracle odbc imagemagick httpd
- dirs_openbsd=gdbint mysql ibase postgres oracle odbc imagemagick httpd
- dirs_beos=gdbint mysql ibase postgres odbc sqlite pthreads imagemagick
- dirs_freebsd=gdbint mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
- dirs_darwin=mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
- dirs_solaris=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=../..
|