curl tool: renaming hugehelp files to tool_hugehelp

This commit is contained in:
Yang Tse 2012-12-26 23:30:54 +01:00
parent eb5aa12c8b
commit ae2a2c9931
26 changed files with 89 additions and 86 deletions

View file

@ -132,7 +132,7 @@ OBJS = $OBJ_DIR\$(OBJS: = $OBJ_DIR\)
RESOURCE = $(OBJ_DIR)$(DS)curl.res
all: hugehelp.c $(OBJ_DIR) curl.exe .SYMBOLIC
all: tool_hugehelp.c $(OBJ_DIR) curl.exe .SYMBOLIC
@echo Welcome to cURL
clean: .SYMBOLIC
@ -141,13 +141,13 @@ clean: .SYMBOLIC
vclean distclean: clean .SYMBOLIC
-$(RD) $(OBJ_DIR)
-$(RM) curl.exe curl.map curl.sym hugehelp.c
-$(RM) curl.exe curl.map curl.sym tool_hugehelp.c
hugehelp.c: hugehelp.c.cvs
tool_hugehelp.c: tool_hugehelp.c.cvs
$(CP) $[@ $^@
hugehelp.c.cvs: .EXISTSONLY
$(CP) hugehelp.c $^@
tool_hugehelp.c.cvs: .EXISTSONLY
$(CP) tool_hugehelp.c $^@
$(OBJ_DIR):
-$(MD) $^@