Make is a program that is used to control the production of executables or other files from their source files. The process is controlled from a Makefile, in which the developer specifies how each file is generated from its source. It has powerful dependency resolution and the ability to determine when files have to be regenerated after their sources change. GNU make offers many powerful extensions over the standard utility.
Make is a program that is used to control the production of executables or other files from their source files. The process is controlled from a Makefile, in which the developer specifies how each file is generated from its source. It has powerful dependency resolution and the ability to determine when files have to be regenerated after their sources change. GNU make offers many powerful extensions over the standard utility.
A CLI tool to create CTR (Nintendo 3DS) ROM images.
Automation tool to run R scripts if needed, based on last modified time. It comes with no package dependencies, organizational overhead, or structural requirements. In short: run an R script if underlying files have changed, otherwise do nothing.
Makedepend is an utility for creating dependencies in makefiles.
This package provides a user-friendly tool for visualizing categorical or group movement.
Makepasswd is a program that generates pseudo-random passwords of a desired length. It can also generate their corresponding hashes for a given encryption algorithm if so desired.
This package provides a suite of tools for transforming an existing workflow into a self-documenting pipeline with very minimal upfront costs. Segments of the pipeline are specified in much the same way a Make rule is, by declaring an executable recipe (which might be an R script), along with the corresponding targets and dependencies. When the entire pipeline is run through, only those recipes that need to be executed will be. Meanwhile, execution metadata is captured behind the scenes for later inspection.
Documentation at https://melpa.org/#/makey
This package provides an Emacs interactive command-line mode.
This package provides a user-friendly interface for the construction of Makefiles'.
Potato Make is a Scheme library that aims to simplify the task of maintaining, updating, and regenerating programs. It is inspired by the POSIX make utility and allows writing a build script in Guile Scheme.
Stress Make is a customized GNU Make that explicitly manages the order in which concurrent jobs are run to provoke erroneous behavior into becoming manifest. It can run jobs in the order in which they're launched, in backwards order, or in random order. The thought is that if code builds correctly with Stress Make, then it is likely that the Makefile
contains no race conditions.
Helper functions that interface with the system utilities to learn about the local build environment. Lets you explore make rules to test the local configuration, or query pkg-config to find compiler flags and libs needed for building packages with external dependencies. Also contains tools to analyze which libraries that a installed R package linked to by inspecting output from ldd in combination with information from your distribution package manager, e.g. rpm or dpkg'.
This is a Common Lisp package for hash table creation with flexible, extensible initializers.
Make all elements of a character vector unique. Differs from make.unique by starting at 1 and allowing users to customise suffix format.
This package implements two functions. One of them reads an Affymetrix CDF and creates a hash table environment containing the location/probe set membership mapping. The other one creates a package that automatically loads that environment.
The makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project. It allows the user to write a project without having to deal with the complex issues associated with configuration, building, installation, and packaging. It also allows the user to easily create cross-compiled binaries.
The PLT 'make' macro
This is a Common Lisp package for hash table creation with flexible, extensible initializers.
This package provides functions that allow you to create your own color palette from an image, using mathematical algorithms.
This package creates an empty framework of files and directories for the "Load, Clean, Func, Do" structure described by Josh Reich.
Makeup is a generic syntax highlighter in the style of Pygments suitable for use in code hosting, forums, wikis or other applications that need to prettify source code.
The first version of the package allows including Arduino or Processing code using three different forms: writing the code directly in the LaTeX document, writing Arduino or Processing commands in line with the text, calling to Arduino or Processing files. All these options support the syntax highlighting of the official IDE.