mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 16:08:01 +02:00
25 lines
305 B
Makefile
25 lines
305 B
Makefile
#
|
|
# Makefile.fpc for FCL Pascal source file parsing and writing units
|
|
#
|
|
|
|
[package]
|
|
name=fcl-passrc
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=pastree pscanner pparser paswrite
|
|
rsts=pscanner pparser pastree
|
|
|
|
[compiler]
|
|
options=-S2h
|
|
sourcedir=src
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|