Remove unneeded files

svn path=/trunk/; revision=15607
This commit is contained in:
Casper Hornstrup 2005-05-28 19:47:04 +00:00
parent 078f2e9f5f
commit a17b3fbff0
2 changed files with 0 additions and 24 deletions

View file

@ -1,5 +0,0 @@
SubDir ROS_TOP Lib ;
SubInclude ROS_TOP Lib Ntdll ;
SubInclude ROS_TOP Lib Advapi32 ;
SubInclude ROS_TOP Lib Kernel32 ;

View file

@ -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