Remove unneeded files
Deleted: trunk/reactos/lib/Jamfile
Deleted: trunk/reactos/lib/makefile

Deleted: trunk/reactos/lib/Jamfile
--- trunk/reactos/lib/Jamfile	2005-05-28 19:38:54 UTC (rev 15606)
+++ trunk/reactos/lib/Jamfile	2005-05-28 19:47:04 UTC (rev 15607)
@@ -1,5 +0,0 @@
-SubDir ROS_TOP Lib ;
-
-SubInclude ROS_TOP Lib Ntdll ;
-SubInclude ROS_TOP Lib Advapi32 ;
-SubInclude ROS_TOP Lib Kernel32 ;

Deleted: trunk/reactos/lib/makefile
--- trunk/reactos/lib/makefile	2005-05-28 19:38:54 UTC (rev 15606)
+++ trunk/reactos/lib/makefile	2005-05-28 19:47:04 UTC (rev 15607)
@@ -1,19 +0,0 @@
-LIBRARIES = ntdll kernel32
-
-BASE_CFLAGS = -I../include
-
-all: $(LIBRARIES)
-
-ntdll: dummy
-	$(MAKE) -C ntdll
-       
-kernel32: dummy
-	$(MAKE) -C kernel32
-
-dummy:
-
-
-docu:
-	doxygen Doxyfile
-
-.PHONY: docu