commit 6b83d5afa2f7f0735a7e22621dc074db5f6847b8 parent 80b4f5e850fc0d45383c136be6648fb598aca5f9 Author: Daniel Bainton <dpb@driftaway.org> Date: Sun, 30 Mar 2014 11:37:03 +0100 Add abduco Diffstat:
A | abduco/abduco.mk | | | 12 | ++++++++++++ |
A | abduco/mkfile | | | 5 | +++++ |
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/abduco/abduco.mk b/abduco/abduco.mk @@ -0,0 +1,12 @@ +BIN = abduco +OBJ = abduco.o +INSTALL_BIN = abduco +INSTALL_MAN1 = abduco.1 +LOCAL_CFLAGS = -std=c99 -DVERSION=\"0.1\" + +<$mkbuild/mk.default + +%.h: %.def.h + cp -f $prereq $target + +abduco.o: config.h diff --git a/abduco/mkfile b/abduco/mkfile @@ -0,0 +1,5 @@ +<$mkbuild/mk.3rdparty + +src = abduco +git = git://repo.or.cz/abduco.git +mkfile = ../abduco.mk