mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-23 04:58:48 +00:00
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370240 65c4cc65-6c06-0410-ace0-fbb531ad65f3
12 lines
204 B
Makefile
12 lines
204 B
Makefile
# @configure_input@
|
|
|
|
export OS_CFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CFLAGS@ -g
|
|
|
|
export OS_CXXFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CXXFLAGS@ -g
|
|
|
|
export OS_LDFLAGS := @LDFLAGS@ @LIBS@
|
|
|
|
export OS_SOURCES :=
|
|
|
|
|