ifneq ($(BUILD_OS), Win32) 

nOBJ += ftp_cache.o ftp_dirlist_ld.o ftp_dirlist_ny.o ftp_linebuf.o ftp_net.o \
	ftp_stat.o ftp_tools.o ftpappclient.o ftpbasebef.o \
	ftpio.o ftpreplybuf.o ftptoAHServFile.o get_ftpURL.o 

ifndef USE_uClibc
nOBJ += ftp_stream.o
endif

endif


nOBJ += ftp_chk_RootArt.o

DEPH = ../net_xxx.h ftp_net.h
