Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-web-393
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-web-393
Commits
15edcaaa
Commit
15edcaaa
authored
Sep 10, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified project setup
parent
d5ba77fb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
16 deletions
+25
-16
Makefile
Makefile
+1
-2
.project
eclipse_project_setup/.project
+11
-1
Makefile
src/php_top/Makefile
+12
-12
Makefile
src/python_tests/Makefile
+1
-1
No files found.
Makefile
View file @
15edcaaa
# Runs 'make', 'make install', and 'make clean' in specified subdirectories
SUBDIRS
:=
src/php_top src/python_tests src/debugfs-webgui
# src1
INSTALLDIRS
=
$
(
SUBDIRS:%
=
install-%
)
...
...
@@ -13,7 +12,7 @@ $(SUBDIRS):
$(MAKE)
-C
$@
install
:
$(INSTALLDIRS)
@
echo
"make install top"
echo
"make install top"
$(INSTALLDIRS)
:
$(MAKE)
-C
$
(
@:install-%
=
%
)
install
...
...
eclipse_project_setup/.project
View file @
15edcaaa
...
...
@@ -17,8 +17,17 @@
<arguments>
<dictionary>
<key>
LaunchConfigHandle
</key>
<value>
<
project
>
/.externalToolBuilders/SCP to target.launch
</value>
<value>
<
project
>
/.externalToolBuilders/SCP
web-393
to target.launch
</value>
</dictionary>
<dictionary>
<key>
incclean
</key>
<value>
true
</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.python.pydev.PyDevBuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
...
...
@@ -27,5 +36,6 @@
<nature>
org.eclipse.cdt.core.ccnature
</nature>
<nature>
org.eclipse.cdt.managedbuilder.core.managedBuildNature
</nature>
<nature>
org.eclipse.cdt.managedbuilder.core.ScannerConfigNature
</nature>
<nature>
org.python.pydev.pythonNature
</nature>
</natures>
</projectDescription>
src/php_top/Makefile
View file @
15edcaaa
DOCUMENTROOT
=
www/pages
DOCUMENTROOT
=
/
www/pages
OWN
=
-o
root
-g
root
INSTDOCS
=
0644
INSTALL
=
install
#
INSTALL = install
DOCS
=
favicon.ico
\
robots.txt
CONFS
=
autocampars.xml
SYSCONFDIR
=
etc
SYSCONFDIR
=
/
etc
CONFDIR
=
$(SYSCONFDIR)
/elphel393
PHP_SCRIPTS
=
camvars.php
\
...
...
@@ -22,14 +22,14 @@ all:
install
:
@
echo
"make install in src"
$(INSTALL)
$(OWN)
-d
$(DESTDIR)
/
$(DOCUMENTROOT)
$(INSTALL)
$(OWN)
-m
$(INSTDOCS)
$(DOCS)
$(DESTDIR)
/
$(DOCUMENTROOT)
$(INSTALL)
$(OWN)
-m
$(INSTDOCS)
$(PHP_SCRIPTS)
$(DESTDIR)
/
$(DOCUMENTROOT)
$(INSTALL)
$(OWN)
-d
$(DESTDIR)
/
$(SYSCONFDIR)
$(INSTALL)
$(OWN)
-d
$(DESTDIR)
/
$(CONFDIR)
$(INSTALL)
$(OWN)
-m
$(INSTDOCS)
-T
autocampars.xml
$(DESTDIR)
/
$(CONFDIR)
/autocampars0.xml
$(INSTALL)
$(OWN)
-m
$(INSTDOCS)
-T
autocampars.xml
$(DESTDIR)
/
$(CONFDIR)
/autocampars1.xml
$(INSTALL)
$(OWN)
-m
$(INSTDOCS)
-T
autocampars.xml
$(DESTDIR)
/
$(CONFDIR)
/autocampars2.xml
$(INSTALL)
$(OWN)
-m
$(INSTDOCS)
-T
autocampars.xml
$(DESTDIR)
/
$(CONFDIR)
/autocampars3.xml
$(INSTALL)
$(OWN)
-d
$(DESTDIR)$(DOCUMENTROOT)
$(INSTALL)
$(OWN)
-m
$(INSTDOCS)
$(DOCS)
$(DESTDIR)$(DOCUMENTROOT)
$(INSTALL)
$(OWN)
-m
$(INSTDOCS)
$(PHP_SCRIPTS)
$(DESTDIR)$(DOCUMENTROOT)
$(INSTALL)
$(OWN)
-d
$(DESTDIR)$(SYSCONFDIR)
$(INSTALL)
$(OWN)
-d
$(DESTDIR)$(CONFDIR)
$(INSTALL)
$(OWN)
-m
$(INSTDOCS)
-T
autocampars.xml
$(DESTDIR)$(CONFDIR)
/autocampars0.xml
$(INSTALL)
$(OWN)
-m
$(INSTDOCS)
-T
autocampars.xml
$(DESTDIR)$(CONFDIR)
/autocampars1.xml
$(INSTALL)
$(OWN)
-m
$(INSTDOCS)
-T
autocampars.xml
$(DESTDIR)$(CONFDIR)
/autocampars2.xml
$(INSTALL)
$(OWN)
-m
$(INSTDOCS)
-T
autocampars.xml
$(DESTDIR)$(CONFDIR)
/autocampars3.xml
clean
:
@
echo
"make clean in src"
src/python_tests/Makefile
View file @
15edcaaa
PYTHONROOT
=
$(DESTDIR)
/usr/local/bin
OWN
=
-o
root
-g
root
INSTPYTHON
=
0755
INSTALL
=
install
#
INSTALL = install
PYTHON_SCRIPTS
=
tests.py
all
:
...
...
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