3 # based on wmWeather - see ../Credits for more information
6 CFLAGS
= #-O2 -g #-Wall # I think this option is idiotic
7 INCDIR
= -I
/usr
/X11R6
/include/X11
-I
/usr
/X11R6
/include
9 LIBDIR
= -L
/usr
/X11R6
/lib
11 LIBS
= -lXpm
-lX11
-lXext
13 # LIBS = -lXpm -lX11 -lXext -lsocket
18 $(CC
) $(CFLAGS
) -D
$(shell echo
`uname -s`) -c
${name}.c
-o
${name}.o \