lazarus/components/gtk/gtkglarea/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

46 lines
668 B
Makefile

# $Id$
#
# Makefile.fpc for Lazarus TGTKGLAreaControl for Free Pascal
#
[package]
#name=lazarus-gtkglarea
name=lazarus
version=0.8a
[target]
units=gtkglarea_int nvgl gtkglarea exampleform gtkglarea_demo
[default]
[compiler]
options=-gl -k-lGL
unitdir=. ../../../lcl/units ../../../lcl/units/gtk
[require]
packages=rtl fcl gtk opengl
[clean]
files=gtkglarea_demo
[install]
[dist]
zipname=lazarus.gtkglarea.$(ZIPSUFFIX)
[rules]
.PHONY: cleartarget all makefile makefiles
cleartarget:
-$(DEL) gtkglarea_demo
all: cleartarget gtkglarea_demo$(PPUEXT)
makefile: Makefile.fpc
-$(FPCMAKE) -w
makefiles: makefile
# end.