📄 makefile.in
字号:
# Makefile.in generated by automake 1.7.8 from Makefile.am.# @configure_input@# 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.@SET_MAKE@## 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 = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ..am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = @INSTALL@install_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 = @build@host_triplet = @host@target_triplet = @target@ACLOCAL = @ACLOCAL@AMDEP_FALSE = @AMDEP_FALSE@AMDEP_TRUE = @AMDEP_TRUE@AMTAR = @AMTAR@AUTOCONF = @AUTOCONF@AUTOHEADER = @AUTOHEADER@AUTOMAKE = @AUTOMAKE@AWK = @AWK@CC = @CC@CCDEPMODE = @CCDEPMODE@CFLAGS = @CFLAGS@CPP = @CPP@CPPFLAGS = @CPPFLAGS@CYGPATH_W = @CYGPATH_W@DEFS = @DEFS@DEPDIR = @DEPDIR@ECHO_C = @ECHO_C@ECHO_N = @ECHO_N@ECHO_T = @ECHO_T@EGREP = @EGREP@EXEEXT = @EXEEXT@INSTALL_DATA = @INSTALL_DATA@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_SCRIPT = @INSTALL_SCRIPT@INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@LDFLAGS = @LDFLAGS@LIBOBJS = @LIBOBJS@LIBS = @LIBS@LN_S = @LN_S@LTLIBOBJS = @LTLIBOBJS@MAKEINFO = @MAKEINFO@OBJEXT = @OBJEXT@PACKAGE = @PACKAGE@PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@PACKAGE_NAME = @PACKAGE_NAME@PACKAGE_STRING = @PACKAGE_STRING@PACKAGE_TARNAME = @PACKAGE_TARNAME@PACKAGE_VERSION = @PACKAGE_VERSION@PATH_SEPARATOR = @PATH_SEPARATOR@PTHREAD_CC = @PTHREAD_CC@PTHREAD_CFLAGS = @PTHREAD_CFLAGS@PTHREAD_LIBS = @PTHREAD_LIBS@RANLIB = @RANLIB@SET_MAKE = @SET_MAKE@SHELL = @SHELL@STRIP = @STRIP@VERSION = @VERSION@ac_ct_CC = @ac_ct_CC@ac_ct_RANLIB = @ac_ct_RANLIB@ac_ct_STRIP = @ac_ct_STRIP@am__fastdepCC_FALSE = @am__fastdepCC_FALSE@am__fastdepCC_TRUE = @am__fastdepCC_TRUE@am__include = @am__include@am__leading_dot = @am__leading_dot@am__quote = @am__quote@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@datadir = @datadir@exec_prefix = @exec_prefix@extra_includes = @extra_includes@extra_libs = @extra_libs@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@libosip_prefix_dir = @libosip_prefix_dir@localstatedir = @localstatedir@mandir = @mandir@oldincludedir = @oldincludedir@prefix = @prefix@program_transform_name = @program_transform_name@sbindir = @sbindir@sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target = @target@target_alias = @target_alias@target_cpu = @target_cpu@target_os = @target_os@target_vendor = @target_vendor@AM_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 =DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)depcomp = $(SHELL) $(top_srcdir)/scripts/depcompam__depfiles_maybe = depfiles@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/accessctl.Po ./$(DEPDIR)/auth.Po \@AMDEP_TRUE@ ./$(DEPDIR)/custom_fw_module.Po \@AMDEP_TRUE@ ./$(DEPDIR)/fwapi.Po ./$(DEPDIR)/log.Po \@AMDEP_TRUE@ ./$(DEPDIR)/proxy.Po ./$(DEPDIR)/readconf.Po \@AMDEP_TRUE@ ./$(DEPDIR)/register.Po \@AMDEP_TRUE@ ./$(DEPDIR)/route_processing.Po \@AMDEP_TRUE@ ./$(DEPDIR)/rtpproxy.Po \@AMDEP_TRUE@ ./$(DEPDIR)/rtpproxy_relay.Po \@AMDEP_TRUE@ ./$(DEPDIR)/security.Po ./$(DEPDIR)/sip_utils.Po \@AMDEP_TRUE@ ./$(DEPDIR)/siproxd.Po ./$(DEPDIR)/sock.Po \@AMDEP_TRUE@ ./$(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 + -