Initial commit
[amiga/OpenBoopsi.git] / gadgets / PIPWin / Makefile
1 #
2 # $Id:$
3 #
4 # Copyright (C) 1999 by Matteo Cavalleri
5 #
6
7 TOP := ../..
8 include $(TOP)/config.mk
9
10 #
11 # Class specific information
12 #
13 #CLASSLIB       := pip.gadget
14 CLASSSRC        := PIPClass.c
15 CLASSOBJ        := $(TOP)/common/GetGadgetBox.o
16 DEMOSRC         := PIPWin.c
17 NOSTDLIB        := 1
18 INSTALLDIR      := gadgets
19
20 #
21 # Class version information
22 #
23 CLASSVER        := 1
24 CLASSREV        := 7
25 CLASSDATE       := (25.12.99)
26
27 include $(TOP)/common/general.mk