Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-autocampars
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-autocampars
Commits
bfb3b46a
Commit
bfb3b46a
authored
Nov 09, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleaned up log/output
parent
d4670440
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
99 additions
and
105 deletions
+99
-105
Makefile
src/Makefile
+7
-2
autocampars.php
src/autocampars.php
+92
-103
No files found.
src/Makefile
View file @
bfb3b46a
LN
=
ln
LN
=
ln
PROGS
=
autocampars launch_php_script
PROGS
=
autocampars launch_php_script
PHPSCRIPTS
=
autocampars.php
#
PHPSCRIPTS = autocampars.php
PYSCRIPTS
=
autocampars.py
PYSCRIPTS
=
autocampars.py
WWW_PAGES
=
/www/pages
WWW_PAGES
=
/www/pages
SRCS
=
autocampars.c launch_php_script.c
SRCS
=
autocampars.c launch_php_script.c
...
@@ -42,7 +42,12 @@ install: $(PROGS) $(PHPSCRIPTS) $(PYSCRIPTS)
...
@@ -42,7 +42,12 @@ install: $(PROGS) $(PHPSCRIPTS) $(PYSCRIPTS)
$(INSTALL)
-d
$(DESTDIR)$(CONFDIR)
$(INSTALL)
-d
$(DESTDIR)$(CONFDIR)
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
$(PROGS)
$(DESTDIR)$(BINDIR)
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
$(PROGS)
$(DESTDIR)$(BINDIR)
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
$(PYSCRIPTS)
$(DESTDIR)$(BINDIR)
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
$(PYSCRIPTS)
$(DESTDIR)$(BINDIR)
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
$(PHPSCRIPTS)
$(DESTDIR)$(BINDIR)
# $(INSTALL) $(OWN) -m $(INSTMODE) $(PHPSCRIPTS) $(DESTDIR)$(BINDIR)
sed
-e
's/___VERSION___/$(VERSION)/'
autocampars.php
>autocampars.php.tmp0
sed
-e
's/___SRCREV___/$(SRCREV)/'
autocampars.php.tmp0
>autocampars.php.tmp
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
autocampars.php.tmp
$(DESTDIR)$(BINDIR)/autocampars.php
rm
autocampars.php.tmp0
autocampars.php.tmp
$(LN)
-sf
$(BINDIR)/autocampars.py
$(DESTDIR)$(WWW_PAGES)/autocampars.py
$(LN)
-sf
$(BINDIR)/autocampars.py
$(DESTDIR)$(WWW_PAGES)/autocampars.py
$(LN)
-sf
$(BINDIR)/autocampars.php
$(DESTDIR)$(WWW_PAGES)/autocampars.php
$(LN)
-sf
$(BINDIR)/autocampars.php
$(DESTDIR)$(WWW_PAGES)/autocampars.php
...
...
src/autocampars.php
View file @
bfb3b46a
This diff is collapsed.
Click to expand it.
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