forked from balabit/syslog-ng-incubator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
29 lines (22 loc) · 646 Bytes
/
Makefile.am
File metadata and controls
29 lines (22 loc) · 646 Bytes
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
ACLOCAL_AMFLAGS = -I m4
AM_YFLAGS = -Wno-other -d
scldir = ${datadir}/include/scl
check_PROGRAMS =
TESTS = ${check_PROGRAMS}
bin_PROGRAMS =
module_LTLIBRARIES =
BUILT_SOURCES =
EXTRA_DIST = \
COPYING GPL.txt README.md NEWS
DISTFILES = \
$(filter-out %-grammar.y %-grammar.c %-grammar.h,$(DIST_COMMON)) \
$(filter-out %-grammar.y,$(DIST_SOURCES)) \
$(TEXINFOS) $(EXTRA_DIST)
DISTCLEANFILES = \
$(filter %-grammar.y %-grammar.c %-grammar.h,$(DIST_COMMON)) \
$(filter %-grammar.y,$(DIST_SOURCES))
.y.c:
include modules/Makefile.am
include scl/Makefile.am
include tools/Makefile.am
include $(syslog_ng_tools)/lex-rules.am