Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 0469647be383b77d9556fefa5e840b2d > files > 6

lib64audit-devel-2.0.4-5mdv2010.1.x86_64.rpm

CFLAGS=-g -W -Wall -Wundef
LIBS= -lauparse
all:
	gcc $(CFLAGS) audisp-example.c -o audisp-example $(LIBS)

clean:
	rm -f audisp-example *.o