mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 15:32:46 +02:00
37 lines
574 B
Makefile
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.
|