head	1.4;
access;
symbols
	OCT93:1.4;
locks;
comment	@# @;


1.4
date	93.10.25.02.18.43;	author Rhialto;	state Exp;
branches;
next	1.3;

1.3
date	93.07.13.05.49.47;	author Rhialto;	state Exp;
branches;
next	1.2;

1.2
date	93.06.11.16.31.57;	author Rhialto;	state Exp;
branches;
next	1.1;

1.1
date	93.06.11.15.16.34;	author Rhialto;	state Exp;
branches;
next	;


desc
@The Makefile for the /faxcmd directory
@


1.4
log
@Ci works again correctly
@
text
@####
#
#   Makefile for faxcmd directory, from GNU fax 3.2.1 cmds/ tree.
#   $Id: Makefile,v 1.3 1993/07/13 05:49:47 Rhialto Exp $


LDFLAGS = -Llibfax -lfax -r
CFLAGS = -Ilibfax -proto -r

all:	faxsend faxrecv

FAXSEND_O= faxsend.o getopt.o

faxsend: $(FAXSEND_O) libfax/fax.lib
	$(LD) -o faxsend $(FAXSEND_O) $(LDFLAGS)

FAXRECV_O= receive.o getopt.o seq.o

faxrecv: $(FAXRECV_O) libfax/fax.lib
	$(LD) -o faxrecv $(FAXRECV_O) $(LDFLAGS)

ci:
	ci -u RCS/*,v

depend:
	mkd -Ilibfax/ -f *.(c|h)

# DO NOT DELETE THIS LINE - important for making dependencies!
#|.c|$/.o|
#|.h|
# From this line on, everything has been created by MakeDepend.
# Anything you add yourself will be deleted automagically.

receive.o: seq.h libfax/libfax.h receive.c
faxsend.o: libfax/libfax.h faxsend.c
seq.o: seq.h seq.c
getopt.o: getopt.c
@


1.3
log
@Due to ci -u bug (when file unchanged), change into ci/co -u.
@
text
@d4 1
a4 1
#   $Id: Makefile,v 1.2 1993/06/11 16:31:57 Rhialto Exp $
d8 1
a8 1
CFLAGS = -Ilibfax -proto -D_PROTO -r
d23 15
a37 2
	ci RCS/*,v
	co -u RCS/*,v
@


1.2
log
@First real RCS checkin
@
text
@d4 1
a4 1
#   $Id$
d23 2
a24 1
	ci -u RCS/*,v
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
#
d6 1
d21 3
@
