1 # set options. pick one, acpi or apm. comment out the other one. don't
2 # uncomment both, bad things will happen :)
7 # uncomment this to make wmacpi use less system colors (looks uglier too)
10 # debugging options (don't bother with these)
11 #OPT = -pg -g -DPRO -DACPI
14 CFLAGS
= $(OPT
) -Wall
-ansi
-I
/usr
/X11R6
/include
15 LDFLAGS
= $(OPT
) -L
/usr
/X11R6
/lib
-lX11
-lXpm
-lXext
17 SRCS
= wmacpi.c libapm.c libacpi.c
18 OBJS
= wmacpi.o libapm.o libacpi.o
25 rm -f
*.o
*~ wmacpi trace
*.out
*.bb
*.bbg