3 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
11 pcap-tail: pcap-tail.c
12 utf8-check: utf8-check.c
17 batt: CFLAGS+=$(shell xosd-config --cflags)
18 batt: LDFLAGS+=$(shell xosd-config --libs)
20 xclipcat: LDFLAGS+=-L/usr/X11R6/lib -lX11
21 xclipsend: LDFLAGS+=-L/usr/X11R6/lib -lX11
23 rawhid: CFLAGS+=-I ~/linux/linux-2.6.28/include
26 rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*`