Blame


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