Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-editconf
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-editconf
Commits
0914dd4b
Commit
0914dd4b
authored
Nov 02, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added .depend
parent
e64b4b34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
.gitignore
.gitignore
+1
-0
Makefile
src/Makefile
+7
-6
No files found.
.gitignore
View file @
0914dd4b
...
...
@@ -6,6 +6,7 @@ attic/*
/.externalToolBuilders
/.settings
.directory
.depend
generated*
sysroots
bitbake-logs
...
...
src/Makefile
View file @
0914dd4b
...
...
@@ -34,9 +34,10 @@ install: $(PROGS)
$(INSTALL)
-m
$(INSTMODE)
-o
$(INSTOWNER)
-g
$(INSTGROUP)
editconf.php
$(DESTDIR)$(CGIDIR)
clean
:
rm
-rf
$(PROGS)
*
.o core
#dependency:
# make depend
#depend:
# makedepend -Y -- $(CFLAGS) -- $(SRCS) 2>/dev/null
# touch dependency
# DO NOT DELETE
depend
:
.depend
.depend
:
$(SRCS)
rm
-f
./.depend
$(CC)
$(CFLAGS)
-MM
$^
>
./.depend
;
include
.depend
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