head	1.6;
access;
symbols
	V1_6_7:1.6
	V1_6_6:1.6
	V1_6_5:1.6
	V1_6_4:1.6
	V1_6_3:1.6
	V1_6_2:1.5
	V1_6_1:1.5
	V1_6:1.4
	V1_5_2:1.4
	V1_4_1:1.4
	V1_4:1.4
	V1_3_3:1.3;
locks; strict;
comment	@# @;


1.6
date	2000.03.23.14.48.00;	author vandys;	state Exp;
branches;
next	1.5;

1.5
date	97.12.06.18.04.09;	author vandys;	state Exp;
branches;
next	1.4;

1.4
date	95.03.04.23.41.57;	author vandys;	state Exp;
branches;
next	1.3;

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

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

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


desc
@Makefile
@


1.6
log
@Makefile reorg; include master source is in vsta/src.  Centralize
common parameters.
@
text
@COPTS=-Wall -DDEBUG
OBJS=main.o ne.o rw.o dir.o stat.o netlib.o
OUT=ne

include ../../../makefile.all

ne: $(OBJS)
	rm -f ne
	$(LD) $(LDFLAGS) -o ne $(CRT0) $(OBJS) -lusr -lc

install: ne
	strip ne
	cp ne $(ROOT)/boot
@


1.5
log
@Remove old exec before creating new
@
text
@d1 1
a1 5
CC=gcc
LD=ld
INCS=-I../../../../include
CFLAGS=-Wall -DDEBUG $(INCS) -O
LDFLAGS=-L../../../lib
d3 1
a3 1
LIBS=-lusr -lc
d5 1
a5 4
all: ne

.c.o:
	$(CC) $(CFLAGS) -c $*.c
d9 1
a9 7
	$(LD) $(LDFLAGS) -o ne ../../../lib/crt0.o $(OBJS) $(LIBS)

clean:
	rm -f *.o

clobber: clean
	rm -f ne
d13 1
a13 1
	cp ne ../../../../boot/ne
@


1.4
log
@The great src/ renaming
@
text
@d15 1
@


1.3
log
@Add install target
@
text
@d3 1
a3 1
INCS=-I../../../include
d5 1
a5 1
LDFLAGS=-L../../../libc
d15 1
a15 1
	$(LD) $(LDFLAGS) -o ne ../../../libc/crt0.o $(OBJS) $(LIBS)
d25 1
a25 1
	cp ne ../../../boot/ne
@


1.2
log
@Fix makefiles for shared libraries
@
text
@d22 4
@


1.1
log
@Initial revision
@
text
@d15 1
a15 1
	$(LD) $(LDFLAGS) -o ne ../../../libc/crt0srv.o $(OBJS) $(LIBS)
@
