lazarus/components/gtk/gtkglarea/Makefile.fpc
mattias 39d73149be renamed gtkglarea.pp to gtkglarecontrol.pas
git-svn-id: trunk@4953 -
2003-12-25 14:34:48 +00:00

37 lines
574 B
Makefile

# $Id$
#
# Makefile.fpc for Lazarus TGTKGLAreaControl for Free Pascal
#
[package]
name=gtkopengl
version=1.0
[compiler]
options=-gl -k-lGL
unitdir=. ../../../lcl/units ../../../lcl/units/gtk
[target]
units=gtkglareacontrol
implicitunits=gtkglarea_int nvgl gtkglareacontrol
[default]
[require]
packages=rtl fcl gtk opengl
[clean]
files=$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
[install]
[dist]
zipname=lazarus.gtkglarea.$(ZIPSUFFIX)
[rules]
.PHONY: cleartarget all makefile makefiles
all: cleartarget gtkglareacontrol$(PPUEXT)
# end.