You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules/benchmark/Makefile

24 lines
442 B

# $Id: Makefile,v 1.1.1.1 2005/06/13 16:47:32 bogdan_iancu Exp $
#
# User aliases
#
#
# WARNING: do not run this directly, it should be run by the master Makefile
include ../../Makefile.defs
auto_gen=
NAME=benchmark.so
LIBS=
DEFS+=
# nanosec precision - requires realtime library
#DEFS+= -DBM_CLOCK_REALTIME
#LIBS+= -lrt
DEFS+=-DKAMAILIO_MOD_INTERFACE
SERLIBPATH=../../lib
SER_LIBS+=$(SERLIBPATH)/kmi/kmi
include ../../Makefile.modules