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.
This package provides a Makefile to help checking Emacs packages.
This package provides a Makefile-like script and a transient menu for linting and testing Emacs packages.
makemkv
A CLI tool to create CTR (Nintendo 3DS) ROM images.
MakeMKV allows converting the video clips from proprietary (and usually encrypted) discs into a set of MKV files, preserving most information but not changing it in any way. The MKV format can store multiple video/audio tracks with all meta-information and preserve chapters. There are many players that can play MKV files nearly on all platforms, and there are tools to convert MKV files to many formats, including DVD and Blu-ray discs.
Additionally, MakeMKV can instantly stream decrypted video without intermediate conversion to wide range of players, so you may watch Blu-ray and DVD discs with your favorite player. This is made possible via its libmmdb library, which can act as a replacement for the libaacs library. To use it with VLC for example, you can force its use instead of the regular libaacs library by setting the following (libbluray, used by VLC) environment variable:
guix install makemkv vlc export MAKEMKVCON=$(which makemkvcon) export LIBAACS_PATH=$HOME/.guix-profile/lib/libmmbd export LIBBDPLUS_PATH=$HOME/.guix-profile/lib/libmmbd vlc /dev/sr0
Among its features are:
Reads DVD and Blu-ray discs
Reads Blu-ray discs protected with latest versions of AACS and BD+
Preserves all video and audio tracks, including HD audio
Preserves chapters information
Preserves all meta-information (track language, audio type)
Fast conversion -- converts as fast as your drive can read data
No additional software required for conversion or decryption.
IMPORTANT:
By installing this package, you agree to its end user license agreement, which you can read at
share/MakeMKV/eula_en_linux.txt.Purchasing a license key is required to use this older version.
UHD (4K) Blu-ray playback requires LibreDrive compatibility. Do your research before buying a Blu-ray drive!
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