From af3d943b0244a25e918009cf175ef785d16d36dc Mon Sep 17 00:00:00 2001 From: Rex Jolliff Date: Fri, 19 Mar 1999 06:37:39 +0000 Subject: [PATCH] cleanup after merge with mingw32 svn path=/trunk/; revision=323 --- reactos/iface/native/makefile | 22 ++++++++++++---------- reactos/makefile.dos | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/reactos/iface/native/makefile b/reactos/iface/native/makefile index cbac27951b2..b78529390d3 100644 --- a/reactos/iface/native/makefile +++ b/reactos/iface/native/makefile @@ -1,19 +1,21 @@ -all: genntdll$(EXE_POSTFIX) ../../lib/ntdll/napi.asm +# +# +# -../../lib/ntdll/napi.asm: sysfuncs.lst genntdll$(EXE_POSTFIX) ../../include/ntdll/napi.h +NAPI_FILES = ../../lib/ntdll/napi.c ../../include/ntdll/napi.h + +all: genntdll$(EXE_POSTFIX) $(NAPI_FILES) + +$(NAPI_FILES): sysfuncs.lst genntdll$(EXE_POSTFIX) genntdll$(EXE_POSTFIX) sysfuncs.lst ../../lib/ntdll/napi.c ../../include/ntdll/napi.h -../../include/ntdll/napi.h: dummy - genntdll$(EXE_POSTFIX): genntdll.c $(NATIVE_CC) -If:\gnu\mingw32\include -g genntdll.c -o genntdll$(EXE_POSTFIX) -sysfuncs.lst: dummy - -clean: dummy - $(RM) ../../lib/ntdll/sysfuncs.lst - $(RM) ../../include/ntdll/napi.h +clean: + - $(RM) ../../lib/ntdll/sysfuncs.lst + - $(RM) ../../include/ntdll/napi.h -dummy: +.PHONY: all clean include ../../rules.mak diff --git a/reactos/makefile.dos b/reactos/makefile.dos index aef28b3da84..163fc1aa7be 100644 --- a/reactos/makefile.dos +++ b/reactos/makefile.dos @@ -106,7 +106,7 @@ keyboard: dummy make -C services/dd/keyboard blue: dummy - make -C services/dd/blue + make -C services/dd/blue --file=makefile mouse: dummy make -C services/dd/mouse