gems: move reusable code to include/gems

This patch makes various utilities that were originally developed for
the backdrop application publicly available.
This commit is contained in:
Norman Feske
2014-09-11 15:54:18 +02:00
parent 40d92b7cec
commit 0b3efa90c9
11 changed files with 86 additions and 59 deletions

View File

@ -0,0 +1,4 @@
SRC_CC = file.cc
LIBS += libc
vpath file.cc $(REP_DIR)/src/lib/file