Develop and Download Open Source Software

Browse Subversion Repository

Diff of /tags/REL-2.2/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23 by hirohitohigashi, Fri Feb 27 14:32:54 2009 UTC revision 24 by hirohitohigashi, Sat Feb 28 00:57:58 2009 UTC
# Line 13  CFLAGS = -g -Wall -ansi Line 13  CFLAGS = -g -Wall -ansi
13  #CFLAGS = -g  #CFLAGS = -g
14  ARFLAGS = -rs  ARFLAGS = -rs
15  SRCS = sub.c ftp_connect.c ftp_auth.c ftp_passive.c ftp_type.c ftp_quit.c \  SRCS = sub.c ftp_connect.c ftp_auth.c ftp_passive.c ftp_type.c ftp_quit.c \
16          ftp_delete.c ftp_site.c \          ftp_site.c ftp_delete.c ftp_rename.c \
17          ftp_mkdir.c ftp_rmdir.c ftp_pwd.c ftp_cd.c \          ftp_get_buffer.c ftp_put_buffer.c ftp_append_buffer.c \
18          ftp_get_buffer.c ftp_put_buffer.c ftp_append_buffer.c          ftp_mkdir.c ftp_rmdir.c ftp_pwd.c ftp_cd.c
19  OBJS = $(SRCS:.c=.o)  OBJS = $(SRCS:.c=.o)
20    
21    

Legend:
Removed from v.23  
changed lines
  Added in v.24

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26