forked from cfengine/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
113 lines (88 loc) · 3.85 KB
/
Makefile.am
File metadata and controls
113 lines (88 loc) · 3.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#
# Copyright 2021 Northern.tech AS
#
# This file is part of CFEngine 3 - written and maintained by Northern.tech AS.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
#
# To the extent this program is licensed as part of the Enterprise
# versions of CFEngine, the applicable Commercial Open Source License
# (COSL) may apply to this file if you as a licensee so wish it. See
# included file COSL.txt.
#
SUBDIRS = 25_cf-execd
AM_CPPFLAGS = \
-I$(top_srcdir)/libntech/libutils \
-I$(top_srcdir)/libcfecompat \
-I$(top_srcdir)/libpromises \
-I$(top_srcdir)/libcfnet \
$(CORE_CPPFLAGS) $(ENTERPRISE_CPPFLAGS)
AM_CFLAGS = $(CORE_CFLAGS)
AM_LDFLAGS = $(CORE_LDFLAGS)
LIBS = $(CORE_LIBS)
noinst_PROGRAMS =
noinst_LTLIBRARIES = libmock_package_manager.la
libmock_package_manager_la_SOURCES = mock_package_manager.c
libmock_package_manager_la_LIBADD = ../../libpromises/libpromises.la
if !WINDOWS
noinst_PROGRAMS += mock_package_manager
mock_package_manager_SOURCES =
mock_package_manager_LDADD = libmock_package_manager.la
noinst_PROGRAMS += no_fds
no_fds_LDADD = ../../libntech/libutils/libutils.la
noinst_PROGRAMS += custom_promise_binary
custom_promise_binary_SOURCES = 30_custom_promise_types/custom_promise_binary.c
endif # !WINDOWS
if HAVE_LIBXML2
noinst_PROGRAMS += xml-c14nize
xml_c14nize_CPPFLAGS = \
-I$(top_srcdir)/libpromises \
-I$(srcdir)/../../libntech/libutils \
$(LIBXML2_CPPFLAGS)
xml_c14nize_CFLAGS = $(LIBXML2_CFLAGS) $(LMDB_CFLAGS) $(LIBRSYNC_CFLAGS)
xml_c14nize_LDFLAGS = $(LIBXML2_LDFLAGS) $(LMDB_LDFLAGS) $(LIBRSYNC_LDFLAGS)
xml_c14nize_LDADD = ../../libntech/libutils/libutils.la $(LIBXML2_LIBS) $(LMDB_LIBS) $(LIBRSYNC_LIBS)
endif
TESTS =
TESTS_ENVIRONMENT = env \
AGENT=`pwd`/../../cf-agent/cf-agent \
CF_PROMISES=`pwd`/../../cf-promises/cf-promises \
CF_SERVERD=`pwd`/../../cf-serverd/cf-serverd \
CF_KEY=`pwd`/../../cf-key/cf-key \
CF_NET=`pwd`/../../cf-net/cf-net \
CF_CHECK=`pwd`/../../cf-check/cf-check \
RPMVERCMP=`pwd`/../../ext/rpmvercmp \
MOCK_PACKAGE_MANAGER=`pwd`/mock_package_manager
if !HAVE_LIBXML2
TESTS_ENVIRONMENT += LIBXML2_TESTS=0
endif
if !HAVE_LIBCURL
TESTS_ENVIRONMENT += LIBCURL_TESTS=0
endif
# Keep the '+' in front for the command, needed for the sub-make
# to run in parallel; TODO fix "make -n" not working:
check-local:
+ $(TESTS_ENVIRONMENT) MAKE=$(MAKE) $(srcdir)/testall
EXTRA_DIST = default.cf.sub dcs.cf.sub plucked.sub.cf run_with_server.cf.sub \
testall dummy_etc write_args.sh \
root-MD5=617eb383deffef843ea856b129d0a423.pub \
root-MD5=617eb383deffef843ea856b129d0a423.priv
# Recursively include all tests in the dist tarball and set proper permissions
EXTRA_DIST += $(wildcard [0-9]*)
dist-hook:
chmod -R go-w $(distdir)
CLEANFILES = *.gcno *.gcda Makefile.testall
pluck:
echo '### This is an auto-generated file, see Makefile.am and `make pluck` ###' > plucked.sub.cf
../../contrib/cf-locate/cf-locate -f -p '( if_|run_|warn_only|INI_section|kept_successful_command|edit_line|set_user_field|set_variable_values\(|edit_field|set_line_based|location|replace_with|_cp|_dcp|empty|shell|immediate|perms| m\b|recurse|tidy| all|classes_generic|results| start|always|^value|edit_field line|insert_lines|(link|copy)from| file_mustache| (file|dir)_(copy|tidy|sync|make|empty|link|hardlink))' ../../../masterfiles/lib/*.cf >> plucked.sub.cf