lazarus/lcl/interfaces/qt/Makefile.fpc
lazarus aa172e0b3a Fixed version numbers and a fix to codetools unit path. The codetools
fix was to allow zipinstall to work correctly.

git-svn-id: trunk@623 -
2002-01-24 19:33:04 +00:00

36 lines
517 B
Makefile

# $Id$
#
# Makefile.fpc for Lazarus for Free Pascal
#
# test
[package]
name=lazarus-qt
version=0.8a
[require]
packages=rtl fcl
[target]
units=interfaces
[compiler]
options=-gl
unittargetdir=../../units/qt
unitdir=$(COMPILER_UNITTARGETDIR) ../../units
includedir=.
[prerules]
DIST_DESTDIR=$(BASEDIR)/../../../dist
[rules]
.PHONY: all makefile makefiles
all:
$(MAKE) --assume-new=interfaces.pp interfaces$(PPUEXT)
makefile: Makefile.fpc
-$(FPCMAKE) -w
makefiles: makefile