Edit

thodg/got/regress/repository/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2019-01-08 23:56:48
    Hash : 25a58941
    Message : remove the pathset abstraction again; replaced by RB tree

  • regress/repository/Makefile
  • .PATH:${.CURDIR}/../../lib
    
    PROG = repository_test
    SRCS = path.c repository.c error.c reference.c object.c object_cache.c \
    	object_idset.c object_parse.c opentemp.c sha1.c diff.c diffreg.c \
    	pack.c privsep.c delta.c fileindex.c worktree.c inflate.c \
    	repository_test.c
    
    CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib \
    	-DGOT_LIBEXECDIR=${GOT_LIBEXECDIR}
    LDADD = -lutil -lz
    
    NOMAN = yes
    
    .include <bsd.regress.mk>