# Generated automatically from Makefile.in by configure.
# Makefile for the GTK-based clients

CFLAGS=-Wall
ifeq (,yes)
  LFLAGS=-ldarxite
else
  LFLAGS=../../library/libdarxite.a
endif

all: panel
	@echo "All KDE clients are up-to-date."

install: all
	$(MAKE) -C panel install

clean:
	rm -f *.o
	$(MAKE) -C panel clean

dummy:
