1 # modify this if you want/need
3 INSTALLDIR
= /usr
/local
/bin
/
6 LIBDIR
= -L
/usr
/X11R6
/lib
7 LIBS
= `pkg-config --libs dbus-1 --libs dbus-glib-1` -lXpm
-lXext
-lX11
-lXss
8 CFLAGS
= `pkg-config --cflags dbus-1 --cflags dbus-glib-1` -Wall
-g
9 OBJS
= main.o init.o event.o draw.o battery.o cpu.o autoscript.o pixmap.o apple.o
28 cd src
&& make
install
32 cd src
&& make
uninstall