mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 22:09:45 +01:00
* subdir requirement checking works, but not very optimal yet as
it can load the same Makefile.fpc multiple times
35 lines
632 B
Makefile
35 lines
632 B
Makefile
#
|
|
# Makefile.fpc for Free Component Library
|
|
#
|
|
|
|
[package]
|
|
name=fcl
|
|
version=1.0.5
|
|
|
|
[require]
|
|
packages=paszlib
|
|
packages_linux=inet
|
|
|
|
[target]
|
|
dirs=xml db shedit
|
|
units=classes inifiles registry ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls
|
|
units_freebsd=process asyncio ssockets http
|
|
units_linux=process asyncio ssockets http
|
|
units_win32=process fileinfo
|
|
rsts=classes ssockets cachecls
|
|
exampledirs=tests db/tests shedit/gtk
|
|
|
|
[compiler]
|
|
options=-S2
|
|
targetdir=$(OS_TARGET)
|
|
includedir=$(OS_TARGET) inc
|
|
includedir_linux=unix
|
|
includedir_freebsd=unix
|
|
sourcedir=$(OS_TARGET) inc
|
|
|
|
[libs]
|
|
libname=fpfcl
|
|
|
|
[default]
|
|
fpcdir=..
|