summaryrefslogtreecommitdiff
path: root/lib/server/Makefile.extra
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2007-02-14 09:01:45 +0100
committerReinhard Tartler <siretart@tauware.de>2007-02-14 09:01:45 +0100
commitaa2943800f9c00823720af98da036813ebf5cd2c (patch)
tree099cc0264d32a36ab89aa3f48cbf34612c3cd225 /lib/server/Makefile.extra
initial commit
Diffstat (limited to 'lib/server/Makefile.extra')
-rw-r--r--lib/server/Makefile.extra11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/server/Makefile.extra b/lib/server/Makefile.extra
new file mode 100644
index 00000000..6cc0de2e
--- /dev/null
+++ b/lib/server/Makefile.extra
@@ -0,0 +1,11 @@
+
+MAKEEXCEPTION = ../../lib/common/makeexception.pl
+
+# AUTOGEN SEEDING
+autogen_ServerException.h autogen_ServerException.cpp: $(MAKEEXCEPTION) ServerException.txt
+ perl $(MAKEEXCEPTION) ServerException.txt
+
+# AUTOGEN SEEDING
+autogen_ConnectionException.h autogen_ConnectionException.cpp: $(MAKEEXCEPTION) ConnectionException.txt
+ perl $(MAKEEXCEPTION) ConnectionException.txt
+