include ../../../config.mk

# This is the makefile for a Fader Widget used by the dmx-panel
# author: Michael Stickel
# email : michael@cubic.org

all:		libFader.a

Fader.o:	Fader.c FaderP.h Fader.h XmsBuildThumb.h

install uninstall:

distclean: clean

libFader.a:	Fader.o
	$(AR) r $@ $^

clean :
	rm -f *.o *.a
