Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-camogm
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-camogm
Commits
c152627e
Commit
c152627e
authored
Nov 02, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made make clean delete .depend
parent
cd29c5e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
src/Makefile
+2
-2
No files found.
src/Makefile
View file @
c152627e
...
@@ -13,7 +13,7 @@ IMAGES = $(GUIDIR)/images/filebrowser-01.gif $(GUIDIR)/images/filebrowser-bo
...
@@ -13,7 +13,7 @@ IMAGES = $(GUIDIR)/images/filebrowser-01.gif $(GUIDIR)/images/filebrowser-bo
SRCS
=
camogm.c camogm_ogm.c camogm_jpeg.c camogm_mov.c camogm_kml.c camogm_read.c index_list.c
SRCS
=
camogm.c camogm_ogm.c camogm_jpeg.c camogm_mov.c camogm_kml.c camogm_read.c index_list.c
OBJS
=
$
(
SRCS:.c
=
.o
)
OBJS
=
$
(
SRCS:.c
=
.o
)
CFLAGS
+=
-Wall
-I
$(STAGING_
KERNEL_DIR)
/include/elphel
-I
$(STAGING_
DIR_HOST)
/usr/include-uapi
CFLAGS
+=
-Wall
-I
$(STAGING_DIR_HOST)
/usr/include-uapi
LDLIBS
+=
-logg
-pthread
-lm
LDLIBS
+=
-logg
-pthread
-lm
INSTALL
=
install
INSTALL
=
install
...
@@ -43,7 +43,7 @@ install: $(PROGS) $(PHPSCRIPTS) $(CONFIGS)
...
@@ -43,7 +43,7 @@ install: $(PROGS) $(PHPSCRIPTS) $(CONFIGS)
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
$(IMAGES)
$(DESTDIR)$(IMAGEDIR)
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
$(IMAGES)
$(DESTDIR)$(IMAGEDIR)
clean
:
clean
:
rm
-rf
$(PROGS)
*
.o
*
~
rm
-rf
$(PROGS)
*
.o
*
~
.depend
depend
:
.depend
depend
:
.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