lazarus/tools/Makefile.fpc
lazarus f62a94062d Keith: Fixed rule 'tools' in the Makefile.
git-svn-id: trunk@1723 -
2002-06-03 23:05:25 +00:00

36 lines
510 B
Makefile

# $Id$
#
# Makefile.fpc for Lazarus for Free Pascal
#
[package]
name=lazarus-tools
version=0.8a
[target]
dirs=apiwizz
programs=lazres
[require]
packages=rtl fcl
[compiler]
options=-gl
unitdir=. $(LAZDIR)/lcl/units $(LAZDIR)/components/units $(LAZDIR)/lcl/units/$(LCLPLATFORM)
targetdir=.
[prerules]
LAZDIR=../..
[rules]
.PHONY: all makefile makefiles
all: apiwizz_all
$(MAKE) --assume-new=lazres.pp lazres$(EXEEXT)
makefile: Makefile.fpc
-$(FPCMAKE) -w
makefiles: makefile