summaryrefslogtreecommitdiff
path: root/dist/examples/build/xsd/common.make
blob: ccd5a425e06f03244aaeb6ecc220bee79bef9b1e (plain)
1
2
3
4
5
6
7
8
9
# file      : examples/build/xsd/common.make
# 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)