head	1.4;
access;
symbols
	RELENG_2_1_0_BP:1.3
	RELENG_2_0_5_RELEASE:1.3
	RELENG_2_0_5:1.3.0.2
	RELENG_2_0_5_BP:1.3
	RELENG_2_0_5_ALPHA:1.2
	libftp1_0:1.1.1.1
	libftp:1.1.1;
locks; strict;
comment	@# @;


1.4
date	95.12.30.18.47.29;	author peter;	state dead;
branches;
next	1.3;

1.3
date	95.05.30.05.44.14;	author rgrimes;	state Exp;
branches;
next	1.2;

1.2
date	95.04.25.15.08.01;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	95.04.25.15.05.11;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.04.25.15.05.11;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.4
log
@recording cvs-1.6 file death
@
text
@#
# A rather bogus Makefile, but one intended to be used by hand anyway..
#

CFLAGS = -I${.CURDIR} -I${.CURDIR}/.. -DREADLINE
LDADD+=	-L${.CURDIR}
DPADD+=	libetc.a

.if exists(${.CURDIR}/../obj)
LDADD+=	-L${.CURDIR}/../obj
DPADD+= ${.CURDIR}/../obj/libftp.a
.else
LDADD+=	-L${.CURDIR}/..
DPADD+= ${.CURDIR}/../libftp.a
.endif

all: ftptry mirror uftp

ftptry:	ftptry.o
	$(CC) $(CFLAGS) -o ftptry ftptry.o ${LDADD} -lftp

uftp:	uftp.o uftpcmd.o libetc.a
	$(CC) $(CFLAGS) -o uftp uftp.o uftpcmd.o ${LDADD} -lftp -letc

mirror:	mirror.o
	$(CC) $(CFLAGS) -o mirror mirror.o ${LDADD} -lftp

clean:
	rm -f ftptry mirror uftp *~ *.o *.a

LIBOBJS= readline.o glob.o
libetc.a: $(LIBOBJS)
	ar qc libetc.a  $(LIBOBJS)
	ranlib libetc.a
@


1.3
log
@Remove trailing whitespace.
@
text
@@


1.2
log
@Now check all the warning purges and general clean-up in on the second
pass.
@
text
@d28 1
a28 1
clean: 
d31 2
a32 2
LIBOBJS= readline.o glob.o	
libetc.a: $(LIBOBJS)	
@


1.1
log
@Initial revision
@
text
@d20 1
a20 1
	$(CC) $(CFLAGS) -o ftptry ftptry.o -lftp
d23 1
a23 1
	$(CC) $(CFLAGS) -o uftp uftp.o uftpcmd.o -lftp -letc
d26 1
a26 1
	$(CC) $(CFLAGS) -o mirror mirror.o  -lftp
@


1.1.1.1
log
@A programmatic interface to ftp.  I need this for several other
components of the system.

The license is poorly worded, though I have an (email only) release
from the author for unlimited FreeBSD use.  I will try to get something
more concrete, though the author's remote location makes this difficult.
Submitted by:	Oleg Orel <orel@@oea.ihep.su>
@
text
@@
