author | František Kučera <franta-hg@frantovo.cz> |
Sat, 27 Nov 2021 23:15:15 +0100 | |
branch | v_0 |
changeset 26 | b4c4c7f937e9 |
parent 25 | f71eb7aefd25 |
permissions | -rw-r--r-- |
0
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
9 | 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 |
--> |
|
0
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
41 |
<configurationDescriptor version="100"> |
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
42 |
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> |
9 | 43 |
<df root="." name="0"> |
44 |
<df name="src"> |
|
25
f71eb7aefd25
add CLIParser and Configuration: --relation option
František Kučera <franta-hg@frantovo.cz>
parents:
9
diff
changeset
|
45 |
<in>FstabCommand.cpp</in> |
9 | 46 |
<in>relpipe-in-fstab.cpp</in> |
47 |
</df> |
|
48 |
</df> |
|
0
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
49 |
<logicalFolder name="ExternalFiles" |
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
50 |
displayName="Important Files" |
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
51 |
projectFiles="false" |
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
52 |
kind="IMPORTANT_FILES_FOLDER"> |
9 | 53 |
<itemPath>CMakeLists.txt</itemPath> |
54 |
<itemPath>build/Debug/Makefile</itemPath> |
|
55 |
<itemPath>build/Release/Makefile</itemPath> |
|
0
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
56 |
</logicalFolder> |
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
57 |
</logicalFolder> |
9 | 58 |
<sourceFolderFilter>^(nbproject|build)$</sourceFolderFilter> |
59 |
<sourceRootList> |
|
60 |
<Elem>.</Elem> |
|
61 |
</sourceRootList> |
|
62 |
<projectmakefile>build/Debug/Makefile</projectmakefile> |
|
0
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
63 |
<confs> |
9 | 64 |
<conf name="Debug" type="0"> |
0
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
65 |
<toolsSet> |
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
66 |
<compilerSet>default</compilerSet> |
9 | 67 |
<dependencyChecking>false</dependencyChecking> |
0
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
68 |
<rebuildPropChanged>false</rebuildPropChanged> |
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
69 |
</toolsSet> |
9 | 70 |
<flagsDictionary> |
71 |
<element flagsID="0" commonFlags="-fsanitize=address"/> |
|
72 |
</flagsDictionary> |
|
73 |
<codeAssistance> |
|
74 |
</codeAssistance> |
|
75 |
<makefileType> |
|
76 |
<makeTool> |
|
77 |
<buildCommandWorkingDir>build/Debug</buildCommandWorkingDir> |
|
78 |
<buildCommand>${MAKE} -f Makefile</buildCommand> |
|
79 |
<cleanCommand>${MAKE} -f Makefile clean</cleanCommand> |
|
80 |
<executablePath>build/Debug/src/relpipe-in-fstab</executablePath> |
|
81 |
<ccTool> |
|
82 |
<incDir> |
|
83 |
<pElem>../relpipe-lib-writer.cpp/include</pElem> |
|
84 |
<pElem>../relpipe-lib-cli.cpp/include</pElem> |
|
85 |
<pElem>build/Debug/src</pElem> |
|
86 |
</incDir> |
|
87 |
</ccTool> |
|
88 |
</makeTool> |
|
89 |
<preBuild> |
|
90 |
<preBuildCommandWorkingDir>build/Debug</preBuildCommandWorkingDir> |
|
91 |
<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> |
|
92 |
<preBuildFirst>true</preBuildFirst> |
|
93 |
</preBuild> |
|
94 |
</makefileType> |
|
25
f71eb7aefd25
add CLIParser and Configuration: --relation option
František Kučera <franta-hg@frantovo.cz>
parents:
9
diff
changeset
|
95 |
<item path="src/FstabCommand.cpp" ex="false" tool="1" flavor2="0"> |
f71eb7aefd25
add CLIParser and Configuration: --relation option
František Kučera <franta-hg@frantovo.cz>
parents:
9
diff
changeset
|
96 |
<ccTool flags="0"> |
f71eb7aefd25
add CLIParser and Configuration: --relation option
František Kučera <franta-hg@frantovo.cz>
parents:
9
diff
changeset
|
97 |
</ccTool> |
f71eb7aefd25
add CLIParser and Configuration: --relation option
František Kučera <franta-hg@frantovo.cz>
parents:
9
diff
changeset
|
98 |
</item> |
f71eb7aefd25
add CLIParser and Configuration: --relation option
František Kučera <franta-hg@frantovo.cz>
parents:
9
diff
changeset
|
99 |
<item path="src/relpipe-in-fstab.cpp" ex="false" tool="1" flavor2="11"> |
9 | 100 |
<ccTool flags="0"> |
0
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
101 |
</ccTool> |
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
102 |
</item> |
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
103 |
</conf> |
9 | 104 |
<conf name="Release" type="0"> |
0
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
105 |
<toolsSet> |
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
106 |
<compilerSet>default</compilerSet> |
9 | 107 |
<dependencyChecking>false</dependencyChecking> |
0
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
108 |
<rebuildPropChanged>false</rebuildPropChanged> |
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
109 |
</toolsSet> |
9 | 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>src</pElem> |
|
121 |
</incDir> |
|
122 |
<preprocessorList> |
|
123 |
<Elem>NDEBUG</Elem> |
|
124 |
</preprocessorList> |
|
125 |
</ccTool> |
|
126 |
</makeTool> |
|
127 |
<preBuild> |
|
128 |
<preBuildCommandWorkingDir>build/Release</preBuildCommandWorkingDir> |
|
129 |
<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> |
|
130 |
<preBuildFirst>true</preBuildFirst> |
|
131 |
</preBuild> |
|
132 |
</makefileType> |
|
0
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
133 |
</conf> |
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
134 |
</confs> |
cac146f5345a
create netbeans project
František Kučera <franta-hg@frantovo.cz>
parents:
diff
changeset
|
135 |
</configurationDescriptor> |