forked from LeptaSpace/zs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Makefile.am
43 lines (35 loc) · 1.14 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
################################################################################
# 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_CPPFLAGS = \
${zmq_CFLAGS} \
${czmq_CFLAGS} \
${editline_CFLAGS} \
-I$(srcdir)/include
project_libs = \
${zmq_LIBS} \
${czmq_LIBS} \
${editline_LIBS}
SUBDIRS =
SUBDIRS += doc
DIST_SUBDIRS =
lib_LTLIBRARIES =
bin_PROGRAMS =
noinst_PROGRAMS =
check_PROGRAMS =
noinst_LTLIBRARIES =
TESTS =
EXTRA_DIST = \
zs_lex_fsm.h \
zs_repl_fsm.h \
zs_atomics.h \
zs_units_si.h \
zs_units_misc.h \
version.sh
include $(srcdir)/src/Makemodule.am
################################################################################
# THIS FILE IS 100% GENERATED BY ZPROJECT; DO NOT EDIT EXCEPT EXPERIMENTALLY #
# Please refer to the README for information about making permanent changes. #
################################################################################