forked from Mirrors/freeswitch
4ae6b09230
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15833 d0543943-73ff-0310-b7d9-9358b9ac24b2
14 lines
756 B
Plaintext
14 lines
756 B
Plaintext
AM_CFLAGS = $(SWITCH_AM_CFLAGS) $(SWITCH_ANSI_CFLAGS)
|
|
AM_CPPFLAGS = $(SWITCH_AM_CXXFLAGS)
|
|
AM_LDFLAGS = $(SWITCH_AM_LDFLAGS)
|
|
#we should set all these vars from configure, no reason to have these in each Makefile.am
|
|
LIBTOOL = echo "`link=\`echo $@|grep .la;echo $@|grep .so;echo $@|grep .dll\`;if test -n "$$link"; then echo Creating $@;fi`";`if test -z "$(VERBOSE)" ; \
|
|
then echo $(SHELL) $(switch_builddir)/quiet_libtool ;else echo $(SHELL) $(switch_builddir)/libtool; fi`
|
|
AM_MAKEFLAGS=`test -n "$(VERBOSE)" || echo -s`
|
|
# Dirty trick to override the link output
|
|
LIBS+=> $(MODNAME).log || error="yes";if test -n "$(VERBOSE)" -o "$$error" = "yes";then cat $(MODNAME).log;fi;if test "$$error" = "yes";then exit 1;fi
|
|
|
|
moddir=@modinstdir@
|
|
|
|
all-modules: all
|