default: all all: test check: splint \ -Iinclude -Iext/xxHash \ -preproc \ test.c build: gcc -g -Wall \ -std=gnu99 \ -Iinclude -Iext/xxHash \ -luuid \ ext/xxHash/xxhash.c src/*.c \ -o bin/lsup_rdf.so test: gcc -g -Wall \ -std=gnu99 \ -DDEBUG \ -Iinclude -Iext/xxHash -Itest \ -luuid \ ext/xxHash/xxhash.c src/*.c test.c \ -o bin/test profile: gcc -g -Wall \ -std=gnu99 \ -Iinclude -Iext/xxHash \ -luuid \ ext/xxHash/xxhash.c src/*.c test.c \ -o bin/profile