mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
- Delete all build files on "make clean".
svn path=/trunk/; revision=11249
This commit is contained in:
parent
fbd3aee44b
commit
dd7fed7f38
3 changed files with 15 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.251 2004/09/26 12:39:30 weiden Exp $
|
||||
# $Id: Makefile,v 1.252 2004/10/09 17:14:11 navaraf Exp $
|
||||
#
|
||||
# Global makefile
|
||||
#
|
||||
|
@ -73,7 +73,7 @@ LOADERS = dos
|
|||
|
||||
# Driver support libraries
|
||||
#bzip2 zlib oskittcp
|
||||
DRIVERS_LIB = bzip2 oskittcp csq
|
||||
DRIVERS_LIB = bzip2 oskittcp ip csq
|
||||
|
||||
# Kernel mode device drivers
|
||||
# Obsolete: ide
|
||||
|
@ -148,12 +148,13 @@ test: $(COMPONENTS:%=%_test) $(HALS:%=%_test) $(BUS:%=%_test) \
|
|||
$(KERNEL_DRIVERS:%=%_test) $(SUBSYS:%=%_test) \
|
||||
$(SYS_SVC:%=%_test) $(EXT_MODULES:%=%_test)
|
||||
|
||||
clean: tools dk_clean $(HALS:%=%_clean) \
|
||||
$(COMPONENTS:%=%_clean) $(BUS:%=%_clean) $(LIB_STATIC:%=%_clean) $(LIB_FSLIB:%=%_clean) \
|
||||
msvcrt_clean $(DLLS:%=%_clean) $(LOADERS:%=%_clean) $(KERNEL_DRIVERS:%=%_clean) $(SUBSYS:%=%_clean) \
|
||||
$(SYS_APPS:%=%_clean) $(SYS_SVC:%=%_clean) $(NET_APPS:%=%_clean) \
|
||||
$(APPS:%=%_clean) $(EXT_MODULES:%=%_clean) $(REGTESTS:%=%_clean) \
|
||||
clean_after tools_clean
|
||||
clean: tools dk_clean iface_native_clean iface_additional_clean hallib_clean \
|
||||
$(HALS:%=%_clean) $(COMPONENTS:%=%_clean) $(BUS:%=%_clean) \
|
||||
$(LIB_STATIC:%=%_clean) $(LIB_FSLIB:%=%_clean) msvcrt_clean \
|
||||
$(DLLS:%=%_clean) $(LOADERS:%=%_clean) $(KERNEL_DRIVERS:%=%_clean) \
|
||||
$(SUBSYS:%=%_clean) $(SYS_APPS:%=%_clean) $(SYS_SVC:%=%_clean) \
|
||||
$(NET_APPS:%=%_clean) $(APPS:%=%_clean) $(EXT_MODULES:%=%_clean) \
|
||||
$(REGTESTS:%=%_clean) clean_after tools_clean
|
||||
|
||||
clean_after:
|
||||
$(RM) $(PATH_TO_TOP)/include/roscfg.h
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.1 2003/12/18 10:48:20 arty Exp $
|
||||
# $Id: Makefile,v 1.2 2004/10/09 17:14:11 navaraf Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
|
@ -7,16 +7,15 @@ TARGET_TYPE = library
|
|||
TARGET_NAME = adns
|
||||
|
||||
TARGET_CFLAGS = \
|
||||
-MMD -O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
||||
-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
||||
-Wstrict-prototypes -Wmissing-prototypes -Wall -DADNS_JGAA_WIN32
|
||||
|
||||
# require os code to explicitly request A/W version of structs/functions
|
||||
TARGET_CFLAGS += -Isrc -Iadns_win32
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
adns_win32/adns_unix_calls.o \
|
||||
src/check.o src/event.o src/general.o src/parse.o src/poll.o \
|
||||
src/query.o src/reply.o src/setup.o src/transmit.o src/types.o
|
||||
TARGET_OBJECTS = adns_win32/adns_unix_calls.o \
|
||||
src/check.o src/event.o src/general.o src/parse.o src/poll.o \
|
||||
src/query.o src/reply.o src/setup.o src/transmit.o src/types.o
|
||||
|
||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
||||
|
||||
|
|
|
@ -563,7 +563,7 @@ $(PATH_TO_TOP)/include/reactos/bugcodes.h bugcodes.rc: ntoskrnl.mc
|
|||
|
||||
TARGET_CLEAN = \
|
||||
$(PATH_TO_TOP)/include/reactos/bugcodes.h \
|
||||
$(DEP_OBJECTS)
|
||||
$(DEP_OBJECTS) $(DEP_FILES) MSG00409.bin bugcodes.rc
|
||||
|
||||
ex/napi.o: ex/napi.c $(PATH_TO_TOP)/include/ntdll/napi.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue