forked from zeromq/czmq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
55 lines (46 loc) · 1.48 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 #
# Please refer to the README for information about making permanent changes. #
################################################################################
ACLOCAL_AMFLAGS = -I config
AM_CFLAGS = \
-Werror=format-security
AM_CPPFLAGS = \
${zmq_CFLAGS} \
${uuid_CFLAGS} \
-I$(srcdir)/include
project_libs = \
${zmq_LIBS} \
${uuid_LIBS}
SUBDIRS =
DIST_SUBDIRS =
SUBDIRS += doc
DIST_SUBDIRS += doc
lib_LTLIBRARIES =
bin_PROGRAMS =
noinst_PROGRAMS =
check_PROGRAMS =
noinst_LTLIBRARIES =
TESTS =
EXTRA_DIST = \
src/zgossip_engine.inc \
src/zhash_primes.inc \
src/zclass_example.xml \
src/foreign/sha1/sha1.inc_c \
src/foreign/sha1/sha1.h \
src/foreign/slre/slre.inc_c \
src/foreign/slre/slre.h \
src/foreign/slre/readme.txt \
src/zgossip_msg.h \
src/czmq_classes.h \
LICENSE \
README.txt \
README.md \
CONTRIBUTING.md \
version.sh
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 #
# Please refer to the README for information about making permanent changes. #
################################################################################