summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-17 16:02:48 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-17 16:02:48 +0100
commit7c1d830045ea25ad3537e68b72900600d02fd135 (patch)
tree7287e020f05daa5c3fa6a5d6534f989a61a76793 /include
parentd2b1bd190c039c817ca6432a4b6a66c1e8db116f (diff)
downloadwolfbones-7c1d830045ea25ad3537e68b72900600d02fd135.tar.gz
wolfbones-7c1d830045ea25ad3537e68b72900600d02fd135.tar.bz2
moved the logger (log and messages) into it's own subdirectory (is a subsystem of wolf in the end)
Diffstat (limited to 'include')
-rw-r--r--include/GNUmakefile8
-rw-r--r--include/wolf/log/log.h (renamed from include/wolf/log.h)0
-rw-r--r--include/wolf/log/messages.h (renamed from include/wolf/messages.h)2
3 files changed, 7 insertions, 3 deletions
diff --git a/include/GNUmakefile b/include/GNUmakefile
index cd114a5..e7c40c2 100644
--- a/include/GNUmakefile
+++ b/include/GNUmakefile
@@ -9,13 +9,17 @@ local_clean:
-@rm -f wolf/*~
-@rm -f wolf/port/*.bak
-@rm -f wolf/port/*~
+ -@rm -f wolf/log/*.bak
+ -@rm -f wolf/log/*~
-@rm -f wolf/daemon/*.bak
-@rm -f wolf/daemon/*~
local_install:
$(INSTALL) -d -m 755 $(includedir)/wolf
$(INSTALL) -m 644 wolf/*.h $(includedir)/wolf
- $(INSTALL) -d -m 755 $(includedir)/wolf/daemon
- $(INSTALL) -m 644 wolf/daemon/*.h $(includedir)/wolf/daemon
$(INSTALL) -d -m 755 $(includedir)/wolf/port
$(INSTALL) -m 644 wolf/port/*.h $(includedir)/wolf/port
+ $(INSTALL) -d -m 755 $(includedir)/wolf/log
+ $(INSTALL) -m 644 wolf/log/*.h $(includedir)/wolf/log
+ $(INSTALL) -d -m 755 $(includedir)/wolf/daemon
+ $(INSTALL) -m 644 wolf/daemon/*.h $(includedir)/wolf/daemon
diff --git a/include/wolf/log.h b/include/wolf/log/log.h
index 4603be3..4603be3 100644
--- a/include/wolf/log.h
+++ b/include/wolf/log/log.h
diff --git a/include/wolf/messages.h b/include/wolf/log/messages.h
index c16c5c1..0ef8db9 100644
--- a/include/wolf/messages.h
+++ b/include/wolf/log/messages.h
@@ -25,7 +25,7 @@
/**
* @file messages.h
- * @brief Global Message Identifiers and Categorry Identifiers
+ * @brief Global Message Identifiers and Category Identifiers used for logging
* @author Andreas Baumann <abaumann@yahoo.com>
*/