Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Libump
Commits
914c64ce
Commit
914c64ce
authored
Dec 05, 2012
by
Jari Helaakoski
Browse files
libump: add missing mkdir
parent
058f3cd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
914c64ce
...
...
@@ -21,7 +21,7 @@ TARGET_CC ?= $(CROSS_COMPILE)gcc
TARGET_AR
?=
$(CROSS_COMPILE)
ar
INSTALL
=
install
-m
644
includedir
?=
/usr/include
libdir
?=
/lib
libdir
?=
/usr
/lib
CFLAGS
+=
-I
$(UMP_DIR)
/include
-I
$(UMP_DIR)
/include/ump
-Wall
-march
=
armv7-a
-mthumb-interwork
-fno-strict-aliasing
-fPIC
-Wno-strict-aliasing
-Wno-long-long
-O3
LDFLAGS
+=
-Wl
,--no-as-needed
-ldri2
-ldrm
-lXfixes
include
ump.mak
...
...
@@ -38,6 +38,7 @@ libUMP.a: $(UMP_OBJS)
install
:
all
$(INSTALL)
libUMP.so
$(libdir)
/libUMP.so
mkdir
$(includedir)
/ump
$(INSTALL)
include/ump/ump.h
$(includedir)
/ump/ump.h
$(INSTALL)
include/ump/ump_platform.h
$(includedir)
/ump/ump_platform.h
$(INSTALL)
include/ump/ump_debug.h
$(includedir)
/ump/ump_debug.h
...
...
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