Remove Jamfiles.

svn path=/trunk/; revision=16148
This commit is contained in:
Filip Navara 2005-06-20 13:43:26 +00:00
parent cdad35b774
commit 3b0038292f
6 changed files with 0 additions and 90 deletions

View file

@ -1,15 +0,0 @@
SubDir ROS_TOP lib kbddv ;
# This stuff should actually be moved to Jamrules
# in order to more easily support other compilers
CCFLAGS += -Wall -fno-builtin ;
# NOTE - I'm no Jam expert, yet. This stuff should be
# abstracted into the Jamrules file.
LINKFLAGS = -nostartfiles -nostdlib -shared ;
LINKFLAGS += -Wl,--image-base,0x77F00000 -lgcc ;
SRCS = kbddv
SharedLibrary kbddv : $(SRCS) ;
LINKLIBS = ;

View file

@ -1,15 +0,0 @@
SubDir ROS_TOP lib kbdfr ;
# This stuff should actually be moved to Jamrules
# in order to more easily support other compilers
CCFLAGS += -Wall -fno-builtin ;
# NOTE - I'm no Jam expert, yet. This stuff should be
# abstracted into the Jamrules file.
LINKFLAGS = -nostartfiles -nostdlib -shared ;
LINKFLAGS += -Wl,--image-base,0x77F00000 -lgcc ;
SRCS = kbdfr
SharedLibrary kbdfr : $(SRCS) ;
LINKLIBS = ;

View file

@ -1,15 +0,0 @@
SubDir ROS_TOP lib kbdgr ;
# This stuff should actually be moved to Jamrules
# in order to more easily support other compilers
CCFLAGS += -Wall -fno-builtin ;
# NOTE - I'm no Jam expert, yet. This stuff should be
# abstracted into the Jamrules file.
LINKFLAGS = -nostartfiles -nostdlib -shared ;
LINKFLAGS += -Wl,--image-base,0x77F00000 -lgcc ;
SRCS = kbdgr
SharedLibrary kbdgr : $(SRCS) ;
LINKLIBS = ;

View file

@ -1,15 +0,0 @@
SubDir ROS_TOP lib kbdru ;
# This stuff should actually be moved to Jamrules
# in order to more easily support other compilers
CCFLAGS += -Wall -fno-builtin ;
# NOTE - I'm no Jam expert, yet. This stuff should be
# abstracted into the Jamrules file.
LINKFLAGS = -nostartfiles -nostdlib -shared ;
LINKFLAGS += -Wl,--image-base,0x77F00000 -lgcc ;
SRCS = kbdru
SharedLibrary kbdru : $(SRCS) ;
LINKLIBS = ;

View file

@ -1,15 +0,0 @@
SubDir ROS_TOP lib kbdse ;
# This stuff should actually be moved to Jamrules
# in order to more easily support other compilers
CCFLAGS += -Wall -fno-builtin ;
# NOTE - I'm no Jam expert, yet. This stuff should be
# abstracted into the Jamrules file.
LINKFLAGS = -nostartfiles -nostdlib -shared ;
LINKFLAGS += -Wl,--image-base,0x77F00000 -lgcc ;
SRCS = kbdse
SharedLibrary kbdse : $(SRCS) ;
LINKLIBS = ;

View file

@ -1,15 +0,0 @@
SubDir ROS_TOP lib kbdsg ;
# This stuff should actually be moved to Jamrules
# in order to more easily support other compilers
CCFLAGS += -Wall -fno-builtin ;
# NOTE - I'm no Jam expert, yet. This stuff should be
# abstracted into the Jamrules file.
LINKFLAGS = -nostartfiles -nostdlib -shared ;
LINKFLAGS += -Wl,--image-base,0x77F00000 -lgcc ;
SRCS = kbdsg
SharedLibrary kbdsg : $(SRCS) ;
LINKLIBS = ;