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

📄 makefile

📁 radius协议源码÷The Radius Stack will connect to a Radius Server. This stack implementation is built upo
💻
📖 第 1 页 / 共 2 页
字号:
# ====================================================================# The Vovida Software License, Version 1.0 # # Copyright (c) 2000 Vovida Networks, Inc.  All rights reserved.# # Redistribution and use in source and binary forms, with or without# modification, are permitted provided that the following conditions# are met:# # 1. Redistributions of source code must retain the above copyright#    notice, this list of conditions and the following disclaimer.# # 2. Redistributions in binary form must reproduce the above copyright#    notice, this list of conditions and the following disclaimer in#    the documentation and/or other materials provided with the#    distribution.# # 3. The names "VOCAL", "Vovida Open Communication Application Library",#    and "Vovida Open Communication Application Library (VOCAL)" must#    not be used to endorse or promote products derived from this#    software without prior written permission. For written#    permission, please contact vocal\@vovida.org.# # 4. Products derived from this software may not be called "VOCAL", nor#    may "VOCAL" appear in their name, without prior written#    permission of Vovida Networks, Inc.# # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND# NON-INFRINGEMENT ARE DISCLAIMED.  IN NO EVENT SHALL VOVIDA# NETWORKS, INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT DAMAGES# IN EXCESS OF $1,000, NOR FOR ANY INDIRECT, INCIDENTAL, SPECIAL,# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY# OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH# DAMAGE.# # ====================================================================# # This software consists of voluntary contributions made by Vovida# Networks, Inc. and many individuals on behalf of Vovida Networks,# Inc.  For more information on Vovida Networks, Inc., please see# <http://www.vovida.org/>.# This Makefile is for the Telephony::SipMessage extension to perl.## It was generated automatically by MakeMaker version# 5.4302 (Revision: 1.222) from the contents of# Makefile.PL. Don't edit this file, edit Makefile.PL instead.##	ANY CHANGES MADE HERE WILL BE LOST!##   MakeMaker ARGV: ()##   MakeMaker Parameters:#	NAME => q[Telephony::SipMessage]#	VERSION_FROM => q[SipMessage.pm]# --- MakeMaker post_initialize section:# --- MakeMaker const_config section:# These definitions are from config.sh (via /usr/lib/perl5/5.00503/i386-linux/Config.pm)# They may have been overridden via Makefile.PL or on the command lineAR = arCC = ccCCCDLFLAGS = -fpicCCDLFLAGS = -rdynamicDLEXT = soDLSRC = dl_dlopen.xsLD = ccLDDLFLAGS = -shared -L/usr/local/libLDFLAGS =  -L/usr/local/libLIBC = LIB_EXT = .aOBJ_EXT = .oOSNAME = linuxOSVERS = 2.2.5-22smpRANLIB = :SO = soEXE_EXT = # --- MakeMaker constants section:AR_STATIC_ARGS = crNAME = Telephony::SipMessageDISTNAME = Telephony-SipMessageNAME_SYM = Telephony_SipMessageVERSION = 0.01VERSION_SYM = 0_01XS_VERSION = 0.01INST_BIN = blib/binINST_EXE = blib/scriptINST_LIB = blib/libINST_ARCHLIB = blib/archINST_SCRIPT = blib/scriptPREFIX = /usrINSTALLDIRS = siteINSTALLPRIVLIB = $(PREFIX)/lib/perl5/5.00503INSTALLARCHLIB = $(PREFIX)/lib/perl5/5.00503/i386-linuxINSTALLSITELIB = $(PREFIX)/lib/perl5/site_perl/5.005INSTALLSITEARCH = $(PREFIX)/lib/perl5/site_perl/5.005/i386-linuxINSTALLBIN = $(PREFIX)/binINSTALLSCRIPT = $(PREFIX)/binPERL_LIB = /usr/lib/perl5/5.00503PERL_ARCHLIB = /usr/lib/perl5/5.00503/i386-linuxSITELIBEXP = /usr/lib/perl5/site_perl/5.005SITEARCHEXP = /usr/lib/perl5/site_perl/5.005/i386-linuxLIBPERL_A = libperl.aFIRST_MAKEFILE = MakefileMAKE_APERL_FILE = Makefile.aperlPERLMAINCC = $(CC)PERL_INC = /usr/lib/perl5/5.00503/i386-linux/COREPERL = /usr/bin/perlFULLPERL = /usr/bin/perlVERSION_MACRO = VERSIONDEFINE_VERSION = -D$(VERSION_MACRO)=\"$(VERSION)\"XS_VERSION_MACRO = XS_VERSIONXS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\"$(XS_VERSION)\"MAKEMAKER = /usr/lib/perl5/5.00503/ExtUtils/MakeMaker.pmMM_VERSION = 5.4302# FULLEXT = Pathname for extension directory (eg Foo/Bar/Oracle).# BASEEXT = Basename part of FULLEXT. May be just equal FULLEXT. (eg Oracle)# ROOTEXT = Directory part of FULLEXT with leading slash (eg /DBD)  !!! Deprecated from MM 5.32  !!!# PARENT_NAME = NAME without BASEEXT and no trailing :: (eg Foo::Bar)# DLBASE  = Basename part of dynamic library. May be just equal BASEEXT.FULLEXT = Telephony/SipMessageBASEEXT = SipMessagePARENT_NAME = TelephonyDLBASE = $(BASEEXT)VERSION_FROM = SipMessage.pmOBJECT = LDFROM = $(OBJECT)LINKTYPE = dynamic# Handy lists of source code files:XS_FILES= C_FILES = O_FILES = H_FILES = MAN1PODS = MAN3PODS = SipMessage.pmINST_MAN1DIR = blib/man1INSTALLMAN1DIR = $(PREFIX)/man/man1MAN1EXT = 1INST_MAN3DIR = blib/man3INSTALLMAN3DIR = $(PREFIX)/lib/perl5/man/man3MAN3EXT = 3PERM_RW = 644PERM_RWX = 755# work around a famous dec-osf make(1) feature(?):makemakerdflt: all.SUFFIXES: .xs .c .C .cpp .cxx .cc $(OBJ_EXT)# Nick wanted to get rid of .PRECIOUS. I don't remember why. I seem to recall, that# some make implementations will delete the Makefile when we rebuild it. Because# we call false(1) when we rebuild it. So make(1) is not completely wrong when it# does so. Our milage may vary.# .PRECIOUS: Makefile    # seems to be not necessary anymore.PHONY: all config static dynamic test linkext manifest# Where is the Config information that we are using/depend onCONFIGDEP = $(PERL_ARCHLIB)/Config.pm $(PERL_INC)/config.h# Where to put things:INST_LIBDIR      = $(INST_LIB)/TelephonyINST_ARCHLIBDIR  = $(INST_ARCHLIB)/TelephonyINST_AUTODIR     = $(INST_LIB)/auto/$(FULLEXT)INST_ARCHAUTODIR = $(INST_ARCHLIB)/auto/$(FULLEXT)INST_STATIC  =INST_DYNAMIC =INST_BOOT    =EXPORT_LIST = PERL_ARCHIVE = TO_INST_PM = SipMessage.pmPM_TO_BLIB = SipMessage.pm \	$(INST_LIBDIR)/SipMessage.pm# --- MakeMaker tool_autosplit section:# Usage: $(AUTOSPLITFILE) FileToSplit AutoDirToSplitIntoAUTOSPLITFILE = $(PERL) "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -e 'use AutoSplit;autosplit($$ARGV[0], $$ARGV[1], 0, 1, 1) ;'# --- MakeMaker tool_xsubpp section:# --- MakeMaker tools_other section:SHELL = /bin/shCHMOD = chmodCP = cpLD = ccMV = mvNOOP = $(SHELL) -c trueRM_F = rm -fRM_RF = rm -rfTEST_F = test -fTOUCH = touchUMASK_NULL = umask 0DEV_NULL = > /dev/null 2>&1# The following is a portable way to say mkdir -p# To see which directories are created, change the if 0 to if 1MKPATH = $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Command -e mkpath# This helps us to minimize the effect of the .exists files A yet# better solution would be to have a stable file in the perl# distribution with a timestamp of zero. But this solution doesn't# need any changes to the core distribution and works with older perlsEQUALIZE_TIMESTAMP = $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Command -e eqtime# Here we warn users that an old packlist file was found somewhere,# and that they should call some uninstall routineWARN_IF_OLD_PACKLIST = $(PERL) -we 'exit unless -f $$ARGV[0];' \-e 'print "WARNING: I have found an old package in\n";' \-e 'print "\t$$ARGV[0].\n";' \-e 'print "Please make sure the two installations are not conflicting\n";'UNINST=0VERBINST=1MOD_INSTALL = $(PERL) -I$(INST_LIB) -I$(PERL_LIB) -MExtUtils::Install \-e "install({@ARGV},'$(VERBINST)',0,'$(UNINST)');"DOC_INSTALL = $(PERL) -e '$$\="\n\n";' \-e 'print "=head2 ", scalar(localtime), ": C<", shift, ">", " L<", shift, ">";' \-e 'print "=over 4";' \-e 'while (defined($$key = shift) and defined($$val = shift)){print "=item *";print "C<$$key: $$val>";}' \-e 'print "=back";'UNINSTALL =   $(PERL) -MExtUtils::Install \-e 'uninstall($$ARGV[0],1,1); print "\nUninstall is deprecated. Please check the";' \-e 'print " packlist above carefully.\n  There may be errors. Remove the";' \-e 'print " appropriate files manually.\n  Sorry for the inconveniences.\n"'# --- MakeMaker dist section:DISTVNAME = $(DISTNAME)-$(VERSION)TAR  = tarTARFLAGS = cvfZIP  = zipZIPFLAGS = -rCOMPRESS = gzip --bestSUFFIX = .gzSHAR = sharPREOP = @$(NOOP)POSTOP = @$(NOOP)TO_UNIX = @$(NOOP)CI = ci -uRCS_LABEL = rcs -Nv$(VERSION_SYM): -qDIST_CP = bestDIST_DEFAULT = tardist# --- MakeMaker macro section:# --- MakeMaker depend section:# --- MakeMaker cflags section:# --- MakeMaker const_loadlibs section:# --- MakeMaker const_cccmd section:# --- MakeMaker post_constants section:# --- MakeMaker pasthru section:PASTHRU = LIB="$(LIB)"\	LIBPERL_A="$(LIBPERL_A)"\	LINKTYPE="$(LINKTYPE)"\	PREFIX="$(PREFIX)"\	OPTIMIZE="$(OPTIMIZE)"# --- MakeMaker c_o section:# --- MakeMaker xs_c section:# --- MakeMaker xs_o section:# --- MakeMaker top_targets section:#all ::	config $(INST_PM) subdirs linkext manifypodsall :: pure_all manifypods	@$(NOOP)pure_all :: config pm_to_blib subdirs linkext	@$(NOOP)subdirs :: $(MYEXTLIB)	@$(NOOP)config :: Makefile $(INST_LIBDIR)/.exists	@$(NOOP)config :: $(INST_ARCHAUTODIR)/.exists	@$(NOOP)config :: $(INST_AUTODIR)/.exists	@$(NOOP)config :: Version_check	@$(NOOP)$(INST_AUTODIR)/.exists :: /usr/lib/perl5/5.00503/i386-linux/CORE/perl.h	@$(MKPATH) $(INST_AUTODIR)	@$(EQUALIZE_TIMESTAMP) /usr/lib/perl5/5.00503/i386-linux/CORE/perl.h $(INST_AUTODIR)/.exists	-@$(CHMOD) $(PERM_RWX) $(INST_AUTODIR)$(INST_LIBDIR)/.exists :: /usr/lib/perl5/5.00503/i386-linux/CORE/perl.h	@$(MKPATH) $(INST_LIBDIR)	@$(EQUALIZE_TIMESTAMP) /usr/lib/perl5/5.00503/i386-linux/CORE/perl.h $(INST_LIBDIR)/.exists	-@$(CHMOD) $(PERM_RWX) $(INST_LIBDIR)$(INST_ARCHAUTODIR)/.exists :: /usr/lib/perl5/5.00503/i386-linux/CORE/perl.h	@$(MKPATH) $(INST_ARCHAUTODIR)

⌨️ 快捷键说明

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