mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 04:52:38 +02:00

* changed makefiles so that the LCL is build separate fron interfaces git-svn-id: trunk@243 -
30 lines
456 B
Makefile
30 lines
456 B
Makefile
# $Id$
|
|
#
|
|
# Makefile.fpc for Lazarus for Free Pascal
|
|
#
|
|
|
|
[targets]
|
|
dirs=synedit mwedit
|
|
|
|
[dirs]
|
|
# target dir needs to be . or a full path otherwise the
|
|
# unittargetdir will be corrupt
|
|
# not with the lazarusmake.ini
|
|
# targetdir=.
|
|
unittargetdir=./units
|
|
|
|
[install]
|
|
units=$(notdir $(basename $(wildcard $(UNITTARGETDIR)/*$(PPUEXT))))
|
|
packagename=components
|
|
|
|
|
|
[presettings]
|
|
ifndef LCLPLATFORM
|
|
LCLPLATFORM=gtk
|
|
export LCLPLATFORM
|
|
endif
|
|
|
|
[postsettings]
|
|
|
|
[rules]
|