summaryrefslogtreecommitdiff
path: root/lib/common/Makefile.extra
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/Makefile.extra')
-rwxr-xr-xlib/common/Makefile.extra11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/common/Makefile.extra b/lib/common/Makefile.extra
new file mode 100755
index 00000000..92e6fbb3
--- /dev/null
+++ b/lib/common/Makefile.extra
@@ -0,0 +1,11 @@
+
+MAKEEXCEPTION = ../../lib/common/makeexception.pl
+
+# AUTOGEN SEEDING
+autogen_CommonException.h autogen_CommonException.cpp: $(MAKEEXCEPTION) CommonException.txt
+ perl $(MAKEEXCEPTION) CommonException.txt
+
+# AUTOGEN SEEDING
+autogen_ConversionException.h autogen_ConversionException.cpp: $(MAKEEXCEPTION) ConversionException.txt
+ perl $(MAKEEXCEPTION) ConversionException.txt
+