author | František Kučera <franta-hg@frantovo.cz> |
Sat, 06 Jun 2020 01:50:45 +0200 | |
branch | v_0 |
changeset 32 | 2354c9058fb6 |
parent 1 | 9179406ab3b3 |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<!-- |
|
3 |
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. |
|
4 |
||
5 |
Copyright (c) 2014, 2016 Oracle and/or its affiliates. All rights reserved. |
|
6 |
||
7 |
Oracle and Java are registered trademarks of Oracle and/or its affiliates. |
|
8 |
Other names may be trademarks of their respective owners. |
|
9 |
||
10 |
The contents of this file are subject to the terms of either the GNU |
|
11 |
General Public License Version 2 only ("GPL") or the Common |
|
12 |
Development and Distribution License("CDDL") (collectively, the |
|
13 |
"License"). You may not use this file except in compliance with the |
|
14 |
License. You can obtain a copy of the License at |
|
15 |
http://www.netbeans.org/cddl-gplv2.html |
|
16 |
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the |
|
17 |
specific language governing permissions and limitations under the |
|
18 |
License. When distributing the software, include this License Header |
|
19 |
Notice in each file and include the License file at |
|
20 |
nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this |
|
21 |
particular file as subject to the "Classpath" exception as provided |
|
22 |
by Oracle in the GPL Version 2 section of the License file that |
|
23 |
accompanied this code. If applicable, add the following below the |
|
24 |
License Header, with the fields enclosed by brackets [] replaced by |
|
25 |
your own identifying information: |
|
26 |
"Portions Copyrighted [year] [name of copyright owner]" |
|
27 |
||
28 |
If you wish your version of this file to be governed by only the CDDL |
|
29 |
or only the GPL Version 2, indicate your decision by adding |
|
30 |
"[Contributor] elects to include this software in this distribution |
|
31 |
under the [CDDL or GPL Version 2] license." If you do not indicate a |
|
32 |
single choice of license, a recipient has the option to distribute |
|
33 |
your version of this file under either the CDDL, the GPL Version 2 or |
|
34 |
to extend the choice of license to its licensees as provided above. |
|
35 |
However, if you add GPL Version 2 code and therefore, elected the GPL |
|
36 |
Version 2 license, then the option applies only if the new code is |
|
37 |
made subject to such option by the copyright holder. |
|
38 |
||
39 |
Contributor(s): |
|
40 |
--> |
|
41 |
<configurationDescriptor version="100"> |
|
42 |
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> |
|
43 |
<df root="." name="0"> |
|
44 |
<df name="src"> |
|
45 |
<in>relpipe-tr-guile.cpp</in> |
|
46 |
</df> |
|
47 |
</df> |
|
48 |
<logicalFolder name="ExternalFiles" |
|
49 |
displayName="Important Files" |
|
50 |
projectFiles="false" |
|
51 |
kind="IMPORTANT_FILES_FOLDER"> |
|
52 |
<itemPath>CMakeLists.txt</itemPath> |
|
53 |
<itemPath>build/Debug/Makefile</itemPath> |
|
54 |
<itemPath>build/Release/Makefile</itemPath> |
|
55 |
</logicalFolder> |
|
56 |
</logicalFolder> |
|
57 |
<sourceFolderFilter>^(nbproject|build)$</sourceFolderFilter> |
|
58 |
<sourceRootList> |
|
59 |
<Elem>.</Elem> |
|
60 |
</sourceRootList> |
|
61 |
<projectmakefile>build/Debug/Makefile</projectmakefile> |
|
62 |
<confs> |
|
63 |
<conf name="Debug" type="0"> |
|
64 |
<toolsSet> |
|
65 |
<compilerSet>default</compilerSet> |
|
66 |
<dependencyChecking>false</dependencyChecking> |
|
67 |
<rebuildPropChanged>false</rebuildPropChanged> |
|
68 |
</toolsSet> |
|
69 |
<flagsDictionary> |
|
70 |
<element flagsID="0" commonFlags="-fsanitize=address"/> |
|
71 |
</flagsDictionary> |
|
72 |
<codeAssistance> |
|
73 |
</codeAssistance> |
|
74 |
<makefileType> |
|
75 |
<makeTool> |
|
76 |
<buildCommandWorkingDir>build/Debug</buildCommandWorkingDir> |
|
77 |
<buildCommand>${MAKE} -f Makefile</buildCommand> |
|
78 |
<cleanCommand>${MAKE} -f Makefile clean</cleanCommand> |
|
79 |
<executablePath>build/Debug/src/relpipe-tr-guile</executablePath> |
|
80 |
<ccTool> |
|
81 |
<incDir> |
|
82 |
<pElem>../relpipe-lib-reader.cpp/include</pElem> |
|
83 |
<pElem>../relpipe-lib-writer.cpp/include</pElem> |
|
84 |
<pElem>../relpipe-lib-cli.cpp/include</pElem> |
|
1
9179406ab3b3
link to the Guile library and add some Guile demo code – evaluate code from CLI argument
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
85 |
<pElem>/usr/include/guile/2.2</pElem> |
0 | 86 |
<pElem>build/Debug/src</pElem> |
87 |
</incDir> |
|
88 |
</ccTool> |
|
89 |
</makeTool> |
|
90 |
<preBuild> |
|
91 |
<preBuildCommandWorkingDir>build/Debug</preBuildCommandWorkingDir> |
|
92 |
<preBuildCommand>${CMAKE} -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=${IDE_CC} -DCMAKE_CXX_COMPILER=${IDE_CXX} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ../..</preBuildCommand> |
|
93 |
<preBuildFirst>true</preBuildFirst> |
|
94 |
</preBuild> |
|
95 |
</makefileType> |
|
96 |
<item path="src/relpipe-tr-guile.cpp" ex="false" tool="1" flavor2="0"> |
|
97 |
<ccTool flags="0"> |
|
98 |
</ccTool> |
|
99 |
</item> |
|
100 |
</conf> |
|
101 |
<conf name="Release" type="0"> |
|
102 |
<toolsSet> |
|
103 |
<compilerSet>default</compilerSet> |
|
104 |
<dependencyChecking>false</dependencyChecking> |
|
105 |
<rebuildPropChanged>false</rebuildPropChanged> |
|
106 |
</toolsSet> |
|
107 |
<flagsDictionary> |
|
108 |
<element flagsID="0" commonFlags="-O3"/> |
|
109 |
</flagsDictionary> |
|
110 |
<codeAssistance> |
|
111 |
</codeAssistance> |
|
112 |
<makefileType> |
|
113 |
<makeTool> |
|
114 |
<buildCommandWorkingDir>build/Release</buildCommandWorkingDir> |
|
115 |
<buildCommand>${MAKE} -f Makefile</buildCommand> |
|
116 |
<cleanCommand>${MAKE} -f Makefile clean</cleanCommand> |
|
117 |
<executablePath>build/Release/src/welcome</executablePath> |
|
118 |
<ccTool> |
|
119 |
<incDir> |
|
120 |
<pElem>../relpipe-lib-reader.cpp/include</pElem> |
|
121 |
<pElem>../relpipe-lib-writer.cpp/include</pElem> |
|
122 |
<pElem>../relpipe-lib-cli.cpp/include</pElem> |
|
123 |
<pElem>build/Release/src</pElem> |
|
124 |
</incDir> |
|
125 |
<preprocessorList> |
|
126 |
<Elem>NDEBUG</Elem> |
|
127 |
</preprocessorList> |
|
128 |
</ccTool> |
|
129 |
</makeTool> |
|
130 |
<preBuild> |
|
131 |
<preBuildCommandWorkingDir>build/Release</preBuildCommandWorkingDir> |
|
132 |
<preBuildCommand>${CMAKE} -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=${IDE_CC} -DCMAKE_CXX_COMPILER=${IDE_CXX} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ../..</preBuildCommand> |
|
133 |
<preBuildFirst>true</preBuildFirst> |
|
134 |
</preBuild> |
|
135 |
</makefileType> |
|
136 |
<item path="src/relpipe-tr-guile.cpp" ex="false" tool="1" flavor2="0"> |
|
137 |
<ccTool flags="0"> |
|
138 |
</ccTool> |
|
139 |
</item> |
|
140 |
</conf> |
|
141 |
</confs> |
|
142 |
</configurationDescriptor> |