Go to file
Eelco Dolstra 581a160c11 Add a function for looking up programs in $PATH 2014-02-14 20:12:04 +01:00
README.md Add a basic README 2014-02-03 17:05:55 +01:00
clean.mk Make variable names more regular 2014-02-01 12:20:06 +01:00
dist.mk Improve "make dist" 2014-02-01 14:22:08 +01:00
functions.mk Add a function for looking up programs in $PATH 2014-02-14 20:12:04 +01:00
install.mk Support DESTDIR 2014-02-07 16:21:27 +01:00
jars.mk GNU Make 3.81 compatibility 2014-02-04 11:02:49 +01:00
lib.mk GNU Make 3.81 compatibility 2014-02-04 11:02:49 +01:00
libraries.mk Support setting CFLAGS and CXXFLAGS for libraries/programs 2014-02-11 14:15:57 +01:00
patterns.mk Change dependency file names from foo.dep to .foo.o.dep 2014-02-01 11:31:25 +01:00
programs.mk Support setting CFLAGS and CXXFLAGS for libraries/programs 2014-02-11 14:15:57 +01:00
templates.mk GNU Make 3.81 compatibility 2014-02-04 11:02:49 +01:00
tests.mk Remove dead code 2014-02-06 19:06:08 +01:00
tracing.mk Create the target directory of libraries and programs 2014-02-06 11:30:05 +01:00

README.md

This is a set of helper Makefiles for doing non-recursive builds with GNU Make. The canonical source can be found at https://github.com/edolstra/make-rules. You should copy the files into the mk subdirectory of your project.

TODO: write more documentation.