mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 11:47:24 +01:00
the Darwin/iphonesim platforms * regenerated using a current version of fpcmake git-svn-id: trunk@22205 -
31 lines
326 B
Makefile
31 lines
326 B
Makefile
#
|
|
# Makefile.fpc for pas2fpm
|
|
#
|
|
|
|
[package]
|
|
name=pas2fpm
|
|
version=2.7.1
|
|
|
|
[require]
|
|
packages=fcl-passrc fcl-base
|
|
packages_darwin=univint
|
|
packages_iphonesim=univint
|
|
|
|
[target]
|
|
programs=pas2fpm
|
|
rst=pas2fpm
|
|
|
|
[compiler]
|
|
options=-S2h
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
pas2fm$(EXEEXT): pas2fpm.pp
|
|
|