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/misc/tools/protoshoot/Makefile

31 lines
390 B

#
COREPATH=../../../src
include $(COREPATH)/Makefile.defs
include $(COREPATH)/Makefile.targets
auto_gen=
NAME=protoshoot
RELEASE=0.2
ifeq ($(SCTP),0)
C_DEFS:=$(filter-out -DUSE_SCTP, $(C_DEFS))
else
ifneq (,$(findstring -DUSE_SCTP,$(C_DEFS)))
SCTP?=1
endif
endif
ifeq ($(SCTP),1)
ifeq ($(OS), linux)
LIBS+= -lsctp
endif
endif
include $(COREPATH)/Makefile.utils
$(NAME).o:
modules: