Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
fd8447f0
Commit
fd8447f0
authored
Nov 21, 2010
by
Claes Sjöfors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PKG_CONFIG_PATH added to config script
parent
2b336f90
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
22 deletions
+18
-22
src/tools/pwre/src/os_linux/pwre_configure.sh
src/tools/pwre/src/os_linux/pwre_configure.sh
+5
-7
src/tools/pwre/src/os_macos/pwre_configure.sh
src/tools/pwre/src/os_macos/pwre_configure.sh
+8
-8
src/tools/pwre/src/os_templ/pwre_configure.sh
src/tools/pwre/src/os_templ/pwre_configure.sh
+5
-7
No files found.
src/tools/pwre/src/os_linux/pwre_configure.sh
View file @
fd8447f0
...
...
@@ -16,7 +16,6 @@ EOF
pwre_config_check_include
()
{
echo
-n
"...Checking inc
$1
: "
let
i
=
0
let
found
=
0
let
incfound
=
0
...
...
@@ -24,7 +23,7 @@ pwre_config_check_include()
for
file
in
$4
do
if
test
-e
$file
;
then
echo
"
found
"
echo
"
...Checking Yes
$1
"
echo
"export PWRE_CONF_
$2
=1"
>>
$cfile
if
test
$3
==
"1"
;
then
...
...
@@ -54,13 +53,12 @@ pwre_config_check_include()
done
if
test
$found
-eq
0
;
then
echo
"
not found
"
echo
"
...Checking No
$1
"
fi
}
pwre_config_check_lib
()
{
echo
-n
"...Checking
$1
: "
let
i
=
0
let
found
=
0
let
libfound
=
0
...
...
@@ -68,7 +66,7 @@ pwre_config_check_lib()
for
file
in
$6
do
if
test
-e
$file
;
then
echo
"
found
"
echo
"
...Checking Yes
$1
"
echo
"export PWRE_CONF_
$2
=1"
>>
$cfile
if
test
$5
==
"1"
;
then
...
...
@@ -114,7 +112,7 @@ pwre_config_check_lib()
done
if
test
$found
-eq
0
;
then
echo
"
not found
"
echo
"
...Checking No
$1
"
echo
"export PWRE_CONF_
$2
=0"
>>
$cfile
fi
}
...
...
src/tools/pwre/src/os_macos/pwre_configure.sh
View file @
fd8447f0
...
...
@@ -16,7 +16,6 @@ EOF
pwre_config_check_include
()
{
echo
-n
"...Checking inc
$1
: "
let
i
=
0
let
found
=
0
let
incfound
=
0
...
...
@@ -24,7 +23,7 @@ pwre_config_check_include()
for
file
in
$4
do
if
test
-e
$file
;
then
echo
"
found
"
echo
"
...Checking Yes
$1
"
echo
"export PWRE_CONF_
$2
=1"
>>
$cfile
if
test
$3
==
"1"
;
then
...
...
@@ -54,13 +53,12 @@ pwre_config_check_include()
done
if
test
$found
-eq
0
;
then
echo
"
not found
"
echo
"
...Checking No
$1
"
fi
}
pwre_config_check_lib
()
{
echo
-n
"...Checking
$1
: "
let
i
=
0
let
found
=
0
let
libfound
=
0
...
...
@@ -68,7 +66,7 @@ pwre_config_check_lib()
for
file
in
$6
do
if
test
-e
$file
;
then
echo
"
found
"
echo
"
...Checking Yes
$1
"
echo
"export PWRE_CONF_
$2
=1"
>>
$cfile
if
test
$5
==
"1"
;
then
...
...
@@ -114,7 +112,7 @@ pwre_config_check_lib()
done
if
test
$found
-eq
0
;
then
echo
"
not found
"
echo
"
...Checking No
$1
"
echo
"export PWRE_CONF_
$2
=0"
>>
$cfile
fi
}
...
...
@@ -278,6 +276,8 @@ rm $pwre_croot/src/exe/rt_prio/src/.${pwre_os}/.${pwre_hw}/makefile
rm
$pwre_croot
/remote/exe/rs_remote_alcm/src/.
${
pwre_os
}
/.
${
pwre_hw
}
/makefile
#rm $pwre_croot/profibus/lib/rt/src/.${pwre_os}/.${pwre_hw}/makefile
echo
"export PKG_CONFIG_PATH=/sw/fink/pkgconfig"
>>
$cfile
echo
"export pwre_conf_cc_define=
\"
$conf_cc_define
\"
"
>>
$cfile
echo
"export pwre_conf_libpwrco=
\"
-lpwr_co
\"
"
>>
$cfile
echo
"export pwre_conf_libpwrrt=
\"
-lpwr_rt -lpwr_co -lpwr_statussrv -lpwr_msg_dummy
\"
"
>>
$cfile
...
...
src/tools/pwre/src/os_templ/pwre_configure.sh
View file @
fd8447f0
...
...
@@ -16,7 +16,6 @@ EOF
pwre_config_check_include
()
{
echo
-n
"...Checking inc
$1
: "
let
i
=
0
let
found
=
0
let
incfound
=
0
...
...
@@ -24,7 +23,7 @@ pwre_config_check_include()
for
file
in
$4
do
if
test
-e
$file
;
then
echo
"
found
"
echo
"
...Checking Yes
$1
"
echo
"export PWRE_CONF_
$2
=1"
>>
$cfile
if
test
$3
==
"1"
;
then
...
...
@@ -54,13 +53,12 @@ pwre_config_check_include()
done
if
test
$found
-eq
0
;
then
echo
"
not found
"
echo
"
...Checking No
$1
"
fi
}
pwre_config_check_lib
()
{
echo
-n
"...Checking
$1
: "
let
i
=
0
let
found
=
0
let
libfound
=
0
...
...
@@ -68,7 +66,7 @@ pwre_config_check_lib()
for
file
in
$6
do
if
test
-e
$file
;
then
echo
"
found
"
echo
"
...Checking Yes
$1
"
echo
"export PWRE_CONF_
$2
=1"
>>
$cfile
if
test
$5
==
"1"
;
then
...
...
@@ -114,7 +112,7 @@ pwre_config_check_lib()
done
if
test
$found
-eq
0
;
then
echo
"
not found
"
echo
"
...Checking No
$1
"
echo
"export PWRE_CONF_
$2
=0"
>>
$cfile
fi
}
...
...
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