The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:makepp MD5"

Mpp::Signature::md5 - Mpp::Signature class based on MD5 checksum River stage zero No dependents

Unlike the usual signature class, this class computes an MD5 checksum of all input files. The date on your source file may change, but if you use this signature class, makepp will realize that no rebuild is necessary as long as the contents have not ...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

Mpp::Signature::c_compilation_md5 - a signature class that ignores changes to whitespace and comments River stage zero No dependents

Unlike the usual signature class, this class computes an MD5 checksum of all source files, excluding whitespace and comments. Your source files may change, but if you use this signature class, makepp will be smart enough to realize that certain chang...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

Mpp::Signature::verilog_synthesis_md5 - a signature class that ignores changes to whitespace and comments River stage zero No dependents

Similar to Mpp::Signature::c_compilation_md5, except that it recognizes different filenames and does not ignore comments containing "synopsys"....

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

makepp - Command line syntax for makepp River stage zero No dependents

?: -?, A: -A, --args-file, --arguments-file, --assume-new, --assume-old, B: -b, --build-cache, --build-check, --build-check-method, C: -C, -c, D: --defer-include, --directory, --do-build, --dont-build, --dont-read, --do-read, --dry-run, --dump-makefi...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

makeppinfo - What makepp knows about files River stage zero No dependents

?: -?, A: -A, --args-file, --arguments-file, D: -d, --dates, --decode-dates, F: -f, --force, H: -h, --help, K: -k, --keylist, --keys, M: $MAKEPPINFOFLAGS, Q: -q, --quiet, T: -t, --traverse, U: -u, --unremembered, V: -V, --version makeppinfo *option* ...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

makepp_rules - How to tell makepp to build something River stage zero No dependents

?: &, -, @, B: :build_cache, :build_check, D: :dispatch, E: :env, :environment, F: :foreach, I: "ignore_error", :include, L: :last_chance, M: makeperl, N: "noecho", :no_phony, P: :parser, "perl", S: :signature A rule is what tells makepp how to build...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

Mpp::BuildCache - subroutines for handling the makepp build cache River stage zero No dependents

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

Mpp::BuildCheck - Interface definition for various signature classes River stage zero No dependents

The Mpp::BuildCheck package specifies how makepp uses the file signatures and other information in order to compute whether a file needs to be rebuilt or not. Each rule can have a different build check associated with it, if necessary. In the makefil...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

makepp_extending - How to extend makepp using Perl River stage zero No dependents

Makepp internally is flexible enough so that by writing a little bit of Perl code, you can add functions or do a number of other operations. General notes on writing Perl code to work with makepp Each makefile lives in its own package. Thus definitio...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

makepp_signatures - How makepp knows when files have changed River stage zero No dependents

C: C, "c_compilation_md5", M: "md5", P: "plain", S: "shared_object", X: "xml", xml_space Each file is associated with a *signature*, which is a string that changes if the file has changed. Makepp compares signatures to see whether it needs to rebuild...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

makepp_statements - Various statements in a makefile River stage zero No dependents

A: autoload, B: build_cache, build_check, D: "define", E: export, F: foreach, G: global, I: ifdef, ifeq, ifmakeperl, ifndef, ifneq, ifnsys, ifntrue, ifperl, ifsys, iftrue, -include, include, _include, L: load_makefile, M: make, makeperl, makesub, N: ...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

Mpp::CommandParser - Base class for makepp command parsers River stage zero No dependents

"Mpp::CommandParser" is a base class for makepp(1) command parsers. When used directly, it does nothing except add a dependency on the executable. The parser for a particular command should derive from this class. The parser should instantiate object...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

makepp_build_cache - How to set up and use build caches River stage zero No dependents

C: clean, create, M: makepp_build_cache_control, mppbcc, S: show, stats A build cache is a directory containing copies of previous targets that makepp already built. When makepp is asked to build a new target, it sees if it has already built it somew...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

makepp_release_notes - Major changes in each version of makepp River stage zero No dependents

Version 2.1 (under development) * Warning and error messages switched to GNU style. * * Pattern rules can pick up phony dependencies (gmake compatibility), rule option :no-phony prevents that. * Builtin &template mini-language documentation rewritten...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC
14 results (0.049 seconds)