Browse Subversion Repository
Diff of /tags/REL-2.1/Makefile
Parent Directory
| Revision Log
| Patch
| 12 |
CFLAGS = -g -Wall -ansi |
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 \ |
SRCS = sub.c ftp_connect.c ftp_auth.c ftp_passive.c ftp_type.c ftp_quit.c \ |
| 16 |
ftp_get_buffer.c ftp_put_buffer.c ftp_append_buffer.c |
ftp_get_buffer.c ftp_put_buffer.c ftp_append_buffer.c |
| 17 |
OBJS = $(SRCS:.c=.o) |
OBJS = $(SRCS:.c=.o) |
| 18 |
|
|
|
|
Legend:
| Removed from v.17 |
|
| changed lines |
| |
Added in v.18 |
|
|
|