head	1.9;
access;
symbols
	V1_6_7:1.9
	V1_6_6:1.9
	V1_6_5:1.9
	V1_6_4:1.9
	V1_6_3:1.9
	V1_6_2:1.8
	V1_6_1:1.8
	V1_6:1.8
	V1_5_2:1.8
	V1_4_1:1.8
	V1_4:1.8
	V1_3_3:1.6
	V1_3_1:1.6
	V1_3:1.6
	V1_2:1.5;
locks; strict;
comment	@# @;


1.9
date	2000.03.23.14.48.00;	author vandys;	state Exp;
branches;
next	1.8;

1.8
date	95.08.02.04.35.57;	author vandys;	state Exp;
branches;
next	1.7;

1.7
date	95.03.04.23.40.03;	author vandys;	state Exp;
branches;
next	1.6;

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

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

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

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

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

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


desc
@Makefile
@


1.9
log
@Makefile reorg; include master source is in vsta/src.  Centralize
common parameters.
@
text
@COPTS=-Wall
OBJS=adb.o disasm.o expr.o lex.o sym.o map.o proc.o i386.o
OUT=adb
include ../../makefile.all

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

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


1.8
log
@ANSIfy
@
text
@d1 1
a1 3
CC=gcc
LD=ld
CFLAGS=-Wall -I../../../include -O
d3 2
a4 5
LIBS=-L../../lib -lc
CRT0=../../lib/crt0.o

.c.o:
	$(CC) $(CFLAGS) -c $*.c
d7 1
a7 7
	$(LD) -o adb $(CRT0) $(OBJS) $(LIBS)

clean:
	rm -f *.o

clobber: clean
	rm -f adb
d9 1
a9 1
install:
d11 1
a11 1
	cp adb ../../../bin
@


1.7
log
@The great src/ renaming
@
text
@d3 1
a3 1
CFLAGS=-I../../../include -O
@


1.6
log
@Add clean, clobber, install targets
@
text
@d3 1
a3 1
CFLAGS=-I../../include -O
d5 2
a6 2
LIBS=-L../../libc -lc
CRT0=../../libc/crt0.o
d22 1
a22 1
	cp adb ../../bin
@


1.5
log
@Optimize
@
text
@d15 8
a22 2
	del *.o
	del adb
@


1.4
log
@Add i386.c
@
text
@d3 1
a3 1
CFLAGS=-I../../include -g
@


1.3
log
@Add make clean
@
text
@d4 1
a4 1
OBJS=adb.o disasm.o expr.o lex.o sym.o map.o proc.o
@


1.2
log
@Add ptrace support
@
text
@d13 4
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
OBJS=adb.o disasm.o expr.o lex.o sym.o map.o
@
