changeset 26512:a1dc4d5b5b40

Add alltools target and variable to build non-linking tools.
author diego
date Sat, 26 Apr 2008 09:31:05 +0000
parents 31efc4586a2f
children 133c98f1c5a8
files Makefile
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Apr 26 09:27:58 2008 +0000
+++ b/Makefile	Sat Apr 26 09:31:05 2008 +0000
@@ -779,7 +779,14 @@
 TOOLS += TOOLS/modify_reg$(EXESUF)
 endif
 
+ALLTOOLS = $(TOOLS) \
+           TOOLS/bmovl-test$(EXESUF) \
+           TOOLS/vfw2menc$(EXESUF) \
+           TOOLS/vivodump$(EXESUF) \
+           TOOLS/netstream$(EXESUF) \
+
 tools: $(TOOLS)
+alltools: $(ALLTOOLS)
 
 TOOLS_COMMON_LIBS = mp_msg.o mp_fifo.o osdep/$(TIMER) osdep/$(GETCH) \
               -ltermcap -lm
@@ -825,8 +832,7 @@
 	$(CC) $(CFLAGS) -o $@ $^
 
 toolsclean:
-	rm -f $(TOOLS) TOOLS/fastmem*-* TOOLS/netstream$(EXESUF)
-	rm -f TOOLS/bmovl-test$(EXESUF) TOOLS/vfw2menc$(EXESUF) $(REAL_TARGETS)
+	rm -f $(ALLTOOLS) TOOLS/fastmem*-* TOOLS/realcodecs/*.so.6.0
 
 -include $(DEPS)