Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-histograms
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-apps-histograms
Commits
3397b9c8
Commit
3397b9c8
authored
Sep 10, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated project setup files
parent
8e2cab1b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
18 deletions
+9
-18
SCP apps-histograms to target.launch
...externalToolBuilders/SCP apps-histograms to target.launch
+8
-0
org.python.pydev.PyDevBuilder.launch
...externalToolBuilders/org.python.pydev.PyDevBuilder.launch
+0
-7
.project
eclipse_project_setup/.project
+0
-10
Makefile
src/Makefile
+1
-1
No files found.
eclipse_project_setup/.externalToolBuilders/SCP apps-histograms to target.launch
0 → 100644
View file @
3397b9c8
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration
type=
"org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"
>
<booleanAttribute
key=
"org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND"
value=
"false"
/>
<stringAttribute
key=
"org.eclipse.ui.externaltools.ATTR_LOCATION"
value=
"${workspace_loc:/elphel-apps-histograms/run_bitbake.sh}"
/>
<stringAttribute
key=
"org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS"
value=
"full,incremental,"
/>
<stringAttribute
key=
"org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS"
value=
"apps-histograms -c target_scp -f"
/>
<booleanAttribute
key=
"org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED"
value=
"true"
/>
</launchConfiguration>
eclipse_project_setup/.externalToolBuilders/org.python.pydev.PyDevBuilder.launch
deleted
100644 → 0
View file @
8e2cab1b
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration
type=
"org.eclipse.ant.AntBuilderLaunchConfigurationType"
>
<booleanAttribute
key=
"org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED"
value=
"false"
/>
<stringAttribute
key=
"org.eclipse.ui.externaltools.ATTR_DISABLED_BUILDER"
value=
"org.python.pydev.PyDevBuilder"
/>
<mapAttribute
key=
"org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS"
/>
<booleanAttribute
key=
"org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED"
value=
"true"
/>
</launchConfiguration>
eclipse_project_setup/.project
View file @
3397b9c8
...
@@ -21,16 +21,6 @@
...
@@ -21,16 +21,6 @@
</dictionary>
</dictionary>
</arguments>
</arguments>
</buildCommand>
</buildCommand>
<buildCommand>
<name>
org.eclipse.ui.externaltools.ExternalToolBuilder
</name>
<triggers>
full,incremental,
</triggers>
<arguments>
<dictionary>
<key>
LaunchConfigHandle
</key>
<value>
<
project
>
/.externalToolBuilders/org.python.pydev.PyDevBuilder.launch
</value>
</dictionary>
</arguments>
</buildCommand>
</buildSpec>
</buildSpec>
<natures>
<natures>
<nature>
org.eclipse.cdt.core.cnature
</nature>
<nature>
org.eclipse.cdt.core.cnature
</nature>
...
...
src/Makefile
View file @
3397b9c8
...
@@ -9,7 +9,7 @@ CFLAGS += -Wall -I$(STAGING_DIR_HOST)/usr/include-uapi
...
@@ -9,7 +9,7 @@ CFLAGS += -Wall -I$(STAGING_DIR_HOST)/usr/include-uapi
#LDLIBS += -lpng -lm -lz
#LDLIBS += -lpng -lm -lz
LDLIBS
+=
-lpng
-lm
LDLIBS
+=
-lpng
-lm
INSTALL
=
install
#
INSTALL = install
INSTMODE
=
0755
INSTMODE
=
0755
INSTDOCS
=
0644
INSTDOCS
=
0644
OWN
=
-o
root
-g
root
OWN
=
-o
root
-g
root
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment