-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
93 lines (65 loc) · 1.98 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
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
##
## Copyright (C) Stealth Software Technologies, Inc.
##
## For the complete copyright information, please see the
## associated README file.
##
##----------------------------------------------------------------------
include $(srcdir)/build-aux/gatbps.am
##----------------------------------------------------------------------
AM_CPPFLAGS =
AM_CPPFLAGS += -Isrc/c_cpp/include
AM_CPPFLAGS += -I$(srcdir)/src/c_cpp/include
AM_CPPFLAGS += -Isrc/c_cpp/lib
AM_CPPFLAGS += -I$(srcdir)/src/c_cpp/lib
AM_CPPFLAGS += -Isrc/c_cpp/misc
AM_CPPFLAGS += -I$(srcdir)/src/c_cpp/misc
AM_CPPFLAGS += -Isrc/c_cpp/sst/include
AM_CPPFLAGS += -I$(srcdir)/src/c_cpp/sst/include
AM_CPPFLAGS += -Isrc/c_cpp/sst/lib
AM_CPPFLAGS += -I$(srcdir)/src/c_cpp/sst/lib
## begin_variables
ACLOCAL_AMFLAGS = -I m4
AM_CFLAGS = \
-pthread \
-std=c11 \
-Wpedantic \
$(prevent_a_blank_line)
AM_CXXFLAGS = \
-pthread \
-Wpedantic \
$(prevent_a_blank_line)
MAINTAINERCLEANFILES =
TESTS =
TMPEXT = .tmp
bin_PROGRAMS =
check_PROGRAMS =
include_HEADERS =
lib_LTLIBRARIES =
noinst_HEADERS =
## end_variables
## begin_rules
.PHONY: FORCE
FORCE:
## end_rules
## begin_includes
include $(srcdir)/src/c_cpp/bin/pfss-benchmark.am
include $(srcdir)/src/c_cpp/bin/pfss-standard-benchmark.am
include $(srcdir)/src/c_cpp/libpfss_la.am
## end_includes
## begin_includes
include $(srcdir)/build-aux/GATBPS_CONFIG_FILE_RULES.am
include $(srcdir)/build-aux/GATBPS_CONFIG_LATER_RULES.am
include $(srcdir)/build-aux/GATBPS_CP_RULES.am
include $(srcdir)/build-aux/GATBPS_GIT_ARCHIVE_RULES.am
include $(srcdir)/build-aux/GATBPS_GIT_BUNDLE_RULES.am
include $(srcdir)/build-aux/GATBPS_GIT_CLONE_RULES.am
include $(srcdir)/build-aux/GATBPS_VPATH_SEARCH.am
include $(srcdir)/build-aux/GATBPS_V_PAD.am
include $(srcdir)/build-aux/GATBPS_WGET_RULES.am
include $(srcdir)/build-aux/cp.am
include $(srcdir)/build-aux/docker.am
include $(srcdir)/build-aux/git.am
include $(srcdir)/build-aux/wget.am
## end_includes
include $(srcdir)/build-aux/autogen.am