summaryrefslogtreecommitdiff
path: root/build/import/libxsd-frontend/stub.make
blob: 9bf00e591c01cfb865019f088648125417a02e9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# file      : build/import/libxsd-frontend/stub.make
# license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

$(call include-once,$(scf_root)/import/libxsd-frontend/configuration-rules.make,$(dcf_root))

libxsd_frontend_installed :=

$(call -include,$(dcf_root)/import/libxsd-frontend/configuration-dynamic.make)

ifdef libxsd_frontend_installed

ifeq ($(libxsd_frontend_installed),y)

$(call export,l: -lxsd-frontend -lcutl -lxerces-c,cpp_options: )

else

# Include export stub.
#
$(call include,$(scf_root)/export/libxsd-frontend/stub.make)

endif

else

.NOTPARALLEL:

endif