Blame


1 dd038bc6 2021-09-21 thomas.ad bin_PROGRAMS = got-index-pack
2 dd038bc6 2021-09-21 thomas.ad got_index_pack_SOURCES = got-index-pack.c \
3 dd038bc6 2021-09-21 thomas.ad $(top_srcdir)/lib/error.c \
4 dd038bc6 2021-09-21 thomas.ad $(top_srcdir)/lib/inflate.c \
5 dd038bc6 2021-09-21 thomas.ad $(top_srcdir)/lib/object_parse.c \
6 dd038bc6 2021-09-21 thomas.ad $(top_srcdir)/lib/object_idset.c \
7 dd038bc6 2021-09-21 thomas.ad $(top_srcdir)/lib/delta_cache.c \
8 dd038bc6 2021-09-21 thomas.ad $(top_srcdir)/lib/delta.c \
9 dd038bc6 2021-09-21 thomas.ad $(top_srcdir)/lib/pack.c \
10 dd038bc6 2021-09-21 thomas.ad $(top_srcdir)/lib/path.c \
11 dd038bc6 2021-09-21 thomas.ad $(top_srcdir)/lib/privsep.c \
12 dd038bc6 2021-09-21 thomas.ad $(top_srcdir)/lib/sha1.c
13 dd038bc6 2021-09-21 thomas.ad
14 dd038bc6 2021-09-21 thomas.ad got_index_pack_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a
15 dd038bc6 2021-09-21 thomas.ad
16 dd038bc6 2021-09-21 thomas.ad AM_CPPFLAGS += -DGOT_VERSION='"@VERSION@"' \
17 dd038bc6 2021-09-21 thomas.ad -DGOT_VERSION_NUMBER='"@VERSION@"' \
18 0130fe58 2021-09-21 thomas.ad -DGOT_LIBEXECDIR="${bindir}" \
19 dd038bc6 2021-09-21 thomas.ad -I$(top_srcdir) \
20 dd038bc6 2021-09-21 thomas.ad -I$(top_srcdir)/compat \
21 dd038bc6 2021-09-21 thomas.ad -I$(top_srcdir)/lib \
22 dd038bc6 2021-09-21 thomas.ad -I$(top_srcdir)/include \
23 dd038bc6 2021-09-21 thomas.ad -I.
24 dd038bc6 2021-09-21 thomas.ad
25 dd038bc6 2021-09-21 thomas.ad LDADD = -L$(top_builddir)/compat -lopenbsd-compat