|
@@ -18,8 +18,8 @@ pkglibexecdir = $(libexecdir)/@PACKAGE@
|
|
|
|
|
|
CLEANFILES = *.gcno *.gcda auth.spec spec_config.h
|
|
|
CLEANFILES += auth_messages.h auth_messages.cc
|
|
|
-CLEANFILES += gen-statistics_items.py
|
|
|
-# auto-generated by gen-statistics_items.py
|
|
|
+CLEANFILES += gen-statisticsitems.py
|
|
|
+# auto-generated by gen-statisticsitems.py
|
|
|
CLEANFILES += statistics.cc statistics_items.h b10-auth.xml tests/statistics_unittest.cc
|
|
|
|
|
|
man_MANS = b10-auth.8
|
|
@@ -45,12 +45,12 @@ statistics_items.h: statistics_items.h.pre statistics_msg_items.def
|
|
|
statistics.cc: statistics.cc.pre statistics_msg_items.def
|
|
|
tests/statistics_unittest.cc: tests/statistics_unittest.cc.pre statistics_msg_items.def
|
|
|
|
|
|
-gen-statistics_items.py: gen-statistics_items.py.pre
|
|
|
- $(SED) -e "s|@@LOCALSTATEDIR@@|$(localstatedir)|" gen-statistics_items.py.pre >$@
|
|
|
+gen-statisticsitems.py: gen-statisticsitems.py.pre
|
|
|
+ $(SED) -e "s|@@LOCALSTATEDIR@@|$(localstatedir)|" gen-statisticsitems.py.pre >$@
|
|
|
chmod +x $@
|
|
|
|
|
|
-auth.spec b10-auth.xml statistics_items.h statistics.cc tests/statistics_unittest.cc: Makefile gen-statistics_items.py
|
|
|
- ./gen-statistics_items.py
|
|
|
+auth.spec b10-auth.xml statistics_items.h statistics.cc tests/statistics_unittest.cc: Makefile gen-statisticsitems.py
|
|
|
+ ./gen-statisticsitems.py
|
|
|
|
|
|
spec_config.h: spec_config.h.pre
|
|
|
$(SED) -e "s|@@LOCALSTATEDIR@@|$(localstatedir)|" spec_config.h.pre >$@
|
|
@@ -59,7 +59,7 @@ auth_messages.h auth_messages.cc: auth_messages.mes
|
|
|
$(top_builddir)/src/lib/log/compiler/message $(top_srcdir)/src/bin/auth/auth_messages.mes
|
|
|
|
|
|
BUILT_SOURCES = spec_config.h auth_messages.h auth_messages.cc
|
|
|
-# auto-generated by gen-statistics_items.py
|
|
|
+# auto-generated by gen-statisticsitems.py
|
|
|
BUILT_SOURCES += statistics_items.h statistics.cc
|
|
|
|
|
|
pkglibexec_PROGRAMS = b10-auth
|