better clean

svn path=/trunk/; revision=1530
This commit is contained in:
jean 2001-01-17 17:01:38 +00:00
parent 7a3409d80c
commit fcca9be111
2 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.42 2000/12/22 23:15:18 ea Exp $ # $Id: makefile,v 1.43 2001/01/17 17:00:22 jean Exp $
# #
# ReactOS Operating System # ReactOS Operating System
# #
@ -149,8 +149,9 @@ ifeq ($(DOSCLI), yes)
CLEAN_FILES = assert\*.o conio\*.o ctype\*.o direct\*.o dirent\*.o \ CLEAN_FILES = assert\*.o conio\*.o ctype\*.o direct\*.o dirent\*.o \
except\*.o float\*.o io\*.o libc\*.o locale\*.o malloc\*.o \ except\*.o float\*.o io\*.o libc\*.o locale\*.o malloc\*.o \
math\*.o mbstring\*.o misc\*.o process\*.o quad\*.o search\*.o \ math\*.o mbstring\*.o misc\*.o process\*.o quad\*.o search\*.o \
setjmp\*.o stdio\*.o stdlib\*.o string\*.o sys_stat\*.o tchar\*.o \ setjmp\*.o signal\*.o stdio\*.o stdlib\*.o string\*.o sys_stat\*.o \
time\*.o wchar\*.o $(TARGET).a $(TARGET).o $(TARGET).dll $(TARGET).sym \ tchar\*.o time\*.o wchar\*.o \
$(TARGET).a $(TARGET).o $(TARGET).dll $(TARGET).sym \
$(TARGET).coff $(TARGET).coff
else else
CLEAN_FILES = assert/*.o conio/*.o ctype/*.o direct/*.o dirent/*.o \ CLEAN_FILES = assert/*.o conio/*.o ctype/*.o direct/*.o dirent/*.o \

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.56 2000/12/23 02:37:37 dwelch Exp $ # $Id: makefile,v 1.57 2001/01/17 17:01:38 jean Exp $
# #
# ReactOS Operating System # ReactOS Operating System
# #
@ -49,7 +49,8 @@ OBJECTS = napi.o ldr/startup.o $(DBG_OBJECTS) $(RTL_OBJECTS) \
stubs/stubs.o ldr/utils.o $(CSR_OBJECTS) $(TARGET).coff stubs/stubs.o ldr/utils.o $(CSR_OBJECTS) $(TARGET).coff
ifeq ($(DOSCLI),yes) ifeq ($(DOSCLI),yes)
CLEAN_FILES = napi.o ldr\*.o rtl\*.o stdio\*.o stdlib\*.o string\*.o stubs\*.o \ CLEAN_FILES = napi.o csr\*.o dbg\*.o ldr\*.o rtl\*.o stdio\*.o stdlib\*.o \
string\*.o stubs\*.o \
$(TARGET).a main\dllmain.o $(TARGET).o $(TARGET).dll junk.tmp \ $(TARGET).a main\dllmain.o $(TARGET).o $(TARGET).dll junk.tmp \
base.tmp temp.exp $(TARGET).sym $(TARGET).coff base.tmp temp.exp $(TARGET).sym $(TARGET).coff
else else