summaryrefslogtreecommitdiff
path: root/dist/examples/build/xsd/common.make
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/build/xsd/common.make')
-rw-r--r--dist/examples/build/xsd/common.make10
1 files changed, 0 insertions, 10 deletions
diff --git a/dist/examples/build/xsd/common.make b/dist/examples/build/xsd/common.make
deleted file mode 100644
index 26ecd07..0000000
--- a/dist/examples/build/xsd/common.make
+++ /dev/null
@@ -1,10 +0,0 @@
-# file : examples/build/xsd/common.make
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
-# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-XSD := $(shell if test -x $(root)/../bin/xsd; \
- then echo $(root)/../bin/xsd; \
- else echo xsd; fi)
-
-override CPPFLAGS += $(shell if test -d $(root)/../libxsd; \
- then echo -I$(root)/../libxsd; fi)