mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 16:06:09 +02:00
24 lines
302 B
Makefile
24 lines
302 B
Makefile
#
|
|
# Makefile.fpc for Free Component Library
|
|
#
|
|
|
|
[package]
|
|
name=fcl-stl
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=garrayutils gdeque gmap gpriorityqueue gqueue gset gstack gutil gvector ghashset ghashmap
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
options=-S2h
|
|
sourcedir=src
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|