nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Wed, 28 Jul 2021 18:01:09 +0200
branchv_0
changeset 9 7d309accc639
parent 2 7128fabeede0
permissions -rw-r--r--
configuration: --parser-option bit-string-symbol-0 bit-string-symbol-1 – custom symbols e.g. .:, -+, \/

<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) 2014, 2016 Oracle and/or its affiliates. All rights reserved.

Oracle and Java are registered trademarks of Oracle and/or its affiliates.
Other names may be trademarks of their respective owners.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common
Development and Distribution License("CDDL") (collectively, the
"License"). You may not use this file except in compliance with the
License. You can obtain a copy of the License at
http://www.netbeans.org/cddl-gplv2.html
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
specific language governing permissions and limitations under the
License.  When distributing the software, include this License Header
Notice in each file and include the License file at
nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
particular file as subject to the "Classpath" exception as provided
by Oracle in the GPL Version 2 section of the License file that
accompanied this code. If applicable, add the following below the
License Header, with the fields enclosed by brackets [] replaced by
your own identifying information:
"Portions Copyrighted [year] [name of copyright owner]"

If you wish your version of this file to be governed by only the CDDL
or only the GPL Version 2, indicate your decision by adding
"[Contributor] elects to include this software in this distribution
under the [CDDL or GPL Version 2] license." If you do not indicate a
single choice of license, a recipient has the option to distribute
your version of this file under either the CDDL, the GPL Version 2 or
to extend the choice of license to its licensees as provided above.
However, if you add GPL Version 2 code and therefore, elected the GPL
Version 2 license, then the option applies only if the new code is
made subject to such option by the copyright holder.

Contributor(s):
-->
<configurationDescriptor version="100">
  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
    <df root="." name="0">
      <df name="src">
        <df name="lib">
          <in>AbstractParser.cpp</in>
        </df>
        <in>ASN1Command.cpp</in>
        <in>FreeformASN1ContentHandler.h</in>
        <in>RelpipeASN1ContentHandler.h</in>
        <in>relpipe-in-asn1.cpp</in>
      </df>
    </df>
    <logicalFolder name="ExternalFiles"
                   displayName="Important Files"
                   projectFiles="false"
                   kind="IMPORTANT_FILES_FOLDER">
      <itemPath>CMakeLists.txt</itemPath>
      <itemPath>build/Debug/Makefile</itemPath>
      <itemPath>build/Release/Makefile</itemPath>
    </logicalFolder>
  </logicalFolder>
  <sourceFolderFilter>^(nbproject|build)$</sourceFolderFilter>
  <sourceRootList>
    <Elem>.</Elem>
  </sourceRootList>
  <projectmakefile>build/Debug/Makefile</projectmakefile>
  <confs>
    <conf name="Debug" type="0">
      <toolsSet>
        <compilerSet>default</compilerSet>
        <dependencyChecking>false</dependencyChecking>
        <rebuildPropChanged>false</rebuildPropChanged>
      </toolsSet>
      <flagsDictionary>
        <element flagsID="0" commonFlags="-fsanitize=address"/>
      </flagsDictionary>
      <codeAssistance>
      </codeAssistance>
      <makefileType>
        <makeTool>
          <buildCommandWorkingDir>build/Debug</buildCommandWorkingDir>
          <buildCommand>${MAKE} -f Makefile</buildCommand>
          <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
          <executablePath>build/Debug/src/relpipe-in-asn1</executablePath>
          <ccTool>
            <incDir>
              <pElem>../relpipe-lib-writer.cpp/include</pElem>
              <pElem>../relpipe-lib-common.cpp/include</pElem>
              <pElem>../relpipe-lib-cli.cpp/include</pElem>
              <pElem>build/Debug/src</pElem>
            </incDir>
          </ccTool>
        </makeTool>
        <preBuild>
          <preBuildCommandWorkingDir>build/Debug</preBuildCommandWorkingDir>
          <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>
          <preBuildFirst>true</preBuildFirst>
        </preBuild>
      </makefileType>
      <item path="src/ASN1Command.cpp" ex="false" tool="1" flavor2="11">
        <ccTool flags="0">
        </ccTool>
      </item>
      <item path="src/FreeformASN1ContentHandler.h" ex="false" tool="3" flavor2="0">
      </item>
      <item path="src/RelpipeASN1ContentHandler.h" ex="false" tool="3" flavor2="0">
      </item>
      <item path="src/lib/AbstractParser.cpp" ex="false" tool="1" flavor2="0">
        <ccTool flags="0">
        </ccTool>
      </item>
      <item path="src/relpipe-in-asn1.cpp" ex="false" tool="1" flavor2="0">
        <ccTool flags="0">
        </ccTool>
      </item>
    </conf>
    <conf name="Release" type="0">
      <toolsSet>
        <compilerSet>default</compilerSet>
        <dependencyChecking>false</dependencyChecking>
        <rebuildPropChanged>false</rebuildPropChanged>
      </toolsSet>
      <codeAssistance>
      </codeAssistance>
      <makefileType>
        <makeTool>
          <buildCommandWorkingDir>build/Release</buildCommandWorkingDir>
          <buildCommand>${MAKE} -f Makefile</buildCommand>
          <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
          <executablePath>build/Release/src/welcome</executablePath>
          <ccTool>
            <incDir>
              <pElem>src</pElem>
            </incDir>
            <preprocessorList>
              <Elem>NDEBUG</Elem>
            </preprocessorList>
          </ccTool>
        </makeTool>
        <preBuild>
          <preBuildCommandWorkingDir>build/Release</preBuildCommandWorkingDir>
          <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>
          <preBuildFirst>true</preBuildFirst>
        </preBuild>
      </makefileType>
      <item path="src/FreeformASN1ContentHandler.h" ex="false" tool="3" flavor2="0">
      </item>
      <item path="src/RelpipeASN1ContentHandler.h" ex="false" tool="3" flavor2="0">
      </item>
    </conf>
  </confs>
</configurationDescriptor>