File: Makefile.am

package info (click to toggle)
syslog-ng 4.8.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,572 kB
  • sloc: ansic: 177,639; python: 13,035; cpp: 11,611; makefile: 7,012; sh: 5,147; java: 3,651; xml: 3,344; yacc: 1,377; lex: 599; perl: 193; awk: 190; objc: 162
file content (32 lines) | stat: -rw-r--r-- 1,169 bytes parent folder | download | duplicates (2)
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
module_LTLIBRARIES				+= modules/tagsparser/libtags-parser.la
modules_tagsparser_libtags_parser_la_SOURCES	=	\
	modules/tagsparser/tags-parser.c			\
	modules/tagsparser/tags-parser.h			\
	modules/tagsparser/tags-parser-grammar.y		\
	modules/tagsparser/tags-parser-parser.c		\
	modules/tagsparser/tags-parser-parser.h		\
	modules/tagsparser/tags-parser-plugin.c

modules_tagsparser_libtags_parser_la_CPPFLAGS	=	\
	$(AM_CPPFLAGS)					\
	-I$(top_srcdir)/modules/tagsparser		\
	-I$(top_builddir)/modules/tagsparser
modules_tagsparser_libtags_parser_la_LIBADD	=	\
	$(MODULE_DEPS_LIBS)
modules_tagsparser_libtags_parser_la_LDFLAGS	=	\
	$(MODULE_LDFLAGS)
EXTRA_modules_tagsparser_libtags_parser_la_DEPENDENCIES	=	\
	$(MODULE_DEPS_LIBS)

BUILT_SOURCES					+=	\
	modules/tagsparser/tags-parser-grammar.y		\
	modules/tagsparser/tags-parser-grammar.c		\
	modules/tagsparser/tags-parser-grammar.h
EXTRA_DIST					+=	\
	modules/tagsparser/tags-parser-grammar.ym	\
	modules/tagsparser/CMakeLists.txt

modules/tagsparser modules/tagsparser/ mod-tags-parser: modules/tagsparser/libtags-parser.la
.PHONY: modules/tagsparser/ mod-tags-parser

include modules/tagsparser/tests/Makefile.am