⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 sip网络电话服务器原代码
💻
📖 第 1 页 / 共 2 页
字号:
# Makefile.in generated by automake 1.7.8 from Makefile.am.# src/Makefile.  Generated from Makefile.in by configure.# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003# Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.##    Copyright (C) 2002-2004  Thomas Ries <tries@gmx.net>##    This file is part of Siproxd.#    #    Siproxd is free software; you can redistribute it and/or modify#    it under the terms of the GNU General Public License as published by#    the Free Software Foundation; either version 2 of the License, or#    (at your option) any later version.#    #    Siproxd is distributed in the hope that it will be useful,#    but WITHOUT ANY WARRANTY; without even the implied warranty of#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the#    GNU General Public License for more details.#    #    You should have received a copy of the GNU General Public License#    along with Siproxd; if not, write to the Free Software#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA #srcdir = .top_srcdir = ..pkgdatadir = $(datadir)/siproxdpkglibdir = $(libdir)/siproxdpkgincludedir = $(includedir)/siproxdtop_builddir = ..am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = /usr/bin/install -cinstall_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_HEADER = $(INSTALL_DATA)transform = $(program_transform_name)NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_triplet = i686-redhat-linux-gnuhost_triplet = i686-redhat-linux-gnutarget_triplet = i686-redhat-linux-gnuACLOCAL = ${SHELL} /home/routersip/source/siproxd-0.5.9/scripts/missing --run aclocal-1.7AMDEP_FALSE = #AMDEP_TRUE = AMTAR = ${SHELL} /home/routersip/source/siproxd-0.5.9/scripts/missing --run tarAUTOCONF = ${SHELL} /home/routersip/source/siproxd-0.5.9/scripts/missing --run autoconfAUTOHEADER = ${SHELL} /home/routersip/source/siproxd-0.5.9/scripts/missing --run autoheaderAUTOMAKE = ${SHELL} /home/routersip/source/siproxd-0.5.9/scripts/missing --run automake-1.7AWK = gawkCC = /export/tools/bin/i386-linux-gccCCDEPMODE = depmode=gcc3CFLAGS = -O2 -pthread -D_POSIX_THREAD_SAFE_FUNCTIONSCPP = /export/tools/bin/i386-linux-gcc -ECPPFLAGS =  -Ilib/includeCYGPATH_W = echoDEFS = -DHAVE_CONFIG_HDEPDIR = .depsECHO_C = ECHO_N = -nECHO_T = EGREP = grep -EEXEEXT = INSTALL_DATA = ${INSTALL} -m 644INSTALL_PROGRAM = ${INSTALL}INSTALL_SCRIPT = ${INSTALL}INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -sLDFLAGS = LIBOBJS = LIBS = -losipparser2 -losip2 -L../lib/lib   LN_S = ln -sLTLIBOBJS = MAKEINFO = ${SHELL} /home/routersip/source/siproxd-0.5.9/scripts/missing --run makeinfoOBJEXT = oPACKAGE = siproxdPACKAGE_BUGREPORT = PACKAGE_NAME = PACKAGE_STRING = PACKAGE_TARNAME = PACKAGE_VERSION = PATH_SEPARATOR = :PTHREAD_CC = /export/tools/bin/i386-linux-gccPTHREAD_CFLAGS = -pthreadPTHREAD_LIBS = RANLIB = ranlibSET_MAKE = SHELL = /bin/shSTRIP = VERSION = 0.5.9ac_ct_CC = /export/tools/bin/i386-linux-gccac_ct_RANLIB = ranlibac_ct_STRIP = am__fastdepCC_FALSE = #am__fastdepCC_TRUE = am__include = includeam__leading_dot = .am__quote = bindir = ${exec_prefix}/binbuild = i686-redhat-linux-gnubuild_alias = build_cpu = i686build_os = linux-gnubuild_vendor = redhatdatadir = ${prefix}/shareexec_prefix = ${prefix}extra_includes = extra_libs = host = i686-redhat-linux-gnuhost_alias = host_cpu = i686host_os = linux-gnuhost_vendor = redhatincludedir = ${prefix}/includeinfodir = ${prefix}/infoinstall_sh = /home/routersip/source/siproxd-0.5.9/scripts/install-shlibdir = ${exec_prefix}/liblibexecdir = ${exec_prefix}/libexeclibosip_prefix_dir = liblocalstatedir = ${prefix}/varmandir = ${prefix}/manoldincludedir = /usr/includeprefix = /program_transform_name = s,x,x,sbindir = ${exec_prefix}/sbinsharedstatedir = ${prefix}/comsysconfdir = ${prefix}/etctarget = i686-redhat-linux-gnutarget_alias = target_cpu = i686target_os = linux-gnutarget_vendor = redhatAM_CFLAGS = -Wall -DBUILDSTR=\"`cat .buildno`\" -D_GNU_SOURCE## Siproxd itself#sbin_PROGRAMS = siproxdsiproxd_SOURCES = siproxd.c proxy.c register.c sock.c utils.c \		  sip_utils.c log.c readconf.c rtpproxy.c \                  rtpproxy_relay.c accessctl.c route_processing.c \		  security.c auth.c fwapi.c## an example for a custom firewall control module# that can be linked into siproxd (--with-custom-fwmodule)#noinst_LIBRARIES = libcustom_fw_module.alibcustom_fw_module_a_SOURCES = custom_fw_module.cnoinst_HEADERS = log.h rewrite_rules.h siproxd.h digcalc.h rtpproxy.h \		 fwapi.hEXTRA_DIST = .buildnosubdir = srcACLOCAL_M4 = $(top_srcdir)/aclocal.m4mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirsCONFIG_HEADER = $(top_builddir)/config.hCONFIG_CLEAN_FILES =LIBRARIES = $(noinst_LIBRARIES)libcustom_fw_module_a_AR = $(AR) crulibcustom_fw_module_a_LIBADD =am_libcustom_fw_module_a_OBJECTS = custom_fw_module.$(OBJEXT)libcustom_fw_module_a_OBJECTS = $(am_libcustom_fw_module_a_OBJECTS)sbin_PROGRAMS = siproxd$(EXEEXT)PROGRAMS = $(sbin_PROGRAMS)am_siproxd_OBJECTS = siproxd.$(OBJEXT) proxy.$(OBJEXT) \	register.$(OBJEXT) sock.$(OBJEXT) utils.$(OBJEXT) \	sip_utils.$(OBJEXT) log.$(OBJEXT) readconf.$(OBJEXT) \	rtpproxy.$(OBJEXT) rtpproxy_relay.$(OBJEXT) accessctl.$(OBJEXT) \	route_processing.$(OBJEXT) security.$(OBJEXT) auth.$(OBJEXT) \	fwapi.$(OBJEXT)siproxd_OBJECTS = $(am_siproxd_OBJECTS)siproxd_LDADD = $(LDADD)siproxd_DEPENDENCIES =siproxd_LDFLAGS =INCLUDES = -I../../libosip/include # -I../libosip/include/osipparser2DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir) /depcomp = $(SHELL) $(top_srcdir)/scripts/depcompam__depfiles_maybe = depfilesDEP_FILES = ./$(DEPDIR)/accessctl.Po ./$(DEPDIR)/auth.Po \	./$(DEPDIR)/custom_fw_module.Po \	./$(DEPDIR)/fwapi.Po ./$(DEPDIR)/log.Po \	./$(DEPDIR)/proxy.Po ./$(DEPDIR)/readconf.Po \	./$(DEPDIR)/register.Po \	./$(DEPDIR)/route_processing.Po \	./$(DEPDIR)/rtpproxy.Po \	./$(DEPDIR)/rtpproxy_relay.Po \	./$(DEPDIR)/security.Po ./$(DEPDIR)/sip_utils.Po \	./$(DEPDIR)/siproxd.Po ./$(DEPDIR)/sock.Po \	./$(DEPDIR)/utils.PoCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@DIST_SOURCES = $(libcustom_fw_module_a_SOURCES) $(siproxd_SOURCES)HEADERS = $(noinst_HEADERS)DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.amSOURCES = $(libcustom_fw_module_a_SOURCES) $(siproxd_SOURCES)all: all-am.SUFFIXES:.SUFFIXES: .c .o .obj$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  src/MakefileMakefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)AR = arclean-noinstLIBRARIES:	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)libcustom_fw_module.a: $(libcustom_fw_module_a_OBJECTS) $(libcustom_fw_module_a_DEPENDENCIES) 	-rm -f libcustom_fw_module.a	$(libcustom_fw_module_a_AR) libcustom_fw_module.a $(libcustom_fw_module_a_OBJECTS) $(libcustom_fw_module_a_LIBADD)	$(RANLIB) libcustom_fw_module.asbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)install-sbinPROGRAMS: $(sbin_PROGRAMS)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(sbindir)	@list='$(sbin_PROGRAMS)'; for p in $$list; do \	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \	  if test -f $$p \	  ; then \	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \	   echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \	   $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f || exit 1; \	  else :; fi; \	done

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -