Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > fdb06d94387f81b056773fe87567c78c > files > 10

audit-libs-devel-1.8-2.el5.i386.rpm

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

clean:
	rm -f audisp-example *.o