-
Notifications
You must be signed in to change notification settings - Fork 104
/
Makefile.am
56 lines (45 loc) · 1.6 KB
/
Makefile.am
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
################################################################################
# THIS FILE IS 100% GENERATED BY ZPROJECT; DO NOT EDIT EXCEPT EXPERIMENTALLY #
# Read the zproject/README.md for information about making permanent changes. #
################################################################################
ACLOCAL_AMFLAGS = -I config
AM_CPPFLAGS = \
-I$(srcdir)/include
project_libs =
SUBDIRS =
SUBDIRS +=
DIST_SUBDIRS =
DIST_SUBDIRS +=
lib_LTLIBRARIES =
bin_PROGRAMS =
noinst_PROGRAMS =
check_PROGRAMS =
noinst_LTLIBRARIES =
TESTS =
# Prepare variables that can be populated (appended) in generated Makefiles or
# manually maintained src/Makemodule-local.am
EXTRA_DIST =
CLEANFILES =
DISTCLEANFILES =
if ENABLE_DIST_CMAKEFILES
EXTRA_DIST += \
Findgsl.cmake \
builds/cmake/Modules/ClangFormat.cmake \
builds/cmake/clang-format-check.sh.in \
builds/cmake/Config.cmake.in \
CMakeLists.txt
endif
EXTRA_DIST += \
LICENSE \
README.txt \
README.md \
CONTRIBUTING.md \
src/zproject_classes.h
# NOTE: this "include" syntax is not a "make" but an "autotools" keyword,
# see https://www.gnu.org/software/automake/manual/html_node/Include.html
include $(srcdir)/src/Makemodule.am
include $(srcdir)/src/Makemodule-local.am # Optional project-local hook
################################################################################
# THIS FILE IS 100% GENERATED BY ZPROJECT; DO NOT EDIT EXCEPT EXPERIMENTALLY #
# Read the zproject/README.md for information about making permanent changes. #
################################################################################