Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
portabledsb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
App_Technologies
portabledsb
Commits
40f093bf
Commit
40f093bf
authored
Dec 18, 2015
by
Brendan Long
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change LIBXML_INC and ALLJOYN_INSTALL_DIR in the Makefile to use environment variables if set.
parent
a7989893
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Makefile
Makefile
+2
-3
No files found.
Makefile
View file @
40f093bf
...
...
@@ -18,10 +18,9 @@ SRCS=DeviceProviders/AllJoynProvider.cpp \
Adapters/ZigBeeAdapter/ZigBeeAdapter.cpp
\
main.cpp
LIBXML_INC
=
/usr/include/libxml2
LIBXML_INC
?
=
/usr/include/libxml2
ALLJOYN_INSTALL_DIR
=
/Users/jgladi200/Work/alljoyn/alljoyn-15.09.00a-src/build/darwin/x86/debug/dist/cpp
#ALLJOYN_INSTALL_DIR=/home/gladish/work/alljoyn-15.09.00-src/build/linux/x86_64/debug/dist/cpp/
ALLJOYN_INSTALL_DIR
?=
/Users/jgladi200/Work/alljoyn/alljoyn-15.09.00a-src/build/darwin/x86/debug/dist/cpp
CXXFLAGS
=
-D
QCC_OS_GROUP_POSIX
-Wall
-Wextra
-Wno-missing-field-initializers
-Wno-deprecated-declarations
-g
-std
=
c++0x
-I
.
-I
$(ALLJOYN_INSTALL_DIR)
/inc
-I
$(LIBXML_INC)
CXXFLAGS
+=
-Wno-ignored-qualifiers
...
...
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