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
a05fe3f2
Commit
a05fe3f2
authored
Jan 12, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New module wb
parent
79962e44
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
38 additions
and
23 deletions
+38
-23
wb/exe/wb/src/os_linux/hw_x86/makefile
wb/exe/wb/src/os_linux/hw_x86/makefile
+12
-0
wb/exe/wb/src/os_linux/link_rule.mk
wb/exe/wb/src/os_linux/link_rule.mk
+2
-2
wb/exe/wb_cmd/src/os_linux/hw_x86/makefile
wb/exe/wb_cmd/src/os_linux/hw_x86/makefile
+12
-0
wb/exe/wb_cmd/src/os_linux/link_rule.mk
wb/exe/wb_cmd/src/os_linux/link_rule.mk
+3
-3
wb/exp/wb/src/os_linux/hw_x86/makefile
wb/exp/wb/src/os_linux/hw_x86/makefile
+6
-15
wb/mmi/wb/src/os_linux/hw_x86/makefile
wb/mmi/wb/src/os_linux/hw_x86/makefile
+3
-3
No files found.
wb/exe/wb/src/os_linux/hw_x86/makefile
0 → 100644
View file @
a05fe3f2
include
$(pwre_dir_symbols)
-include
$(pwre_kroot)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
ifeq
($($(type_name)_generic_mk),)
-include
$(pwre_kroot)/tools/bld/src/$(os_name)/$(type_name)_generic.mk
endif
ifeq
($($(type_name)_generic_mk),)
include
$(pwre_kroot)/tools/bld/src/$(type_name)_generic.mk
endif
wb/exe/wb/src/os_linux/link_rule.mk
View file @
a05fe3f2
...
...
@@ -2,8 +2,8 @@ ifndef link_rule_mk
link_rule_mk
:=
1
link
=
$(ldxx)
$(elinkflags)
$(domap)
-o
$(export_exe)
\
$(export_obj)
$(objects)
$(wb_msg_
objs)
$(rt_msg_
objs)
\
$(pwr_obj)
/rt_io_user.o
$(pwr_obj)
/wb_provider.o
\
$(export_obj)
$(objects)
$(wb_msg_
eobjs)
$(rt_msg_e
objs)
\
$(pwr_
e
obj)
/rt_io_user.o
$(pwr_obj)
/wb_provider.o
\
-L
/usr/X11R6/lib
-L
/usr/local/BerkeleyDB.4.0/lib
\
-L
/opt/gnome/lib
\
-lpwr_wb
-lpwr_rt
-lpwr_ge
-lpwr_flow
-lpwr_glow
-lpwr_co
\
...
...
wb/exe/wb_cmd/src/os_linux/hw_x86/makefile
0 → 100644
View file @
a05fe3f2
include
$(pwre_dir_symbols)
-include
$(pwre_kroot)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
ifeq
($($(type_name)_generic_mk),)
-include
$(pwre_kroot)/tools/bld/src/$(os_name)/$(type_name)_generic.mk
endif
ifeq
($($(type_name)_generic_mk),)
include
$(pwre_kroot)/tools/bld/src/$(type_name)_generic.mk
endif
wb/exe/wb_cmd/src/os_linux/link_rule.mk
View file @
a05fe3f2
ifndef
link_rule_mk
link_rule_mk
:=
1
link
=
$(ldxx)
$(linkflags)
$(domap)
-o
$(export_exe)
\
$(export_obj)
$(objects)
$(wb_msg_
objs)
$(rt_msg_
objs)
\
$(pwr_obj)
/rt_io_user.o
$(pwr_obj)
/wb_provider.o
\
link
=
$(ldxx)
$(
e
linkflags)
$(domap)
-o
$(export_exe)
\
$(export_obj)
$(objects)
$(wb_msg_
eobjs)
$(rt_msg_e
objs)
\
$(pwr_
e
obj)
/rt_io_user.o
$(pwr_obj)
/wb_provider.o
\
-L
/usr/X11R6/lib
-L
/usr/local/BerkeleyDB.4.0/lib
\
-L
/opt/gnome/lib
\
-lpwr_wb
-lpwr_rt
-lpwr_ge
-lpwr_flow
-lpwr_glow
-lpwr_co
\
...
...
wb/exp/wb/src/os_linux/hw_x86/makefile
View file @
a05fe3f2
include
$(pwre_dir_symbols)
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
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
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
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
...
...
@@ -73,9 +73,9 @@ all : init copy lib exe
init
:
copy
:
$(export_h) $(export_c) $(export_dat)
\
$(exe_dir)/pwr_wb_palette.cnf
$(load_dir)/pwr_volumelist.dat
$(exe_dir)/pwr_wb_palette.cnf
lib
:
$(export_obj)
$(exe_dir)/ge_help.dat
lib
:
$(export_obj)
exe
:
...
...
@@ -84,19 +84,10 @@ clean : clean_obj
realclean
:
clean $(clean_h) $(clean_c) $(clean_dat)
$(exe_dir)/ge_help.dat
:
ge_help.dat
@
echo
"Copying ge_help.dat"
@
$(cp)
$(cpflags)
$(source)
$(target)
@
co_convert
-t
-d
$(pwr_doc)
/help
$(source)
$(exe_dir)/pwr_wb_palette.cnf
:
../../pwr_wb_palette.cnf
@
echo
"Copying pwr_wb_palette.cnf"
@
$(cp)
$(cpflags)
$(source)
$(target)
$(load_dir)/pwr_volumelist.dat
:
../../pwr_volumelist.dat
@
echo
"Copying pwr_volumelist.dat"
@
$(cp)
$(cpflags)
$(source)
$(target)
$(clean_h)
:
clean_%.h : %.h
@
$(rm)
$(rmflags)
$(inc_dir)
/
$*
.h
...
...
wb/mmi/wb/src/os_linux/hw_x86/makefile
View file @
a05fe3f2
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),)
-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
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
-include
../../special.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