mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 13:07:55 +02:00
31 lines
286 B
Makefile
31 lines
286 B
Makefile
#
|
|
# Makefile.fpc for Tcl/Tk bindings
|
|
#
|
|
[package]
|
|
name=tcl
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=tcl80
|
|
examples=tcl_demo
|
|
|
|
[require]
|
|
libc=y
|
|
packages=fcl-base
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src tests
|
|
|
|
[shared]
|
|
build=n
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|