mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 11:38:19 +02:00
22 lines
233 B
Makefile
22 lines
233 B
Makefile
#
|
|
# Makefile.fpc for pas2jni
|
|
#
|
|
|
|
[target]
|
|
programs=pas2jni
|
|
|
|
[clean]
|
|
units=pas2jni def ppuparser writer
|
|
|
|
[require]
|
|
packages=rtl fcl-base fcl-json
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
pas2jni$(EXEEXT): pas2jni.pas
|