- User resource strings instead of constant strings for folder names.
[reactos.git] / reactos / lib / makefile
1 LIBRARIES = ntdll kernel32
2
3 BASE_CFLAGS = -I../include
4
5 all: $(LIBRARIES)
6
7 ntdll: dummy
8 $(MAKE) -C ntdll
9
10 kernel32: dummy
11 $(MAKE) -C kernel32
12
13 dummy:
14
15
16 docu:
17 doxygen Doxyfile
18
19 .PHONY: docu