Remove Jamfiles.
Deleted: trunk/reactos/lib/kbddv/Jamfile
Deleted: trunk/reactos/lib/kbdfr/Jamfile
Deleted: trunk/reactos/lib/kbdgr/Jamfile
Deleted: trunk/reactos/lib/kbdru/Jamfile
Deleted: trunk/reactos/lib/kbdse/Jamfile
Deleted: trunk/reactos/lib/kbdsg/Jamfile

Deleted: trunk/reactos/lib/kbddv/Jamfile
--- trunk/reactos/lib/kbddv/Jamfile	2005-06-20 13:43:05 UTC (rev 16147)
+++ trunk/reactos/lib/kbddv/Jamfile	2005-06-20 13:43:26 UTC (rev 16148)
@@ -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 = ;

Deleted: trunk/reactos/lib/kbdfr/Jamfile
--- trunk/reactos/lib/kbdfr/Jamfile	2005-06-20 13:43:05 UTC (rev 16147)
+++ trunk/reactos/lib/kbdfr/Jamfile	2005-06-20 13:43:26 UTC (rev 16148)
@@ -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 = ;

Deleted: trunk/reactos/lib/kbdgr/Jamfile
--- trunk/reactos/lib/kbdgr/Jamfile	2005-06-20 13:43:05 UTC (rev 16147)
+++ trunk/reactos/lib/kbdgr/Jamfile	2005-06-20 13:43:26 UTC (rev 16148)
@@ -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 = ;

Deleted: trunk/reactos/lib/kbdru/Jamfile
--- trunk/reactos/lib/kbdru/Jamfile	2005-06-20 13:43:05 UTC (rev 16147)
+++ trunk/reactos/lib/kbdru/Jamfile	2005-06-20 13:43:26 UTC (rev 16148)
@@ -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 = ;

Deleted: trunk/reactos/lib/kbdse/Jamfile
--- trunk/reactos/lib/kbdse/Jamfile	2005-06-20 13:43:05 UTC (rev 16147)
+++ trunk/reactos/lib/kbdse/Jamfile	2005-06-20 13:43:26 UTC (rev 16148)
@@ -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 = ;

Deleted: trunk/reactos/lib/kbdsg/Jamfile
--- trunk/reactos/lib/kbdsg/Jamfile	2005-06-20 13:43:05 UTC (rev 16147)
+++ trunk/reactos/lib/kbdsg/Jamfile	2005-06-20 13:43:26 UTC (rev 16148)
@@ -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 = ;