1 CFLAGS=-g -Os -arch x86_64 -arch i386 2 3 TARGETS = lockstat 4 5 all: $(TARGETS) 6 7 lockstat: lockstat.c 8 ${CC} ${CFLAGS} -o $@ $? 9 clean: 10 rm -rf $(TARGETS)
Cache object: d32efc74bb2066ee833d0e02789f21f6
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.