Initial commit
[amiga/OpenBoopsi.git] / gadgets / ListBox / Makefile
1 #
2 # $Id:$
3 #
4 # Copyright (C) 1999 by Matteo Cavalleri
5 #
6
7 include $(TOP)/config.mk
8
9 #
10 # Class specific information
11 #
12 CLASSLIB        := listbox.gadget
13 CLASSSRC        := ListBoxClass.c
14 DEMOSRC         :=
15 INSTALLDIR      := gadgets
16
17 #
18 # Class version information
19 #
20 CLASSVER        := 1
21 CLASSREV        := 7
22 CLASSDATE       := (22.8.99)
23
24 #
25 # variable to make the linked library version
26 #
27 PRV :=
28
29 include $(TOP)/common/general.mk