mirror of https://github.com/sipwise/sems.git
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@953 8eb893ce-cfd4-0310-b710-fb5ebe64c474sayer/1.4-spce2.6
parent
838f63572f
commit
620aa22718
@ -1,11 +1,18 @@
|
||||
COREPATH =../..
|
||||
|
||||
plug_in_name = stats
|
||||
QUERY_STATS_NAME = sems-stats
|
||||
|
||||
module_ldflags =
|
||||
module_cflags =
|
||||
|
||||
extra_target = query_stats
|
||||
extra_install = install_query_stats
|
||||
include ../Makefile.app_module
|
||||
|
||||
query_stats: query_stats.c Makefile
|
||||
$(CXX) $(CXXFLAGS) -o query_stats query_stats.c
|
||||
$(CXX) $(CXXFLAGS) -o $(QUERY_STATS_NAME) query_stats.c
|
||||
|
||||
install_query_stats: query_stats $(DESTDIR)$(bin-prefix)/$(bin-dir)
|
||||
$(INSTALL-TOUCH) $(DESTDIR)$(bin-prefix)/$(bin-dir)$(QUERY_STATS_NAME)
|
||||
$(INSTALL-BIN) $(QUERY_STATS_NAME) $(DESTDIR)$(bin-prefix)/$(bin-dir)
|
||||
|
||||
Loading…
Reference in new issue