Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x359
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x359
Commits
4586b67b
Commit
4586b67b
authored
Sep 28, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
converted to a Makefile project
parent
b4eb8e56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
10 deletions
+24
-10
.gitignore
.gitignore
+4
-1
Makefile
Makefile
+20
-9
No files found.
.gitignore
View file @
4586b67b
...
...
@@ -30,4 +30,7 @@ cocotb/Makefile
cocotb/sim_build
cocotb/results.xml
*.directory
/html.tar.gz
html.tar.gz
bitbake-logs
sysroots
Makefile
View file @
4586b67b
include
$(AXIS_TOP_DIR)/tools/build/Rules.axis
VERILOGDIR
=
$(DESTDIR)
/usr/local/verilog
#INSTALLDIR= $(DESTDIR)/usr/local/bin
DOCUMENTROOT
=
$(DESTDIR)
/www/pages
TESTSCRIPTS
=
$(DOCUMENTROOT)
/359
OWN
=
-o
root
-g
root
DOCUMENTROOT
=
$(prefix)
/usr/html
TESTSCRIPTS
=
$(DOCUMENTROOT)
/359
INCLUDES
=
$(prefix)
/usr/html/includes
INSTDOCS
=
0644
INSTMODE
=
0755
DOCMODE
=
0644
FPGA_BITFILES
=
x359.bit
PHPSCRIPTS
=
test_scripts/10359_controls.html
\
test_scripts/10359_mem_test.php
\
test_scripts/10359_modes.php
\
test_scripts/10359_mem_test.php
\
test_scripts/10359_modes.php
\
test_scripts/phases_adjust.php
\
test_scripts/reg_read.php
\
test_scripts/reg_write.php
\
test_scripts/sensors_init.php
\
all
:
@
echo
"make all in x359"
install
:
@
echo
"make install in x393sata"
$(INSTALL)
$(OWN)
-d
$(VERILOGDIR)
# $(INSTALL) $(OWN) -d $(INSTALLDIR)
$(INSTALL)
$(OWN)
-d
$(DOCUMENTROOT)
$(INSTALL)
$(OWN)
-d
$(TESTSCRIPTS)
#install files
$(INSTALL)
$(OWN)
-m
$(INSTDOCS)
$(PHPSCRIPTS)
$(TESTSCRIPTS)
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
$(PHPSCRIPTS)
$(TESTSCRIPTS)
$(INSTALL)
$(OWN)
-m
$(DOCMODE)
$(FPGA_BITFILES)
$(VERILOGDIR)
clean
:
@
echo
"make clean in x359"
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