1 PKG_CFLAGS := $(shell pkg-config --cflags libucw libipset)
2 PKG_LIBS := $(shell pkg-config --libs libucw libipset)
4 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99 $(PKG_CFLAGS)
12 rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*`