head	1.3;
access;
symbols
	V1_6_7:1.3
	V1_6_6:1.3
	V1_6_5:1.3
	V1_6_4:1.3
	V1_6_3:1.3
	V1_6_2:1.2
	V1_6_1:1.2
	V1_6:1.2
	V1_5_2:1.2
	V1_4_1:1.2
	V1_4:1.2
	V1_3_3:1.1
	V1_3_1:1.1
	V1_3:1.1;
locks; strict;
comment	@# @;


1.3
date	2000.03.23.14.48.00;	author vandys;	state Exp;
branches;
next	1.2;

1.2
date	95.03.04.23.40.03;	author vandys;	state Exp;
branches;
next	1.1;

1.1
date	94.04.07.00.59.53;	author vandys;	state Exp;
branches;
next	;


desc
@Makefile
@


1.3
log
@Makefile reorg; include master source is in vsta/src.  Centralize
common parameters.
@
text
@OBJS=roff.o roff1.o itoeng.o
OUT=roff

include ../../makefile.all

roff: $(OBJS)
	$(LD) -o roff $(LDFLAGS) $(CRT0) $(OBJS) -lc

install: roff
	strip roff
	cp roff $(ROOT)/bin
@


1.2
log
@The great src/ renaming
@
text
@d1 2
a2 6
CC=gcc
LD=ld
CFLAGS=-O -I../../../include
OBJS= roff.o roff1.o itoeng.o
CRT0=../../lib/crt0.o
LIBS=-L../../lib -lc
d4 1
a4 2
.c.o:
	$(CC) $(CFLAGS) -c $*.c
d7 1
a7 7
	$(LD) -o roff $(CRT0) $(OBJS) $(LIBS)

clean:
	rm -f *.o

clobber: clean
	rm -f roff
d11 1
a11 1
	cp roff ../../../bin
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
CFLAGS=-O -I../../include
d5 2
a6 2
CRT0=../../libc/crt0.o
LIBS=-L../../libc -lc
d22 1
a22 1
	cp roff ../../bin
@
