Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
2613bf77
Commit
2613bf77
authored
Mar 04, 2014
by
Michael R. Crusoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pass libclang header file location; add paths for Ubuntu's llvm-3.4
parent
8eeaae0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
configure
configure
+3
-3
libdoxygen.pro.in
src/libdoxygen.pro.in
+1
-0
No files found.
configure
View file @
2613bf77
...
...
@@ -554,8 +554,8 @@ fi
if
test
"
$f_libclang
"
=
YES
;
then
printf
" Checking for libclang ... "
libclang_hdr_dir
=
"/usr/include /usr/local/include /opt/local/include"
libclang_lib_dir
=
"/usr/lib /usr/local/lib /opt/local/lib"
libclang_hdr_dir
=
"/usr/include /usr/local/include /opt/local/include
/usr/lib/llvm-3.4/include
"
libclang_lib_dir
=
"/usr/lib /usr/local/lib /opt/local/lib
/usr/lib/llvm-3.4/lib
"
if
test
"
$f_libclangstatic
"
=
NO
;
then
libclang_lib_name
=
"libclang.so libclang.dylib libclang.a libclang.dll.a"
else
...
...
@@ -941,7 +941,7 @@ EOF
#if test "$f_thread" = YES; then
# realopts="$realopts thread"
#fi
cat
$SRC
.tmakeconfig |
sed
-e
"s/
\$
extraopts/
$realopts
/g"
-e
"s;%%SQLITE3_INC%%;
$sqlite3_hdr_dir
;g"
-e
"s;%%SQLITE3_LIBS%%;
$sqlite3_link
;g"
-e
"s;%%LIBCLANG_LIBS%%;
$libclang_link
;g"
>>
$DST
cat
$SRC
.tmakeconfig |
sed
-e
"s/
\$
extraopts/
$realopts
/g"
-e
"s;%%SQLITE3_INC%%;
$sqlite3_hdr_dir
;g"
-e
"s;%%SQLITE3_LIBS%%;
$sqlite3_link
;g"
-e
"s;%%LIBCLANG_LIBS%%;
$libclang_link
;g"
-e
"s;%%LIBCLANG_INC%%;
$libclang_hdr
;g"
>>
$DST
echo
" Created
$DST
from
$SRC
..."
done
...
...
src/libdoxygen.pro.in
View file @
2613bf77
...
...
@@ -224,6 +224,7 @@ win32-g++:TMAKE_CXXFLAGS += -fno-exceptions
linux-g++:TMAKE_CXXFLAGS += -fno-exceptions
INCLUDEPATH += ../generated_src/doxygen ../src ../qtools ../libmd5
INCLUDEPATH += %%SQLITE3_INC%%
INCLUDEPATH += %%LIBCLANG_INC%%
DEPENDPATH += ../generated_src/doxygen
win32:INCLUDEPATH += .
DESTDIR = ../lib
...
...
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