summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-29 18:58:38 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-29 18:58:38 +0000
commit6a869d0701bbfe3c7a5e370793adfda4b5b45c65 (patch)
tree84c665a46adc2ce2be477a8f166c38a4c3f5569c
parentf610b723f0b45cf7e4f478f0676ed97c3a23d78c (diff)
Remove last vestige of libircdfoo, by changing tag into a single identifier marking object as requiring compilation into a .o (minor commit)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10076 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-xconfigure4
-rw-r--r--src/bancache.cpp2
-rw-r--r--src/base.cpp2
-rw-r--r--src/channelmanager.cpp2
-rw-r--r--src/channels.cpp2
-rw-r--r--src/cidr.cpp2
-rw-r--r--src/command_parse.cpp2
-rw-r--r--src/commands.cpp2
-rw-r--r--src/configreader.cpp2
-rw-r--r--src/cull_list.cpp2
-rw-r--r--src/dns.cpp2
-rw-r--r--src/dynamic.cpp2
-rw-r--r--src/filelogger.cpp2
-rw-r--r--src/hashcomp.cpp2
-rw-r--r--src/helperfuncs.cpp2
-rw-r--r--src/inspsocket.cpp2
-rw-r--r--src/inspstring.cpp2
-rw-r--r--src/logger.cpp2
-rw-r--r--src/mode.cpp2
-rw-r--r--src/modules.cpp2
-rw-r--r--src/server.cpp2
-rw-r--r--src/snomasks.cpp2
-rw-r--r--src/socket.cpp2
-rw-r--r--src/socketengine.cpp2
-rw-r--r--src/testsuite.cpp2
-rw-r--r--src/threadengine.cpp2
-rw-r--r--src/timer.cpp2
-rw-r--r--src/user_resolver.cpp2
-rw-r--r--src/usermanager.cpp2
-rw-r--r--src/userprocess.cpp2
-rw-r--r--src/users.cpp2
-rw-r--r--src/wildcard.cpp2
-rw-r--r--src/xline.cpp2
33 files changed, 34 insertions, 34 deletions
diff --git a/configure b/configure
index e03739820..e47512a97 100755
--- a/configure
+++ b/configure
@@ -70,7 +70,7 @@ our $uninstall_list = "";
# This is a list of all files in the core. Each cpp file is mapped to a shared object file,
# whos file extension is omitted (these can vary from system to system). Auto detected by
-# scanning the src/*.cpp files for files containing /* $Core: */ identifiers.
+# scanning the src/*.cpp files for files containing /* $Core */ identifiers.
our %filelist = ();
@@ -1540,7 +1540,7 @@ sub write_dynamic_makefile
while (defined(my $line = <CPP>))
{
chomp($line);
- if ($line =~ /\/\* \$Core: (\w+) \*\//i)
+ if ($line =~ /\/\* \$Core \*\//i)
{
my $sname = $name;
$sname =~ s/\.cpp$/.o/;
diff --git a/src/bancache.cpp b/src/bancache.cpp
index 052d07cf7..826244b55 100644
--- a/src/bancache.cpp
+++ b/src/bancache.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDbancache */
+/* $Core */
#include "inspircd.h"
#include "bancache.h"
diff --git a/src/base.cpp b/src/base.cpp
index 09673eb3e..562b233e7 100644
--- a/src/base.cpp
+++ b/src/base.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDbase */
+/* $Core */
#include "inspircd_config.h"
#include "base.h"
diff --git a/src/channelmanager.cpp b/src/channelmanager.cpp
index 17fe4da46..a9312a785 100644
--- a/src/channelmanager.cpp
+++ b/src/channelmanager.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDchannelmanager */
+/* $Core */
#include "inspircd.h"
diff --git a/src/channels.cpp b/src/channels.cpp
index 004acc3f8..9da94b4bf 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDchannels */
+/* $Core */
#include "inspircd.h"
#include <cstdarg>
diff --git a/src/cidr.cpp b/src/cidr.cpp
index 0fe7c68ca..fb4ab447b 100644
--- a/src/cidr.cpp
+++ b/src/cidr.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDcidr */
+/* $Core */
#include "inspircd.h"
#include "wildcard.h"
diff --git a/src/command_parse.cpp b/src/command_parse.cpp
index 4d03681b6..995ef694b 100644
--- a/src/command_parse.cpp
+++ b/src/command_parse.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDcommand_parse */
+/* $Core */
#include "inspircd.h"
#include "wildcard.h"
diff --git a/src/commands.cpp b/src/commands.cpp
index 382783c71..a9a81f177 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDcommands */
+/* $Core */
#include "inspircd.h"
#include "wildcard.h"
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 5ee89af23..2f7a651e6 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDconfigreader */
+/* $Core */
/* $CopyInstall: conf/inspircd.quotes.example $(CONPATH) */
/* $CopyInstall: conf/inspircd.rules.example $(CONPATH) */
/* $CopyInstall: conf/inspircd.motd.example $(CONPATH) */
diff --git a/src/cull_list.cpp b/src/cull_list.cpp
index 5c7eb7b42..db07c30ae 100644
--- a/src/cull_list.cpp
+++ b/src/cull_list.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDcull_list */
+/* $Core */
#include "inspircd.h"
#include "cull_list.h"
diff --git a/src/dns.cpp b/src/dns.cpp
index a6599bf0a..dea55c6c1 100644
--- a/src/dns.cpp
+++ b/src/dns.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDasyncdns */
+/* $Core */
/*
dns.cpp - Nonblocking DNS functions.
diff --git a/src/dynamic.cpp b/src/dynamic.cpp
index b1c84e874..4734c4f63 100644
--- a/src/dynamic.cpp
+++ b/src/dynamic.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDdynamic */
+/* $Core */
#include "inspircd.h"
#include "dynamic.h"
diff --git a/src/filelogger.cpp b/src/filelogger.cpp
index fd86e4594..e567e4609 100644
--- a/src/filelogger.cpp
+++ b/src/filelogger.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDfilelogger */
+/* $Core */
#include "inspircd.h"
#include <fstream>
diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp
index 18846737f..f98446ba6 100644
--- a/src/hashcomp.cpp
+++ b/src/hashcomp.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDhash */
+/* $Core */
#include "inspircd.h"
#include "hashcomp.h"
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp
index 7b23025e0..4a9ca7f19 100644
--- a/src/helperfuncs.cpp
+++ b/src/helperfuncs.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDhelper */
+/* $Core */
#include "inspircd.h"
#include "wildcard.h"
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp
index c12494503..c096d9076 100644
--- a/src/inspsocket.cpp
+++ b/src/inspsocket.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDinspsocket */
+/* $Core */
#include "socket.h"
#include "inspstring.h"
diff --git a/src/inspstring.cpp b/src/inspstring.cpp
index 695b9af6b..5877ffd96 100644
--- a/src/inspstring.cpp
+++ b/src/inspstring.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDstring */
+/* $Core */
#include "inspstring.h"
diff --git a/src/logger.cpp b/src/logger.cpp
index c8d7e8b39..5ad7d98e3 100644
--- a/src/logger.cpp
+++ b/src/logger.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDlogger */
+/* $Core */
#include "inspircd.h"
diff --git a/src/mode.cpp b/src/mode.cpp
index e37e09b3a..a530f2eca 100644
--- a/src/mode.cpp
+++ b/src/mode.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDmode */
+/* $Core */
/* $ExtraDeps: $(RELCPPFILES) */
/* $ExtraObjects: modes/modeclasses.a */
/* $ExtraBuild: @${MAKE} -C "modes" DIRNAME="src/modes" CC="$(CC)" $(MAKEARGS) CPPFILES="$(CPPFILES)" */
diff --git a/src/modules.cpp b/src/modules.cpp
index 8d6f3f9a1..8061248d2 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDmodules */
+/* $Core */
#include "inspircd.h"
#include "wildcard.h"
diff --git a/src/server.cpp b/src/server.cpp
index d583d87c3..a87612449 100644
--- a/src/server.cpp
+++ b/src/server.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDserver */
+/* $Core */
#include <signal.h>
#include "exitcodes.h"
diff --git a/src/snomasks.cpp b/src/snomasks.cpp
index 64a331b2e..a29f88aab 100644
--- a/src/snomasks.cpp
+++ b/src/snomasks.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDsnomasks */
+/* $Core */
#include "inspircd.h"
#include <stdarg.h>
diff --git a/src/socket.cpp b/src/socket.cpp
index c02345fe9..8a3636ca5 100644
--- a/src/socket.cpp
+++ b/src/socket.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDsocket */
+/* $Core */
#include "inspircd.h"
#include "socket.h"
diff --git a/src/socketengine.cpp b/src/socketengine.cpp
index 0e3a1ee5f..9a007cc26 100644
--- a/src/socketengine.cpp
+++ b/src/socketengine.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDsocketengine */
+/* $Core */
/********* DEFAULTS **********/
/* $ExtraSources: socketengines/socketengine_select.cpp */
diff --git a/src/testsuite.cpp b/src/testsuite.cpp
index f294ae70d..502f28fd4 100644
--- a/src/testsuite.cpp
+++ b/src/testsuite.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDtestsuite */
+/* $Core */
#include "inspircd.h"
#include "testsuite.h"
diff --git a/src/threadengine.cpp b/src/threadengine.cpp
index f16b50985..a6e17afa0 100644
--- a/src/threadengine.cpp
+++ b/src/threadengine.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDthreadengine */
+/* $Core */
/********* DEFAULTS **********/
/* $ExtraSources: threadengines/threadengine_pthread.cpp */
diff --git a/src/timer.cpp b/src/timer.cpp
index 535ed3f8b..b9c87c873 100644
--- a/src/timer.cpp
+++ b/src/timer.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDtimer */
+/* $Core */
#include "inspircd.h"
#include "timer.h"
diff --git a/src/user_resolver.cpp b/src/user_resolver.cpp
index 8dec4c541..edfb64528 100644
--- a/src/user_resolver.cpp
+++ b/src/user_resolver.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDuserresolver */
+/* $Core */
#include "inspircd.h"
diff --git a/src/usermanager.cpp b/src/usermanager.cpp
index 9ac668131..35d455c45 100644
--- a/src/usermanager.cpp
+++ b/src/usermanager.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDusermanager */
+/* $Core */
#include "inspircd.h"
#include "xline.h"
diff --git a/src/userprocess.cpp b/src/userprocess.cpp
index 91dd9f76a..fe6a25c25 100644
--- a/src/userprocess.cpp
+++ b/src/userprocess.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDuserprocess */
+/* $Core */
#include "inspircd.h"
#include "wildcard.h"
diff --git a/src/users.cpp b/src/users.cpp
index 243422558..de6085084 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDusers */
+/* $Core */
#include "inspircd.h"
#include <stdarg.h>
diff --git a/src/wildcard.cpp b/src/wildcard.cpp
index 2df7a5bec..ccd2e9ec1 100644
--- a/src/wildcard.cpp
+++ b/src/wildcard.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDwildcard */
+/* $Core */
#include "inspircd.h"
#include "hashcomp.h"
diff --git a/src/xline.cpp b/src/xline.cpp
index 0878ec286..8843b9989 100644
--- a/src/xline.cpp
+++ b/src/xline.cpp
@@ -11,7 +11,7 @@
* ---------------------------------------------------
*/
-/* $Core: libIRCDxline */
+/* $Core */
#include "inspircd.h"
#include "wildcard.h"