1# Generated by vmodtool.py --boilerplate.
2
3vmod_LTLIBRARIES += libvmod_std.la
4
5libvmod_std_la_SOURCES = \
6	vmod_std.c \
7	vmod_std_conversions.c \
8	vmod_std_fileread.c \
9	vmod_std_querysort.c
10
11libvmod_std_la_CFLAGS = \
12	@SAN_CFLAGS@
13
14vmodtoolargs_std ?= --strict --boilerplate -o vcc_std_if
15vmod_std_symbols_regex ?= Vmod_std_Data
16
17libvmod_std_la_LDFLAGS = \
18	-export-symbols-regex $(vmod_std_symbols_regex) \
19	$(AM_LDFLAGS) \
20	$(VMOD_LDFLAGS) \
21	@SAN_LDFLAGS@
22
23nodist_libvmod_std_la_SOURCES = vcc_std_if.c vcc_std_if.h
24
25EXTRA_libvmod_std_la_DEPENDENCIES = $(nodist_libvmod_std_la_SOURCES)
26
27EXTRA_DIST += $(srcdir)/vmod_std.vcc automake_boilerplate_std.am
28
29$(libvmod_std_la_OBJECTS): vcc_std_if.h
30
31vcc_std_if.h vmod_std.rst vmod_std.man.rst: vcc_std_if.c
32
33vcc_std_if.c: $(vmodtool) $(srcdir)/vmod_std.vcc
34	@PYTHON@ $(vmodtool) $(vmodtoolargs_std) $(srcdir)/vmod_std.vcc
35
36clean-local: clean-vmod-std
37
38clean-vmod-std:
39	rm -f $(nodist_libvmod_std_la_SOURCES)
40	rm -f vmod_std.rst vmod_std.man.rst
41