Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / XML / xsdConverter / Examples / Makefile
CommitLineData
970ed795 1###############################################################################
3abe9331 2# Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7###############################################################################
8TOPDIR := ../../..
9include $(TOPDIR)/Makefile.regression
10
11TARGET = Examples$(EXESUFFIX)
12
13XML_SCHEMAS = Example1.xsd \
14 Example2.xsd \
15 Example3.xsd \
16 Example4.xsd \
17 chapter_5_1_1.xsd \
18 chapter_5_1_2.xsd \
19 chapter_5_1_3.xsd \
20 chapter_5_1_4.xsd \
21 chapter_5_1_5.xsd \
22 chapter_5_1_6.xsd \
23 chapter_5_2_1.xsd \
24 chapter_5_2_2.xsd \
25 chapter_5_2_3.xsd \
26 chapter_6.xsd \
27 chapter_7_1.xsd \
28 chapter_7_3.xsd \
29 chapter_7_4.xsd \
30 chapter_7_5.xsd \
31 chapter_7_6.xsd \
32 chapter_7_7.xsd \
33 chapter_7_8.xsd \
34 chapter_7_9.xsd
35
36GENERATED_TTCN3_MODULES = UsefulTtcn3Types.ttcn \
37 XSD.ttcn \
38 www_chapter_5_1_org.ttcn \
39 www_chapter_5_2_org.ttcn \
40 www_chapter_6_org.ttcn \
41 www_chapter_7_1_org.ttcn \
42 www_chapter_7_3_org.ttcn \
43 www_chapter_7_4_org.ttcn \
44 www_chapter_7_5_org.ttcn \
45 www_chapter_7_6_org.ttcn \
46 www_chapter_7_7_org.ttcn \
47 www_chapter_7_8_org.ttcn \
48 www_chapter_7_9_org.ttcn \
49 NoTargetNamespace.ttcn \
50 www_examples_org_ericsson.ttcn
51
52include ../Makefile.converter
53
54run: $(TARGET)
This page took 0.045834 seconds and 5 git commands to generate.