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
91a08a21
Commit
91a08a21
authored
Jan 13, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Module separation
parent
96b23585
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
35 additions
and
25 deletions
+35
-25
src/tools/pwre/src/os_linux/pwre.pl
src/tools/pwre/src/os_linux/pwre.pl
+15
-2
xtt/exe/rt_xtt/src/os_linux/hw_x86/makefile
xtt/exe/rt_xtt/src/os_linux/hw_x86/makefile
+3
-3
xtt/exe/rt_xtt/src/os_linux/link_rule.mk
xtt/exe/rt_xtt/src/os_linux/link_rule.mk
+4
-4
xtt/exp/ge/src/os_linux/hw_x86/makefile
xtt/exp/ge/src/os_linux/hw_x86/makefile
+4
-4
xtt/exp/inc/src/os_linux/hw_x86/makefile
xtt/exp/inc/src/os_linux/hw_x86/makefile
+1
-4
xtt/mmi/ge/src/os_linux/hw_x86/makefile
xtt/mmi/ge/src/os_linux/hw_x86/makefile
+3
-3
xtt/mmi/xtt/src/os_linux/hw_x86/makefile
xtt/mmi/xtt/src/os_linux/hw_x86/makefile
+3
-3
xtt/mmi/xtt/src/os_linux/hw_x86/special.mk
xtt/mmi/xtt/src/os_linux/hw_x86/special.mk
+2
-2
No files found.
src/tools/pwre/src/os_linux/pwre.pl
View file @
91a08a21
...
@@ -171,6 +171,9 @@ sub build () # args: branch, subbranch, phase
...
@@ -171,6 +171,9 @@ sub build () # args: branch, subbranch, phase
#
#
sub
build_all_modules
()
sub
build_all_modules
()
{
{
_module
("
xtt
");
build_all
("
copy
");
merge
();
_module
("
kernel
");
_module
("
kernel
");
build_all
("
copy
");
build_all
("
copy
");
merge
();
merge
();
...
@@ -180,6 +183,9 @@ sub build_all_modules ()
...
@@ -180,6 +183,9 @@ sub build_all_modules ()
_module
("
kernel
");
_module
("
kernel
");
build_all
("
lib
");
build_all
("
lib
");
merge
();
merge
();
_module
("
xtt
");
build_all
("
lib
");
merge
();
_module
("
wb
");
_module
("
wb
");
build_all
("
lib
");
build_all
("
lib
");
merge
();
merge
();
...
@@ -219,6 +225,9 @@ sub build_all_modules ()
...
@@ -219,6 +225,9 @@ sub build_all_modules ()
_module
("
telemecanique
");
_module
("
telemecanique
");
build_all
("
copy
");
build_all
("
copy
");
merge
();
merge
();
_module
("
xtt
");
build_all
("
exe
");
merge
();
_module
("
wb
");
_module
("
wb
");
build_all
("
exe
");
build_all
("
exe
");
merge
();
merge
();
...
@@ -275,6 +284,8 @@ sub create_all_modules ()
...
@@ -275,6 +284,8 @@ sub create_all_modules ()
{
{
_module
("
kernel
");
_module
("
kernel
");
create
();
create
();
_module
("
xtt
");
create
();
_module
("
wb
");
_module
("
wb
");
create
();
create
();
_module
("
nmps
");
_module
("
nmps
");
...
@@ -360,12 +371,13 @@ sub build_all ()
...
@@ -360,12 +371,13 @@ sub build_all ()
_build
("
lib
",
"
co
",
"
init copy
");
_build
("
lib
",
"
co
",
"
init copy
");
_build
("
lib
",
"
dtt
",
"
init copy
");
_build
("
lib
",
"
dtt
",
"
init copy
");
# _build("exp", "wb", "init copy");
# _build("exp", "wb", "init copy");
_build
("
lib
",
"
flow
",
"
all
");
#
_build("lib", "flow", "all");
_build
("
lib
",
"
glow
",
"
all
");
#
_build("lib", "glow", "all");
_build
("
lib
",
"
co
",
"
all
");
_build
("
lib
",
"
co
",
"
all
");
_build
("
exe
",
"
co*
",
"
all
");
_build
("
exe
",
"
co*
",
"
all
");
_build
("
wbl
",
"
pwrs
",
"
copy
");
_build
("
wbl
",
"
pwrs
",
"
copy
");
_build
("
wbl
",
"
pwrb
",
"
copy
");
_build
("
wbl
",
"
pwrb
",
"
copy
");
_build
("
exe
",
"
*
",
"
copy
");
}
}
if
(
$lib
==
1
)
{
if
(
$lib
==
1
)
{
...
@@ -422,6 +434,7 @@ sub build_all ()
...
@@ -422,6 +434,7 @@ sub build_all ()
_build
("
lib
",
"
*
",
"
init copy
");
_build
("
lib
",
"
*
",
"
init copy
");
_build
("
exp
",
"
*
",
"
init copy
");
_build
("
exp
",
"
*
",
"
init copy
");
_build
("
mmi
",
"
*
",
"
copy
");
_build
("
mmi
",
"
*
",
"
copy
");
_build
("
exe
",
"
*
",
"
copy
");
}
}
if
(
$lib
==
1
)
{
if
(
$lib
==
1
)
{
_build
("
lib
",
"
*
",
"
lib
");
_build
("
lib
",
"
*
",
"
lib
");
...
...
xtt/exe/rt_xtt/src/os_linux/hw_x86/makefile
View file @
91a08a21
include
$(pwre_dir_symbols)
include
$(pwre_dir_symbols)
-include
$(pwre_
s
root)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
-include
$(pwre_
k
root)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
ifeq
($($(type_name)_generic_mk),)
ifeq
($($(type_name)_generic_mk),)
-include
$(pwre_
s
root)/tools/bld/src/$(os_name)/$(type_name)_generic.mk
-include
$(pwre_
k
root)/tools/bld/src/$(os_name)/$(type_name)_generic.mk
endif
endif
ifeq
($($(type_name)_generic_mk),)
ifeq
($($(type_name)_generic_mk),)
include
$(pwre_
s
root)/tools/bld/src/$(type_name)_generic.mk
include
$(pwre_
k
root)/tools/bld/src/$(type_name)_generic.mk
endif
endif
-include
../../special.mk
-include
../../special.mk
...
...
xtt/exe/rt_xtt/src/os_linux/link_rule.mk
View file @
91a08a21
ifndef
link_rule_mk
ifndef
link_rule_mk
link_rule_mk
:=
1
link_rule_mk
:=
1
link
=
$(ldxx)
$(linkflags)
$(domap)
-o
$(export_exe)
\
link
=
$(ldxx)
$(
e
linkflags)
$(domap)
-o
$(export_exe)
\
$(export_obj)
$(objects)
$(rt_msg_objs)
\
$(export_obj)
$(objects)
$(rt_msg_
e
objs)
\
$(pwr_obj)
/rt_io_user.o
-L
/usr/X11R6/lib
\
$(pwr_
e
obj)
/rt_io_user.o
-L
/usr/X11R6/lib
\
-L
/opt/gnome/lib
\
-L
/opt/gnome/lib
\
-lpwr_ge
-lpwr_rt
-lpwr_co
-lpwr_flow
-lpwr_glow
\
-lpwr_
xtt
-lpwr_
ge
-lpwr_rt
-lpwr_co
-lpwr_flow
-lpwr_glow
\
-lpwr_msg_dummy
-lImlib
-lMrm
-lXm
-lXpm
-lXt
-lX11
-lXext
-lXp
\
-lpwr_msg_dummy
-lImlib
-lMrm
-lXm
-lXpm
-lXt
-lX11
-lXext
-lXp
\
-lSM
-lICE
\
-lSM
-lICE
\
-ldb-4
.0
-lrpcsvc
-lpthread
-lm
-lrt
-lasound
-ldb-4
.0
-lrpcsvc
-lpthread
-lm
-lrt
-lasound
...
...
xtt/exp/ge/src/os_linux/hw_x86/makefile
View file @
91a08a21
include
$(pwre_dir_symbols)
include
$(pwre_dir_symbols)
ifndef
variables_mk
ifndef
variables_mk
-include
$(pwre_
s
root)/tools/bld/src/$(os_name)/$(hw_name)/variables.mk
-include
$(pwre_
k
root)/tools/bld/src/$(os_name)/$(hw_name)/variables.mk
endif
endif
ifndef
variables_mk
ifndef
variables_mk
include
$(pwre_
s
root)/tools/bld/src/$(os_name)/variables.mk
include
$(pwre_
k
root)/tools/bld/src/$(os_name)/variables.mk
endif
endif
ifndef
rules_mk
ifndef
rules_mk
-include
$(pwre_
s
root)/tools/bld/src/$(os_name)/$(hw_name)/rules.mk
-include
$(pwre_
k
root)/tools/bld/src/$(os_name)/$(hw_name)/rules.mk
endif
endif
ifndef
rules_mk
ifndef
rules_mk
include
$(pwre_
s
root)/tools/bld/src/$(os_name)/rules.mk
include
$(pwre_
k
root)/tools/bld/src/$(os_name)/rules.mk
endif
endif
vpath %.pwg $(hw_source)
:
$(os_source):$(co_source)
vpath %.pwg $(hw_source)
:
$(os_source):$(co_source)
...
...
xtt/exp/inc/src/os_linux/hw_x86/makefile
View file @
91a08a21
...
@@ -41,7 +41,7 @@ all : init copy lib exe
...
@@ -41,7 +41,7 @@ all : init copy lib exe
init
:
init
:
copy
:
$(export_includes)
$(exe_dir)/pwrp_rules.mk
copy
:
$(export_includes)
lib
:
lib
:
...
@@ -54,9 +54,6 @@ realclean : $(clean_includes)
...
@@ -54,9 +54,6 @@ realclean : $(clean_includes)
$(clean_includes)
:
clean_%.h : %.h
$(clean_includes)
:
clean_%.h : %.h
@
$(rm)
$(rmflags)
$(inc_dir)
/
$*
.h
@
$(rm)
$(rmflags)
$(inc_dir)
/
$*
.h
$(exe_dir)/pwrp_rules.mk
:
../../pwrp_rules.mk
@
$(log_h_h)
@
$(cp)
$(cpflags)
$(source)
$(target)
...
...
xtt/mmi/ge/src/os_linux/hw_x86/makefile
View file @
91a08a21
include
$(pwre_dir_symbols)
include
$(pwre_dir_symbols)
-include
$(pwre_
s
root)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
-include
$(pwre_
k
root)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
ifeq
($($(type_name)_generic_mk),)
ifeq
($($(type_name)_generic_mk),)
-include
$(pwre_
s
root)/tools/bld/src/$(os_name)/$(type_name)_generic.mk
-include
$(pwre_
k
root)/tools/bld/src/$(os_name)/$(type_name)_generic.mk
endif
endif
ifeq
($($(type_name)_generic_mk),)
ifeq
($($(type_name)_generic_mk),)
include
$(pwre_
s
root)/tools/bld/src/$(type_name)_generic.mk
include
$(pwre_
k
root)/tools/bld/src/$(type_name)_generic.mk
endif
endif
-include
../../special.mk
-include
../../special.mk
...
...
xtt/mmi/xtt/src/os_linux/hw_x86/makefile
View file @
91a08a21
include
$(pwre_dir_symbols)
include
$(pwre_dir_symbols)
#-include $(pwre_
s
root)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
#-include $(pwre_
k
root)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
ifeq
($($(type_name)_generic_mk),)
ifeq
($($(type_name)_generic_mk),)
# -include $(pwre_
s
root)/tools/bld/src/$(os_name)/$(type_name)_generic.mk
# -include $(pwre_
k
root)/tools/bld/src/$(os_name)/$(type_name)_generic.mk
endif
endif
ifeq
($($(type_name)_generic_mk),)
ifeq
($($(type_name)_generic_mk),)
# include $(pwre_
s
root)/tools/bld/src/$(type_name)_generic.mk
# include $(pwre_
k
root)/tools/bld/src/$(type_name)_generic.mk
endif
endif
-include
../../special.mk
-include
../../special.mk
...
...
xtt/mmi/xtt/src/os_linux/hw_x86/special.mk
View file @
91a08a21
ifndef
variables_mk
ifndef
variables_mk
-include
$(pwre_
s
root)/tools/bld/src/$(os_name)/$(hw_name)/variables.mk
-include
$(pwre_
k
root)/tools/bld/src/$(os_name)/$(hw_name)/variables.mk
endif
endif
ifndef
variables_mk
ifndef
variables_mk
include
$(pwre_
s
root)/tools/bld/src/$(os_name)/variables.mk
include
$(pwre_
k
root)/tools/bld/src/$(os_name)/variables.mk
endif
endif
...
...
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