Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / XML / xsdConverter / Examples / Makefile
1 ##############################################################################
2 # Copyright (c) 2000-2016 Ericsson Telecom AB
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 #
8 # Contributors:
9 # Balasko, Jeno
10 # Raduly, Csaba
11 #
12 ##############################################################################
13 TOPDIR := ../../..
14 include $(TOPDIR)/Makefile.regression
15
16 TARGET = Examples$(EXESUFFIX)
17
18 XML_SCHEMAS = Example1.xsd \
19 Example2.xsd \
20 Example3.xsd \
21 Example4.xsd \
22 chapter_5_1_1.xsd \
23 chapter_5_1_2.xsd \
24 chapter_5_1_3.xsd \
25 chapter_5_1_4.xsd \
26 chapter_5_1_5.xsd \
27 chapter_5_1_6.xsd \
28 chapter_5_2_1.xsd \
29 chapter_5_2_2.xsd \
30 chapter_5_2_3.xsd \
31 chapter_6.xsd \
32 chapter_7_1.xsd \
33 chapter_7_3.xsd \
34 chapter_7_4.xsd \
35 chapter_7_5.xsd \
36 chapter_7_6.xsd \
37 chapter_7_7.xsd \
38 chapter_7_8.xsd \
39 chapter_7_9.xsd
40
41 GENERATED_TTCN3_MODULES = UsefulTtcn3Types.ttcn \
42 XSD.ttcn \
43 www_chapter_5_1_org.ttcn \
44 www_chapter_5_2_org.ttcn \
45 www_chapter_6_org.ttcn \
46 www_chapter_7_1_org.ttcn \
47 www_chapter_7_3_org.ttcn \
48 www_chapter_7_4_org.ttcn \
49 www_chapter_7_5_org.ttcn \
50 www_chapter_7_6_org.ttcn \
51 www_chapter_7_7_org.ttcn \
52 www_chapter_7_8_org.ttcn \
53 www_chapter_7_9_org.ttcn \
54 NoTargetNamespace.ttcn \
55 www_examples_org_ericsson.ttcn
56
57 include ../Makefile.converter
58
59 run: $(TARGET)
This page took 0.030927 seconds and 5 git commands to generate.