summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 9758f1a8c9ec1a0f0de29455f0dec6d6e8e0af6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12

lib_LTLIBRARIES = libsnmp_regex.la
libsnmp_regex_la_LDFLAGS =
libsnmp_regex_la_SOURCES = regex_tree.c regex_tree.h regex_oid.h \
                                bsnmp-regex.c

regex_tree.c: regex-tree.def
	gensnmptree -p regex_ < regex-tree.def
	gensnmptree -e regexData > regex_oid.h < regex-tree.def

CLEANFILES = regex_tree.* \
             regex_oid.h