Commit 6ca736b9 authored by Mikhail Karpenko's avatar Mikhail Karpenko

Add unmodified 103697.php script for crosspoint switch control

parent 2000e7a4
VERILOGDIR= $(DESTDIR)/usr/local/verilog
INSTALLDIR= $(DESTDIR)/usr/local/bin
WWW_PAGES = $(DESTDIR)/www/pages
SCRIPTPATH= py393sata
OWN = -o root -g root
......@@ -8,6 +9,7 @@ INSTMODE = 0755
DOCMODE = 0644
PYTHON_EXE = $(SCRIPTPATH)/*.py
PHP_EXE = $(SCRIPTPATH)/*.php
FPGA_BITFILES = x393_sata.bit
all:
......@@ -16,9 +18,11 @@ install:
@echo "make install in x393sata"
$(INSTALL) $(OWN) -d $(VERILOGDIR)
$(INSTALL) $(OWN) -d $(INSTALLDIR)
$(INSTALL) $(OWN) -d $(WWW_PAGES)
$(INSTALL) $(OWN) -m $(INSTMODE) $(PYTHON_EXE) $(INSTALLDIR)
$(INSTALL) $(OWN) -m $(DOCMODE) $(FPGA_BITFILES) $(VERILOGDIR)
$(INSTALL) $(OWN) -m $(INSTMODE) $(PHP_EXE) $(WWW_PAGES)
clean:
@echo "make clean in x393sata"
\ No newline at end of file
This diff is collapsed.
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