]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2157] renamed statistics items generator
authorYoshitaka Aharen <aharen@jprs.co.jp>
Mon, 19 Nov 2012 06:26:57 +0000 (15:26 +0900)
committerYoshitaka Aharen <aharen@jprs.co.jp>
Tue, 20 Nov 2012 02:12:35 +0000 (11:12 +0900)
configure.ac
src/bin/auth/Makefile.am
src/bin/auth/gen-statisticsitems.py.pre.in [moved from src/bin/auth/gen-statistics_items.py.pre.in with 100% similarity]

index 22410679a4ecc8a0a512c64869954ff4b5a3f027..2d294ebd8532963f7303e0a66b89a616e3973e04 100644 (file)
@@ -1279,7 +1279,7 @@ AC_OUTPUT([doc/version.ent
            src/bin/msgq/run_msgq.sh
            src/bin/auth/auth.spec.pre
            src/bin/auth/spec_config.h.pre
-           src/bin/auth/gen-statistics_items.py.pre
+           src/bin/auth/gen-statisticsitems.py.pre
            src/bin/dhcp4/spec_config.h.pre
            src/bin/dhcp6/spec_config.h.pre
            src/bin/tests/process_rename_test.py
@@ -1342,7 +1342,6 @@ AC_OUTPUT([doc/version.ent
            chmod +x src/bin/usermgr/run_b10-cmdctl-usermgr.sh
            chmod +x src/bin/msgq/run_msgq.sh
            chmod +x src/bin/msgq/tests/msgq_test
-           chmod +x src/bin/auth/gen-statistics_items.py.pre
            chmod +x src/lib/dns/gen-rdatacode.py
            chmod +x src/lib/log/tests/console_test.sh
            chmod +x src/lib/log/tests/destination_test.sh
index 77c7f3cbb3e88834f81124bab7c8b30d3e342da0..df9a35427e2f06397f114eb0e042a13e1a0b12a6 100644 (file)
@@ -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