Using tool-specific clean
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@545 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
af73c158f2
commit
291270beb5
@ -89,9 +89,10 @@ $(BIN): $(OBJS)
|
|||||||
depend: .depend
|
depend: .depend
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(BIN) *.o *.obj *.rel *.asm *.lst *.sym *.adb *~
|
@rm -f $(BIN) *~ .*.swp
|
||||||
|
$(call CLEAN)
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Make.dep .depend
|
@rm -f Make.dep .depend
|
||||||
|
|
||||||
-include Make.dep
|
-include Make.dep
|
||||||
|
@ -95,9 +95,10 @@ $(HOST_BIN): $(HOST_OBJS)
|
|||||||
depend: .depend
|
depend: .depend
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(TARG_BIN) $(HOST_BIN) *.o *.obj *.rel *.asm *.lst *.sym *.adb *~
|
@rm -f $(TARG_BIN) $(HOST_BIN) *~ .*.swp
|
||||||
|
$(call CLEAN)
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Make.dep .depend
|
@rm -f Make.dep .depend
|
||||||
|
|
||||||
-include Make.dep
|
-include Make.dep
|
||||||
|
@ -66,9 +66,10 @@ $(BIN): $(OBJS)
|
|||||||
depend: .depend
|
depend: .depend
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(BIN) *.o *.obj *.rel *.asm *.lst *.sym *.adb *~
|
@rm -f $(BIN) *~ .*.swp
|
||||||
|
$(call CLEAN)
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Make.dep .depend
|
@rm -f Make.dep .depend
|
||||||
|
|
||||||
-include Make.dep
|
-include Make.dep
|
||||||
|
@ -89,9 +89,10 @@ $(BIN): $(OBJS)
|
|||||||
depend: .depend
|
depend: .depend
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(BIN) *.o *.obj *.rel *.asm *.lst *.sym *.adb *~
|
@rm -f $(BIN) *~ .*.swp
|
||||||
|
$(call CLEAN)
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Make.dep .depend
|
@rm -f Make.dep .depend
|
||||||
|
|
||||||
-include Make.dep
|
-include Make.dep
|
||||||
|
@ -110,9 +110,10 @@ $(BIN): $(OBJS)
|
|||||||
depend: .depend
|
depend: .depend
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(BIN) *.o *.obj *.rel *.asm *.lst *.sym *.adb *~
|
@rm -f $(BIN) *~ .*.swp
|
||||||
|
$(call CLEAN)
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Make.dep .depend
|
@rm -f Make.dep .depend
|
||||||
|
|
||||||
-include Make.dep
|
-include Make.dep
|
||||||
|
@ -67,11 +67,11 @@ $(BIN): $(OBJS)
|
|||||||
depend: .depend
|
depend: .depend
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(BIN) *.asm *.lst *.sym *.adb *~ .*.swp
|
@rm -f $(BIN) *~ .*.swp
|
||||||
if [ ! -z "$(OBJEXT)" ]; then rm -f *$(OBJEXT); fi
|
$(call CLEAN)
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Make.dep .depend
|
@rm -f Make.dep .depend
|
||||||
|
|
||||||
-include Make.dep
|
-include Make.dep
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
############################################################
|
############################################################################
|
||||||
# Makefile.test
|
# Makefile.test
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007 Gregory Nutt. All rights reserved.
|
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
|
||||||
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
|
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -14,7 +14,7 @@
|
|||||||
# notice, this list of conditions and the following disclaimer in
|
# notice, this list of conditions and the following disclaimer in
|
||||||
# the documentation and/or other materials provided with the
|
# the documentation and/or other materials provided with the
|
||||||
# distribution.
|
# distribution.
|
||||||
# 3. Neither the name Gregory Nutt nor the names of its contributors may be
|
# 3. Neither the name NuttX nor the names of its contributors may be
|
||||||
# used to endorse or promote products derived from this software
|
# used to endorse or promote products derived from this software
|
||||||
# without specific prior written permission.
|
# without specific prior written permission.
|
||||||
#
|
#
|
||||||
@ -31,7 +31,7 @@
|
|||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
############################################################
|
############################################################################
|
||||||
|
|
||||||
SRCS = mm_test.c mm_initialize.c mm_sem.c mm_addfreechunk.c mm_size2ndx.c mm_shrinkchunk.c \
|
SRCS = mm_test.c mm_initialize.c mm_sem.c mm_addfreechunk.c mm_size2ndx.c mm_shrinkchunk.c \
|
||||||
mm_malloc.c mm_zalloc.c mm_calloc.c mm_realloc.c \
|
mm_malloc.c mm_zalloc.c mm_calloc.c mm_realloc.c \
|
||||||
@ -61,4 +61,4 @@ $(BIN): $(OBJS)
|
|||||||
$(LD) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
|
$(LD) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(BIN) *.o1 *~
|
@rm -f $(BIN) *.o1 *~
|
||||||
|
@ -94,9 +94,9 @@ endif
|
|||||||
depend: .depend
|
depend: .depend
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(BIN) *.o *.obj *.rel *.asm *.lst *.sym *.adb *~
|
@rm -f $(BIN) *~ .*.swp
|
||||||
rm -f uip/*~
|
@rm -f uip/*~ uip/.*.swp
|
||||||
if [ ! -z "$(OBJEXT)" ]; then rm -f *$(OBJEXT); fi
|
$(call CLEAN)
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Make.dep .depend
|
rm -f Make.dep .depend
|
||||||
|
@ -50,6 +50,8 @@ include resolv/Make.defs
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
SUBDIRS = uiplib dhcpc dhcpd resolv smtp telnetd webclient webserver
|
||||||
|
|
||||||
ASRCS = $(UIPLIB_ASRCS) $(DHCPC_ASRCS) $(DHCPD_ASRCS) $(RESOLV_ASRCS) \
|
ASRCS = $(UIPLIB_ASRCS) $(DHCPC_ASRCS) $(DHCPD_ASRCS) $(RESOLV_ASRCS) \
|
||||||
$(SMTP_ASRCS) $(TELNETD_ASRCS) $(WEBCLIENT_ASRCS) $(WEBSERVER_ASRCS)
|
$(SMTP_ASRCS) $(TELNETD_ASRCS) $(WEBCLIENT_ASRCS) $(WEBSERVER_ASRCS)
|
||||||
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
||||||
@ -90,9 +92,11 @@ endif
|
|||||||
depend: .depend
|
depend: .depend
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f $(BIN) *.o *.obj *.rel *.asm *.lst *.sym *.adb *~
|
@rm -f $(BIN) *~ .*.swp
|
||||||
@rm -f uiplib/*~ dhcpc/*~ dhcpd/*~ resolv/*~ smtp/*~ telnetd/*~ webclient/*~ webserver/*~
|
$(call CLEAN)
|
||||||
@if [ ! -z "$(OBJEXT)" ]; then rm -f *$(OBJEXT); fi
|
@( for dir in $(SUBDIRS); do \
|
||||||
|
rm $(dir)/*~ $(dir)/.*.swp; \
|
||||||
|
done ; )
|
||||||
@$(MAKE) -C dhcpd -f Makefile.host clean
|
@$(MAKE) -C dhcpd -f Makefile.host clean
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
@ -159,10 +159,10 @@ $(BIN): $(OBJS)
|
|||||||
depend: .depend
|
depend: .depend
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(BIN) *.o *.obj *.rel *.asm *.lst *.sym *.adb *~
|
@rm -f $(BIN) *~ .*.swp
|
||||||
if [ ! -z "$(OBJEXT)" ]; then rm -f *$(OBJEXT); fi
|
$(call CLEAN)
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Make.dep .depend
|
@rm -f Make.dep .depend
|
||||||
|
|
||||||
-include Make.dep
|
-include Make.dep
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
############################################################
|
############################################################################
|
||||||
# Makefile.mkconfig
|
# Makefile.mkconfig
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007 Gregory Nutt. All rights reserved.
|
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
|
||||||
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
|
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -14,7 +14,7 @@
|
|||||||
# notice, this list of conditions and the following disclaimer in
|
# notice, this list of conditions and the following disclaimer in
|
||||||
# the documentation and/or other materials provided with the
|
# the documentation and/or other materials provided with the
|
||||||
# distribution.
|
# distribution.
|
||||||
# 3. Neither the name Gregory Nutt nor the names of its contributors may be
|
# 3. Neither the name NuttX nor the names of its contributors may be
|
||||||
# used to endorse or promote products derived from this software
|
# used to endorse or promote products derived from this software
|
||||||
# without specific prior written permission.
|
# without specific prior written permission.
|
||||||
#
|
#
|
||||||
@ -31,13 +31,13 @@
|
|||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
############################################################
|
############################################################################
|
||||||
|
|
||||||
all: mkconfig
|
all: mkconfig
|
||||||
default: mkconfig
|
default: mkconfig
|
||||||
|
|
||||||
mkconfig: mkconfig.c
|
mkconfig: mkconfig.c
|
||||||
gcc -O2 -Wall -o mkconfig mkconfig.c
|
@gcc -O2 -Wall -o mkconfig mkconfig.c
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f mkconfig mkconfig.exe *~
|
@rm -f mkconfig mkconfig.exe *~
|
||||||
|
Loading…
Reference in New Issue
Block a user