File: Makefile.am

package info (click to toggle)
syslog-ng 3.8.1-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 47,320 kB
  • ctags: 43,937
  • sloc: ansic: 159,432; yacc: 25,059; sh: 13,574; makefile: 4,669; python: 3,468; java: 3,218; xml: 2,309; perl: 318; lex: 316; awk: 184
file content (30 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (3)
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
module_LTLIBRARIES			+= modules/afprog/libafprog.la
modules_afprog_libafprog_la_SOURCES	= 	\
	modules/afprog/afprog.c			\
	modules/afprog/afprog.h			\
	modules/afprog/afprog-grammar.y		\
	modules/afprog/afprog-parser.c		\
	modules/afprog/afprog-parser.h		\
	modules/afprog/afprog-plugin.c

BUILT_SOURCES				+=	\
	modules/afprog/afprog-grammar.y		\
	modules/afprog/afprog-grammar.c		\
	modules/afprog/afprog-grammar.h
EXTRA_DIST				+=	\
	modules/afprog/afprog-grammar.ym

modules_afprog_libafprog_la_CPPFLAGS	= 	\
	$(AM_CPPFLAGS)				\
	-I$(top_srcdir)/modules/afprog		\
	-I$(top_builddir)/modules/afprog
modules_afprog_libafprog_la_LIBADD	=	\
	$(MODULE_DEPS_LIBS)
modules_afprog_libafprog_la_LDFLAGS	=	\
	$(MODULE_LDFLAGS)
modules_afprog_libafprog_la_DEPENDENCIES=	\
	$(MODULE_DEPS_LIBS)

modules/afprog modules/afprog/ mod-afprog mod-prog: \
	modules/afprog/libafprog.la
.PHONY: modules/afprog/ mod-afprog mod-prog