Daniel Pfeiffer > makepp-1.50-cvs-080810

makepp-1.50-cvs-080810

This Release makepp-1.50-cvs-080810  [Download] [Browse 09 Aug 2008 ** UNAUTHORIZED RELEASE **
Other Releases
Links Discussion Forum ] [ View/Report Bugs (2) ] [ Dependencies ] [ Other Tools ]
CPAN Testers PASS (41)   FAIL (5)   [ View Reports ] [ Perl/Platform Version Matrix ]
Rating      (0 Reviews) [ Rate this distribution ]
License Unknown
Special Files
ChangeLog
INSTALL
LICENSE
Makefile.PL
README

Modules

ActionParser Makepp action parser base class      
ActionParser::Legacy Makepp scanner class for legacy interface      
ActionParser::Specific Makepp scanner class for a specified command scanner      
AutomakeFixer      
BuildCache subroutines for handling the makepp build cache      
BuildCacheControl      
BuildCheck Interface definition for various signature classes      
BuildCheck::architecture_independent A build check method that ignores changes in architecture      
BuildCheck::exact_match a signature class that requires that dependencies have exactly the same signature they did on the last build      
BuildCheck::ignore_action A build check method that ignores changes in the command.      
BuildCheck::only_action A build check method that only looks at the command.      
BuildCheck::symlink A build check method that checks if target points to dependency.      
BuildCheck::target_newer a build check class that uses the traditional Make algorithm      
CommandParser Base class for makepp command parsers      
CommandParser::Esqlc makepp command parser for various Esql preprocessors      
CommandParser::Gcc makepp command parser for Gcc      
CommandParser::Swig makepp command parser for swig      
CommandParser::Vcs makepp command parser for Synopsys VCS      
FileInfo cached information about files and directories      
Glob Subroutines for reading directories easily.      
MakeEvent event loop for makepp      
Makecmds      
Makefile an object that parses makefiles and stores their relevant info      
Makesubs      
RecursiveMake      
Rule Stores information about a build rule   UNAUTHORIZED  
Scanner Base class for makepp file scanners      
Scanner::C makepp scanner for C files      
Scanner::Esqlc makepp scanner for Embedded SQL C files      
Scanner::Swig makepp scanner for SWIG's .i files      
Scanner::Vera makepp scanner for Vera files      
Scanner::Verilog makepp scanner for Verilog files      
Signature Interface definition for various signature classes      
Signature::c_compilation_md5 a signature class that ignores changes to whitespace and comments      
Signature::md5 Signature class based on MD5 checksum      
Signature::shared_object a signature class that ignores changes to shared objects      
Signature::verilog_simulation_md5 a signature class that ignores changes to whitespace and comments      
Signature::verilog_synthesis_md5 a signature class that ignores changes to whitespace and comments      
TextSubs      

Documentation

FileInfo_makepp.pm  
Repository.pm  
makepp Compatible but improved replacement for make  
makepp_build_algorithm How makepp executes a makefile  
makepp_build_cache How to set up and use build caches  
makepp_build_check How makepp decides to rebuild files  
makepp_builtin Built in rules for makepp  
makepp_builtins Builtin commands in makepp  
makepp_command Command line syntax for makepp  
makepp_compatibility Compatibility list for makepp  
makepp_cookbook The best way to set up makefiles for various situations  
makepp_extending How to extend makepp using perl  
makepp_faq Frequently asked questions about makepp  
makepp_functions Functions in makepp  
makepp_incompatibilities Incompatibilities between makepp and GNU make  
makepp_perl_performance How to make perl faster  
makepp_release_notes Major changes in each version of makepp  
makepp_repositories How to use repositories for variant builds, for maintaining a central set of sources, and other things  
makepp_rules How to tell makepp to build something  
makepp_sandboxes How to partition a makepp build  
makepp_scanning How makepp finds include files and other hidden dependencies  
makepp_signatures How makepp knows when files have changed  
makepp_speedup How to make makepp faster  
makepp_statements Various statements in a makefile  
makepp_tutorial Tutorial on writing makefiles  
makepp_tutorial_compilation Unix compilation commands  
makepp_variables How to use variables in makepp  
makeppbuiltin Stand-alone access to builtin commands in makepp  
makeppclean Stand-alone cleanup script for makepp  
makeppgraph Graphical analysis of the dependency graph  
makeppinfo What makepp knows about files  
makepplog Textual analysis of the build log