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

📄 makefile

📁 Linux Distributed Replication Block Device
💻
📖 第 1 页 / 共 2 页
字号:
static :: $(FIRST_MAKEFILE) $(INST_STATIC)	$(NOECHO) $(NOOP)# --- MakeMaker static_lib section:$(INST_STATIC) : $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)$(DFSEP).exists	$(RM_RF) $@	$(FULL_AR) $(AR_STATIC_ARGS) $@ $(OBJECT) && $(RANLIB) $@	$(CHMOD) $(PERM_RWX) $@	$(NOECHO) $(ECHO) "$(EXTRALIBS)" > $(INST_ARCHAUTODIR)/extralibs.ld# --- MakeMaker manifypods section:POD2MAN_EXE = $(PERLRUN) "-MExtUtils::Command::MM" -e pod2man "--"POD2MAN = $(POD2MAN_EXE)manifypods : pure_all  \	lib/LinuxRealTime.pm \	lib/LinuxRealTime.pm	$(NOECHO) $(POD2MAN) --section=3 --perm_rw=$(PERM_RW) \	  lib/LinuxRealTime.pm $(INST_MAN3DIR)/LinuxRealTime.$(MAN3EXT) # --- MakeMaker processPL section:# --- MakeMaker installbin section:# --- MakeMaker subdirs section:# none# --- MakeMaker clean_subdirs section:clean_subdirs :	$(NOECHO) $(NOOP)# --- MakeMaker clean section:# Delete temporary files but do not touch installed files. We don't delete# the Makefile here so a later make realclean still has a makefile to use.clean :: clean_subdirs	- $(RM_F) \	  *$(LIB_EXT) core \	  core.[0-9] $(INST_ARCHAUTODIR)/extralibs.all \	  core.[0-9][0-9] $(BASEEXT).bso \	  pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \	  $(BASEEXT).x $(BOOTSTRAP) \	  perl$(EXE_EXT) tmon.out \	  *$(OBJ_EXT) pm_to_blib \	  $(INST_ARCHAUTODIR)/extralibs.ld blibdirs.ts \	  core.[0-9][0-9][0-9][0-9][0-9] *perl.core \	  core.*perl.*.? $(MAKE_APERL_FILE) \	  perl $(BASEEXT).def \	  core.[0-9][0-9][0-9] mon.out \	  lib$(BASEEXT).def perlmain.c \	  perl.exe so_locations \	  $(BASEEXT).exp 	- $(RM_RF) \	  blib 	- $(MV) $(FIRST_MAKEFILE) $(MAKEFILE_OLD) $(DEV_NULL)# --- MakeMaker realclean_subdirs section:realclean_subdirs :	$(NOECHO) $(NOOP)# --- MakeMaker realclean section:# Delete temporary files (via clean) and also delete dist filesrealclean purge ::  clean realclean_subdirs	- $(RM_F) \	  $(OBJECT) $(MAKEFILE_OLD) \	  $(FIRST_MAKEFILE) 	- $(RM_RF) \	  $(DISTVNAME) # --- MakeMaker metafile section:metafile : create_distdir	$(NOECHO) $(ECHO) Generating META.yml	$(NOECHO) $(ECHO) '# http://module-build.sourceforge.net/META-spec.html' > META_new.yml	$(NOECHO) $(ECHO) '#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#' >> META_new.yml	$(NOECHO) $(ECHO) 'name:         LinuxRealTime' >> META_new.yml	$(NOECHO) $(ECHO) 'version:      0.01' >> META_new.yml	$(NOECHO) $(ECHO) 'version_from: lib/LinuxRealTime.pm' >> META_new.yml	$(NOECHO) $(ECHO) 'installdirs:  site' >> META_new.yml	$(NOECHO) $(ECHO) 'requires:' >> META_new.yml	$(NOECHO) $(ECHO) '' >> META_new.yml	$(NOECHO) $(ECHO) 'distribution_type: module' >> META_new.yml	$(NOECHO) $(ECHO) 'generated_by: ExtUtils::MakeMaker version 6.30' >> META_new.yml	-$(NOECHO) $(MV) META_new.yml $(DISTVNAME)/META.yml# --- MakeMaker signature section:signature :	cpansign -s# --- MakeMaker dist_basics section:distclean :: realclean distcheck	$(NOECHO) $(NOOP)distcheck :	$(PERLRUN) "-MExtUtils::Manifest=fullcheck" -e fullcheckskipcheck :	$(PERLRUN) "-MExtUtils::Manifest=skipcheck" -e skipcheckmanifest :	$(PERLRUN) "-MExtUtils::Manifest=mkmanifest" -e mkmanifestveryclean : realclean	$(RM_F) *~ *.orig */*~ */*.orig# --- MakeMaker dist_core section:dist : $(DIST_DEFAULT) $(FIRST_MAKEFILE)	$(NOECHO) $(ABSPERLRUN) -l -e 'print '\''Warning: Makefile possibly out of date with $(VERSION_FROM)'\''' \	  -e '    if -e '\''$(VERSION_FROM)'\'' and -M '\''$(VERSION_FROM)'\'' < -M '\''$(FIRST_MAKEFILE)'\'';'tardist : $(DISTVNAME).tar$(SUFFIX)	$(NOECHO) $(NOOP)uutardist : $(DISTVNAME).tar$(SUFFIX)	uuencode $(DISTVNAME).tar$(SUFFIX) $(DISTVNAME).tar$(SUFFIX) > $(DISTVNAME).tar$(SUFFIX)_uu$(DISTVNAME).tar$(SUFFIX) : distdir	$(PREOP)	$(TO_UNIX)	$(TAR) $(TARFLAGS) $(DISTVNAME).tar $(DISTVNAME)	$(RM_RF) $(DISTVNAME)	$(COMPRESS) $(DISTVNAME).tar	$(POSTOP)zipdist : $(DISTVNAME).zip	$(NOECHO) $(NOOP)$(DISTVNAME).zip : distdir	$(PREOP)	$(ZIP) $(ZIPFLAGS) $(DISTVNAME).zip $(DISTVNAME)	$(RM_RF) $(DISTVNAME)	$(POSTOP)shdist : distdir	$(PREOP)	$(SHAR) $(DISTVNAME) > $(DISTVNAME).shar	$(RM_RF) $(DISTVNAME)	$(POSTOP)# --- MakeMaker distdir section:create_distdir :	$(RM_RF) $(DISTVNAME)	$(PERLRUN) "-MExtUtils::Manifest=manicopy,maniread" \		-e "manicopy(maniread(),'$(DISTVNAME)', '$(DIST_CP)');"distdir : create_distdir distmeta 	$(NOECHO) $(NOOP)# --- MakeMaker dist_test section:disttest : distdir	cd $(DISTVNAME) && $(ABSPERLRUN) Makefile.PL 	cd $(DISTVNAME) && $(MAKE) $(PASTHRU)	cd $(DISTVNAME) && $(MAKE) test $(PASTHRU)# --- MakeMaker dist_ci section:ci :	$(PERLRUN) "-MExtUtils::Manifest=maniread" \	  -e "@all = keys %{ maniread() };" \	  -e "print(qq{Executing $(CI) @all\n}); system(qq{$(CI) @all});" \	  -e "print(qq{Executing $(RCS_LABEL) ...\n}); system(qq{$(RCS_LABEL) @all});"# --- MakeMaker distmeta section:distmeta : create_distdir metafile	$(NOECHO) cd $(DISTVNAME) && $(ABSPERLRUN) -MExtUtils::Manifest=maniadd -e 'eval { maniadd({q{META.yml} => q{Module meta-data (added by MakeMaker)}}) } ' \	  -e '    or print "Could not add META.yml to MANIFEST: $${'\''@'\''}\n"'# --- MakeMaker distsignature section:distsignature : create_distdir	$(NOECHO) cd $(DISTVNAME) && $(ABSPERLRUN) -MExtUtils::Manifest=maniadd -e 'eval { maniadd({q{SIGNATURE} => q{Public-key signature (added by MakeMaker)}}) } ' \	  -e '    or print "Could not add SIGNATURE to MANIFEST: $${'\''@'\''}\n"'	$(NOECHO) cd $(DISTVNAME) && $(TOUCH) SIGNATURE	cd $(DISTVNAME) && cpansign -s# --- MakeMaker install section:install :: all pure_install doc_install	$(NOECHO) $(NOOP)install_perl :: all pure_perl_install doc_perl_install	$(NOECHO) $(NOOP)install_site :: all pure_site_install doc_site_install	$(NOECHO) $(NOOP)install_vendor :: all pure_vendor_install doc_vendor_install	$(NOECHO) $(NOOP)pure_install :: pure_$(INSTALLDIRS)_install	$(NOECHO) $(NOOP)doc_install :: doc_$(INSTALLDIRS)_install	$(NOECHO) $(NOOP)pure__install : pure_site_install	$(NOECHO) $(ECHO) INSTALLDIRS not defined, defaulting to INSTALLDIRS=sitedoc__install : doc_site_install	$(NOECHO) $(ECHO) INSTALLDIRS not defined, defaulting to INSTALLDIRS=sitepure_perl_install ::	$(NOECHO) $(MOD_INSTALL) \		read $(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist \		write $(DESTINSTALLARCHLIB)/auto/$(FULLEXT)/.packlist \		$(INST_LIB) $(DESTINSTALLPRIVLIB) \		$(INST_ARCHLIB) $(DESTINSTALLARCHLIB) \		$(INST_BIN) $(DESTINSTALLBIN) \		$(INST_SCRIPT) $(DESTINSTALLSCRIPT) \		$(INST_MAN1DIR) $(DESTINSTALLMAN1DIR) \		$(INST_MAN3DIR) $(DESTINSTALLMAN3DIR)	$(NOECHO) $(WARN_IF_OLD_PACKLIST) \		$(SITEARCHEXP)/auto/$(FULLEXT)pure_site_install ::	$(NOECHO) $(MOD_INSTALL) \		read $(SITEARCHEXP)/auto/$(FULLEXT)/.packlist \		write $(DESTINSTALLSITEARCH)/auto/$(FULLEXT)/.packlist \		$(INST_LIB) $(DESTINSTALLSITELIB) \		$(INST_ARCHLIB) $(DESTINSTALLSITEARCH) \		$(INST_BIN) $(DESTINSTALLSITEBIN) \		$(INST_SCRIPT) $(DESTINSTALLSCRIPT) \		$(INST_MAN1DIR) $(DESTINSTALLSITEMAN1DIR) \		$(INST_MAN3DIR) $(DESTINSTALLSITEMAN3DIR)	$(NOECHO) $(WARN_IF_OLD_PACKLIST) \		$(PERL_ARCHLIB)/auto/$(FULLEXT)pure_vendor_install ::	$(NOECHO) $(MOD_INSTALL) \		read $(VENDORARCHEXP)/auto/$(FULLEXT)/.packlist \		write $(DESTINSTALLVENDORARCH)/auto/$(FULLEXT)/.packlist \		$(INST_LIB) $(DESTINSTALLVENDORLIB) \		$(INST_ARCHLIB) $(DESTINSTALLVENDORARCH) \		$(INST_BIN) $(DESTINSTALLVENDORBIN) \		$(INST_SCRIPT) $(DESTINSTALLSCRIPT) \		$(INST_MAN1DIR) $(DESTINSTALLVENDORMAN1DIR) \		$(INST_MAN3DIR) $(DESTINSTALLVENDORMAN3DIR)doc_perl_install ::	$(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod	-$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB)	-$(NOECHO) $(DOC_INSTALL) \		"Module" "$(NAME)" \		"installed into" "$(INSTALLPRIVLIB)" \		LINKTYPE "$(LINKTYPE)" \		VERSION "$(VERSION)" \		EXE_FILES "$(EXE_FILES)" \		>> $(DESTINSTALLARCHLIB)/perllocal.poddoc_site_install ::	$(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod	-$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB)	-$(NOECHO) $(DOC_INSTALL) \		"Module" "$(NAME)" \		"installed into" "$(INSTALLSITELIB)" \		LINKTYPE "$(LINKTYPE)" \		VERSION "$(VERSION)" \		EXE_FILES "$(EXE_FILES)" \		>> $(DESTINSTALLARCHLIB)/perllocal.poddoc_vendor_install ::	$(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod	-$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB)	-$(NOECHO) $(DOC_INSTALL) \		"Module" "$(NAME)" \		"installed into" "$(INSTALLVENDORLIB)" \		LINKTYPE "$(LINKTYPE)" \		VERSION "$(VERSION)" \		EXE_FILES "$(EXE_FILES)" \		>> $(DESTINSTALLARCHLIB)/perllocal.poduninstall :: uninstall_from_$(INSTALLDIRS)dirs	$(NOECHO) $(NOOP)uninstall_from_perldirs ::	$(NOECHO) $(UNINSTALL) $(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlistuninstall_from_sitedirs ::	$(NOECHO) $(UNINSTALL) $(SITEARCHEXP)/auto/$(FULLEXT)/.packlistuninstall_from_vendordirs ::	$(NOECHO) $(UNINSTALL) $(VENDORARCHEXP)/auto/$(FULLEXT)/.packlist# --- MakeMaker force section:# Phony target to force checking subdirectories.FORCE:	$(NOECHO) $(NOOP)# --- MakeMaker perldepend section:PERL_HDRS = \	$(PERL_INC)/EXTERN.h		\	$(PERL_INC)/INTERN.h		\	$(PERL_INC)/XSUB.h		\	$(PERL_INC)/av.h		\	$(PERL_INC)/cc_runtime.h	\	$(PERL_INC)/config.h		\	$(PERL_INC)/cop.h		\	$(PERL_INC)/cv.h		\	$(PERL_INC)/dosish.h		\	$(PERL_INC)/embed.h		\	$(PERL_INC)/embedvar.h		\	$(PERL_INC)/fakethr.h		\	$(PERL_INC)/form.h		\	$(PERL_INC)/gv.h		\	$(PERL_INC)/handy.h		\	$(PERL_INC)/hv.h		\	$(PERL_INC)/intrpvar.h		\	$(PERL_INC)/iperlsys.h		\	$(PERL_INC)/keywords.h		\	$(PERL_INC)/mg.h		\	$(PERL_INC)/nostdio.h		\	$(PERL_INC)/op.h		\	$(PERL_INC)/opcode.h		\	$(PERL_INC)/patchlevel.h	\	$(PERL_INC)/perl.h		\	$(PERL_INC)/perlio.h		\	$(PERL_INC)/perlsdio.h		\	$(PERL_INC)/perlsfio.h		\	$(PERL_INC)/perlvars.h		\	$(PERL_INC)/perly.h		\	$(PERL_INC)/pp.h		\	$(PERL_INC)/pp_proto.h		\	$(PERL_INC)/proto.h		\	$(PERL_INC)/regcomp.h		\	$(PERL_INC)/regexp.h		\	$(PERL_INC)/regnodes.h		\	$(PERL_INC)/scope.h		\	$(PERL_INC)/sv.h		\	$(PERL_INC)/thrdvar.h		\	$(PERL_INC)/thread.h		\	$(PERL_INC)/unixish.h		\	$(PERL_INC)/util.h$(OBJECT) : $(PERL_HDRS)# --- MakeMaker makefile section:$(OBJECT) : $(FIRST_MAKEFILE)# We take a very conservative approach here, but it's worth it.# We move Makefile to Makefile.old here to avoid gnu make looping.$(FIRST_MAKEFILE) : Makefile.PL $(CONFIGDEP)	$(NOECHO) $(ECHO) "Makefile out-of-date with respect to $?"	$(NOECHO) $(ECHO) "Cleaning current config before rebuilding Makefile..."	-$(NOECHO) $(RM_F) $(MAKEFILE_OLD)	-$(NOECHO) $(MV)   $(FIRST_MAKEFILE) $(MAKEFILE_OLD)	- $(MAKE) $(USEMAKEFILE) $(MAKEFILE_OLD) clean $(DEV_NULL)	$(PERLRUN) Makefile.PL 	$(NOECHO) $(ECHO) "==> Your Makefile has been rebuilt. <=="	$(NOECHO) $(ECHO) "==> Please rerun the $(MAKE) command.  <=="	false# --- MakeMaker staticmake section:# --- MakeMaker makeaperl section ---MAP_TARGET    = perlFULLPERL      = /usr/bin/perl$(MAP_TARGET) :: static $(MAKE_APERL_FILE)	$(MAKE) $(USEMAKEFILE) $(MAKE_APERL_FILE) $@$(MAKE_APERL_FILE) : $(FIRST_MAKEFILE) pm_to_blib	$(NOECHO) $(ECHO) Writing \"$(MAKE_APERL_FILE)\" for this $(MAP_TARGET)	$(NOECHO) $(PERLRUNINST) \		Makefile.PL DIR= \		MAKEFILE=$(MAKE_APERL_FILE) LINKTYPE=static \		MAKEAPERL=1 NORECURS=1 CCCDLFLAGS=# --- MakeMaker test section:TEST_VERBOSE=0TEST_TYPE=test_$(LINKTYPE)TEST_FILE = test.plTEST_FILES = t/*.tTESTDB_SW = -dtestdb :: testdb_$(LINKTYPE)test :: $(TEST_TYPE)test_dynamic :: pure_all	PERL_DL_NONLAZY=1 $(FULLPERLRUN) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" $(TEST_FILES)testdb_dynamic :: pure_all	PERL_DL_NONLAZY=1 $(FULLPERLRUN) $(TESTDB_SW) "-I$(INST_LIB)" "-I$(INST_ARCHLIB)" $(TEST_FILE)test_ : test_dynamictest_static :: pure_all $(MAP_TARGET)	PERL_DL_NONLAZY=1 ./$(MAP_TARGET) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" $(TEST_FILES)testdb_static :: pure_all $(MAP_TARGET)	PERL_DL_NONLAZY=1 ./$(MAP_TARGET) $(TESTDB_SW) "-I$(INST_LIB)" "-I$(INST_ARCHLIB)" $(TEST_FILE)# --- MakeMaker ppd section:# Creates a PPD (Perl Package Description) for a binary distribution.ppd:	$(NOECHO) $(ECHO) '<SOFTPKG NAME="$(DISTNAME)" VERSION="0,01,0,0">' > $(DISTNAME).ppd	$(NOECHO) $(ECHO) '    <TITLE>$(DISTNAME)</TITLE>' >> $(DISTNAME).ppd	$(NOECHO) $(ECHO) '    <ABSTRACT>Perl extension for setting real time priority</ABSTRACT>' >> $(DISTNAME).ppd	$(NOECHO) $(ECHO) '    <AUTHOR>Daniel Zinn &lt;q@&gt;</AUTHOR>' >> $(DISTNAME).ppd	$(NOECHO) $(ECHO) '    <IMPLEMENTATION>' >> $(DISTNAME).ppd	$(NOECHO) $(ECHO) '        <OS NAME="$(OSNAME)" />' >> $(DISTNAME).ppd	$(NOECHO) $(ECHO) '        <ARCHITECTURE NAME="i386-linux-thread-multi" />' >> $(DISTNAME).ppd	$(NOECHO) $(ECHO) '        <CODEBASE HREF="" />' >> $(DISTNAME).ppd	$(NOECHO) $(ECHO) '    </IMPLEMENTATION>' >> $(DISTNAME).ppd	$(NOECHO) $(ECHO) '</SOFTPKG>' >> $(DISTNAME).ppd# --- MakeMaker pm_to_blib section:pm_to_blib : $(TO_INST_PM)	$(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\''$(INST_LIB)/auto'\'', '\''$(PM_FILTER)'\'')' \	  lib/LinuxRealTime.pm blib/lib/LinuxRealTime.pm 	$(NOECHO) $(TOUCH) pm_to_blib# --- MakeMaker selfdocument section:# --- MakeMaker postamble section:# End.

⌨️ 快捷键说明

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