mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 09:50:09 +02:00
40 lines
684 B
Makefile
40 lines
684 B
Makefile
#
|
|
# Makefile.fpc for Free Vision for Free Pascal
|
|
#
|
|
|
|
[package]
|
|
name=fv
|
|
version=1.9.2
|
|
|
|
[target]
|
|
units=buildfv
|
|
implicitunits=app callspec colortxt dialogs drivers editors fileio \
|
|
fvcommon fvconsts gadgets histlist inplong memory \
|
|
menus msgbox resource statuses stddlg tabs time validate \
|
|
views gfvgraph
|
|
units_go32v2=sysmsg
|
|
units_win32=sysmsg
|
|
units_linux=sysmsg
|
|
units_freebsd=sysmsg
|
|
units_netbsd=sysmsg
|
|
units_openbsd=sysmsg
|
|
units_darwin=sysmsg
|
|
exampledirs=test
|
|
|
|
[libs]
|
|
libname=libfpfv.so
|
|
libversion=1.0
|
|
|
|
[compiler]
|
|
targetdir=.
|
|
|
|
[install]
|
|
buildunit=buildfv
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=..
|
|
|
|
[rules]
|
|
buildfv$(PPUEXT): $(wildcard *.pas *.inc)
|