Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nek5000
giraffe
Commits
4cd031de
Commit
4cd031de
authored
Oct 24, 2016
by
Ron Rahaman
Browse files
More OS-specific flags for Mac OS/X
parent
79b048b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/integration_example/Makefile
View file @
4cd031de
...
...
@@ -47,7 +47,11 @@ APPLICATION_DIR := $(CURDIR)
APPLICATION_NAME
:=
$(
shell
basename
$(APPLICATION_DIR)
)
MAIN_DIR
:=
$(MOON_DIR)
/src
BUILD_EXEC
:=
yes
ifeq
($(shell uname),Darwin)
EXTERNAL_FLAGS
:=
$(NEK_OBJ)
$(NEK_LIB)
-Wl
,-no_compact_unwind
else
EXTERNAL_FLAGS
:=
$(NEK_OBJ)
$(NEK_LIB)
endif
DEP_APPS
:=
$(
shell
$(FRAMEWORK_DIR)
/scripts/find_dep_apps.py
$(APPLICATION_NAME)
)
include
$(FRAMEWORK_DIR)/app.mk
...
...
examples/template_example/Makefile
View file @
4cd031de
...
...
@@ -47,7 +47,11 @@ APPLICATION_DIR := $(CURDIR)
APPLICATION_NAME
:=
$(
shell
basename
$(APPLICATION_DIR)
)
MAIN_DIR
:=
$(MOON_DIR)
/src
BUILD_EXEC
:=
yes
ifeq
($(shell uname),Darwin)
EXTERNAL_FLAGS
:=
$(NEK_OBJ)
$(NEK_LIB)
-Wl
,-no_compact_unwind
else
EXTERNAL_FLAGS
:=
$(NEK_OBJ)
$(NEK_LIB)
endif
DEP_APPS
:=
$(
shell
$(FRAMEWORK_DIR)
/scripts/find_dep_apps.py
$(APPLICATION_NAME)
)
include
$(FRAMEWORK_DIR)/app.mk
...
...
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