-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path+gtl.galgasProject
79 lines (74 loc) · 2.64 KB
/
+gtl.galgasProject
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#-----------------------------------------------------------------------------*
#
# @file +gtl.galgasProject
#
# @section desc File description
#
# GTL project file.
#
# @section copyright Copyright
#
# Goil OIL compiler, part of Trampoline RTOS
#
# Trampoline is copyright (c) CNRS, University of Nantes,
# Ecole Centrale de Nantes
# Trampoline is protected by the French intellectual property law.
#
# This software is distributed under the GNU Public Licence V2.
# Check the LICENSE file in the root directory of Trampoline
#
# $Date$
# $Rev$
# $Author$
# $URL$
#
#-----------------------------------------------------------------------------*
project (3:0:15) -> "gtl" {
#-----------------------------------------------------------------------------*
# CHANGELOG
#-----------------------------------------------------------------------------*
# 3.0.15 Added trimWhiteSpaces getter. Updated to galgas 3.6.3. Added
# support for string getter extension (used by goil)
# 3.0.14 Added var and varExists string getters
# 3.0.13 Added a fileList getter to string
# 3.0.12 Added a user template directory
# 3.0.11 Added expression data type, where listn map getter and
# elementAtIndex list getter
# 3.0.10 Added componentsJoinedByString getter to lists
#-----------------------------------------------------------------------------*
#--- Targets
%makefile-macosx
%makefile-unix
%makefile-x86linux32-on-macosx
%makefile-x86linux64-on-macosx
%makefile-win32-on-macosx
%applicationBundleBase : "fr.ls2n.str"
%codeblocks-windows
%codeblocks-linux32
%codeblocks-linux64
#--- Source files
"galgas-sources/gtl_cocoa.galgas"
"galgas-sources/gtl_program.galgas"
"galgas-sources/gtl_options.galgas"
"galgas-sources/gtl_interface.galgas"
"galgas-sources/gtl_types.galgas"
"galgas-sources/gtl_data_types.galgas"
"galgas-sources/gtl_functions.galgas"
"galgas-sources/gtl_instructions.galgas"
"galgas-sources/gtl_module.galgas"
"galgas-sources/gtl_expressions.galgas"
"galgas-sources/gtl_scanner.galgas"
"galgas-sources/gtl_parser.galgas"
"galgas-sources/gtl_module_parser.galgas"
"galgas-sources/gtl_instruction_parser.galgas"
"galgas-sources/gtl_expression_parser.galgas"
"galgas-sources/gtl_grammar.galgas"
"galgas-sources/gtl_module_grammar.galgas"
"galgas-sources/gtl_debugger_scanner.galgas"
"galgas-sources/gtl_debugger.galgas"
"galgas-sources/gtl_debugger_parser.galgas"
"galgas-sources/gtl_debugger_input.galgas"
"galgas-sources/gtl_debugger_expression_parser.galgas"
"galgas-sources/gtl_debugger_grammar.galgas"
"galgas-sources/gtl_gtl_extension.galgas"
}