Skip to content

Commit ac2749b

Browse files
committed
initial commit
0 parents  commit ac2749b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+21067
-0
lines changed

.autotools

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<configurations>
3+
<configuration id="org.eclipse.linuxtools.cdt.autotools.core.configuration.build.2082084287">
4+
<option id="configure" value="configure"/>
5+
<option id="configdir" value=""/>
6+
<option id="cache-file" value=""/>
7+
<option id="help" value="false"/>
8+
<option id="no-create" value="false"/>
9+
<option id="quiet" value="false"/>
10+
<option id="version" value="false"/>
11+
<option id="host" value=""/>
12+
<option id="build" value=""/>
13+
<option id="target" value=""/>
14+
<option id="prefix" value=""/>
15+
<option id="exec-prefix" value=""/>
16+
<option id="libdir" value=""/>
17+
<option id="bindir" value=""/>
18+
<option id="sbindir" value=""/>
19+
<option id="includedir" value=""/>
20+
<option id="datadir" value=""/>
21+
<option id="sysconfdir" value=""/>
22+
<option id="infodir" value=""/>
23+
<option id="mandir" value=""/>
24+
<option id="srcdir" value=""/>
25+
<option id="localstatedir" value=""/>
26+
<option id="sharedstatedir" value=""/>
27+
<option id="libexecdir" value=""/>
28+
<option id="oldincludedir" value=""/>
29+
<option id="program-prefix" value=""/>
30+
<option id="program-suffix" value=""/>
31+
<option id="program-transform-name" value=""/>
32+
<option id="enable-maintainer-mode" value="false"/>
33+
<option id="user" value=""/>
34+
<option id="autogen" value="autogen.sh"/>
35+
<option id="autogenOpts" value=""/>
36+
</configuration>
37+
</configurations>

.cproject

Lines changed: 487 additions & 0 deletions
Large diffs are not rendered by default.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/autom4te.cache

.project

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ouzo_datagen</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.linuxtools.cdt.autotools.core.genmakebuilderV2</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
15+
<triggers>clean,full,incremental,</triggers>
16+
<arguments>
17+
<dictionary>
18+
<key>?name?</key>
19+
<value></value>
20+
</dictionary>
21+
<dictionary>
22+
<key>org.eclipse.cdt.make.core.append_environment</key>
23+
<value>true</value>
24+
</dictionary>
25+
<dictionary>
26+
<key>org.eclipse.cdt.make.core.buildArguments</key>
27+
<value></value>
28+
</dictionary>
29+
<dictionary>
30+
<key>org.eclipse.cdt.make.core.buildCommand</key>
31+
<value>make</value>
32+
</dictionary>
33+
<dictionary>
34+
<key>org.eclipse.cdt.make.core.contents</key>
35+
<value>org.eclipse.cdt.make.core.activeConfigSettings</value>
36+
</dictionary>
37+
<dictionary>
38+
<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
39+
<value>false</value>
40+
</dictionary>
41+
<dictionary>
42+
<key>org.eclipse.cdt.make.core.enableCleanBuild</key>
43+
<value>true</value>
44+
</dictionary>
45+
<dictionary>
46+
<key>org.eclipse.cdt.make.core.enableFullBuild</key>
47+
<value>true</value>
48+
</dictionary>
49+
<dictionary>
50+
<key>org.eclipse.cdt.make.core.stopOnError</key>
51+
<value>true</value>
52+
</dictionary>
53+
<dictionary>
54+
<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
55+
<value>true</value>
56+
</dictionary>
57+
</arguments>
58+
</buildCommand>
59+
<buildCommand>
60+
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
61+
<triggers>full,incremental,</triggers>
62+
<arguments>
63+
</arguments>
64+
</buildCommand>
65+
</buildSpec>
66+
<natures>
67+
<nature>org.eclipse.cdt.core.cnature</nature>
68+
<nature>org.eclipse.cdt.core.ccnature</nature>
69+
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
70+
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
71+
<nature>org.eclipse.linuxtools.cdt.autotools.core.autotoolsNatureV2</nature>
72+
</natures>
73+
</projectDescription>

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Constantine Peresypkin

COPYING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<Place your desired license here.>

ChangeLog

Whitespace-only changes.

0 commit comments

Comments
 (0)