Commit e589852a authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

index page

parent 8a13c1a4
# Runs 'make', 'make install', and 'make clean' in specified subdirectories # Runs 'make', 'make install', and 'make clean' in specified subdirectories
SUBDIRS := src/php_top src/python_tests src/debugfs-webgui src/jp4-canvas src/update src/eyesis4pi # src1 SUBDIRS := src/php_top src/python_tests src/debugfs-webgui src/jp4-canvas src/update src/eyesis4pi src/index # src1
INSTALLDIRS = $(SUBDIRS:%=install-%) INSTALLDIRS = $(SUBDIRS:%=install-%)
CLEANDIRS = $(SUBDIRS:%=clean-%) CLEANDIRS = $(SUBDIRS:%=clean-%)
......
DOCUMENTROOT=$(DESTDIR)/www/pages
OWN = -o root -g root
INSTDOCS = 0644
INSTALL = install
DOCS= index.html
all:
@echo "make all in src"
install:
@echo "make install in src"
$(INSTALL) $(OWN) -d $(DOCUMENTROOT)
$(INSTALL) $(OWN) -m $(INSTDOCS) $(DOCS) $(DOCUMENTROOT)
clean:
@echo "make clean in src"
<html>
<head>
<title>Elphel 393</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<a href="#" onclick="window.open('camvc.html?sensor_port=0&reload=0', 'port 0','menubar=0, width=800, height=600, toolbar=0, location=0, personalbar=0, status=0, scrollbars=1')">Camera Control Interface - port 0</a><br />
<a href="#" onclick="window.open('camvc.html?sensor_port=1&reload=0', 'port 1','menubar=0, width=800, height=600, toolbar=0, location=0, personalbar=0, status=0, scrollbars=1')">Camera Control Interface - port 1</a><br />
<a href="#" onclick="window.open('camvc.html?sensor_port=2&reload=0', 'port 2','menubar=0, width=800, height=600, toolbar=0, location=0, personalbar=0, status=0, scrollbars=1')">Camera Control Interface - port 2</a><br />
<a href="#" onclick="window.open('camvc.html?sensor_port=3&reload=0', 'port 3','menubar=0, width=800, height=600, toolbar=0, location=0, personalbar=0, status=0, scrollbars=1')">Camera Control Interface - port 3</a><br />
<br />
<a href="autocampars.php">Parameter Editor</a><br />
<a href="camogmgui.php">Recorder</a><br />
<a href="hwmon.html">Temperature monitor</a><br />
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment