include ../../Makefile.config

TARGET		=	xvolume
INSTALL		=	install
LOCAL_LDFLAGS	=	-L$(INSTALL_LIB_DIR)
LOCAL_LIBRARIES	=	$(XLIB) -lrplay
DEFINES		=	-g -I$(INSTALL_INCLUDE_DIR)
SRCS		=	xvolume.c Button.c Slider.c Message.c algib.c
OBJS		=	xvolume.o Button.o Slider.o Message.o algib.o

ComplexProgramTarget($(TARGET))
