lazarus/components/htmllite/Makefile.fpc
mattias af2d20c20c fixes for htmllite
git-svn-id: trunk@2160 -
2002-08-17 23:41:03 +00:00

46 lines
713 B
Makefile

# $Id$
#
# Makefile.fpc for Lazarus for Free Pascal
#
[package]
name=lazarus/htmllite
version=0.8a
[compiler]
unitdir=../../lcl/units/$(LCL_PLATFORM) ../../lcl/units .
options=-gl -dHL_LAZARUS
[target]
units=htmllite
implicitunits=htmllite litepars litesubs litedith litegif2 litereadthd liteun2 \
litesbs1
[clean]
files=$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
[require]
packages=fcl
[default]
lcldir=../../lcl
[prerules]
# LCL Platform
ifndef LCL_PLATFORM
ifeq ($(OS_TARGET),win32)
LCL_PLATFORM=win32
else
LCL_PLATFORM=gtk
endif
endif
export LCL_PLATFORM
[rules]
.PHONY: cleartarget all
cleartarget:
-$(DEL) htmllite$(PPUEXT)
all: cleartarget htmllite$(PPUEXT)