/makefiles

Where all my makefiles live, and a little more.

Makefiles

Central repository for all my makefiles, including CMake

Packaging

Arch Linux

  • xdm-hack - An XDM theme primarily for arch linux.

Languages

c

  • yaruu - yet another rsync wrapper.
  • sniffy - dead before it even started.

cpp

  • img-blur - A simple image blur utility
  • text-editor - A POSIX editor.
  • gdb - simple makefile for compiling cpp with gdb.

lex

  • yacp - yet another config parse, written in lex.

Complexity

Complexity is relative, I'll leave it at that

Basic

single file, basic options.

  • gdb - simple makefile for compiling cpp with gdb.

Moderate

multi file, multi options, external deps, possibly packaging.

Complex

multi file, multi options, external deps, packaging, multi-target.

  • yaruu - yet another rsync wrapper.

Repository

Makefiles listed repository wise.

  • xdm-hack - An XDM theme primarily for arch linux.
  • img-blur - A simple image blur utility
  • text-editor - A POSIX editor.
  • gdb - simple makefile for compiling cpp with gdb.
  • yacp - yet another config parse, written in lex.
  • yaruu - yet another rsync wrapper.
  • sniffy - dead before it even started.