blob: e4178ff51a044d380d435662637c2a564a168474 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
#
# Makefile.fpc for Free Pascal Packages
#
[target]
dirs=regexpr
dirs_linux=gdbint postgres pthreads sqlite imagemagick httpd
dirs_win32=gdbint sqlite postgres imagemagick httpd
dirs_win64= sqlite postgres
dirs_wince= sqlite postgres
dirs_go32v2=gdbint
dirs_netbsd=gdbint postgres imagemagick httpd
dirs_openbsd=gdbint postgres imagemagick httpd
dirs_beos=gdbint postgres sqlite pthreads imagemagick
dirs_freebsd=gdbint postgres sqlite pthreads imagemagick httpd
dirs_darwin= postgres sqlite pthreads imagemagick httpd
dirs_solaris= postgres 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=../..
|