Desktop

targets=battery,clock,cpu,desktop,lock,logout,main,memory,pager,tasks
cppflags_force=-I ../../include
cflags_force=`pkg-config --cflags gtk+-2.0` -fPIC
cflags=-Wall -g -O2 -pedantic
dist=Makefile
[battery]
type=plugin
sources=battery.c
install=$(LIBDIR)/Panel/applets
[battery.c]
depends=../../include/panel.h
[clock]
type=plugin
sources=clock.c
install=$(LIBDIR)/Panel/applets
[clock.c]
depends=../../include/panel.h
[cpu]
type=plugin
sources=cpu.c
install=$(LIBDIR)/Panel/applets
[cpu.c]
depends=../../include/panel.h
[desktop]
type=plugin
sources=desktop.c
install=$(LIBDIR)/Panel/applets
[desktop.c]
depends=../../include/panel.h
[lock]
type=plugin
sources=lock.c
install=$(LIBDIR)/Panel/applets
[lock.c]
depends=../../include/panel.h
[logout]
type=plugin
sources=logout.c
install=$(LIBDIR)/Panel/applets
[logout.c]
depends=../../include/panel.h
[main]
type=plugin
sources=main.c
cppflags=-D PREFIX=\"$(PREFIX)\"
install=$(LIBDIR)/Panel/applets
[main.c]
depends=../../include/panel.h
[memory]
type=plugin
sources=memory.c
install=$(LIBDIR)/Panel/applets
[memory.c]
depends=../../include/panel.h
[pager]
type=plugin
sources=pager.c
install=$(LIBDIR)/Panel/applets
[pager.c]
depends=../../include/panel.h
[tasks]
type=plugin
sources=tasks.c
install=$(LIBDIR)/Panel/applets
[tasks.c]
depends=../../include/panel.h