File: Makefile

package info (click to toggle)
got 0.119-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,448 kB
  • sloc: ansic: 124,378; sh: 50,814; yacc: 4,353; makefile: 2,241; perl: 357
file content (15 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PATH:${.CURDIR}/../../lib

PROG = deltify_test
SRCS = deltify.c error.c opentemp.c hash.c deltify_test.c murmurhash2.c \
	object_parse.c inflate.c path.c pollfd.c object_qid.c

CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
LDADD = -lz

NOMAN = yes

run-regress-deltify_test:
	${.OBJDIR}/deltify_test -q

.include <bsd.regress.mk>