head     1.12;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.12
date     91.05.29.08.47.54;  author peter;  state Exp;
branches ;
next     1.11;

1.11
date     91.04.24.20.49.57;  author peter;  state Exp;
branches ;
next     1.10;

1.10
date     89.11.22.16.24.09;  author kodiak;  state Exp;
branches ;
next     1.9;

1.9
date     89.11.22.14.01.57;  author jimm;  state Exp;
branches ;
next     1.8;

1.8
date     88.01.22.13.47.06;  author jimm;  state Exp;
branches ;
next     1.7;

1.7
date     88.01.21.18.52.03;  author jimm;  state Exp;
branches ;
next     1.6;

1.6
date     88.01.21.18.39.18;  author jimm;  state Exp;
branches ;
next     1.5;

1.5
date     88.01.21.18.19.25;  author jimm;  state Exp;
branches ;
next     1.4;

1.4
date     88.01.21.17.49.39;  author jimm;  state Exp;
branches ;
next     1.3;

1.3
date     88.01.21.17.19.04;  author jimm;  state Exp;
branches ;
next     1.2;

1.2
date     88.01.21.13.43.14;  author root;  state Exp;
branches ;
next     1.1;

1.1
date     88.01.21.13.08.23;  author jimm;  state Exp;
branches ;
next     ;


desc
@@


1.12
log
@Now use masm2.0 and rcon2.0.  Precious directory is now obsolete.
@
text
@# kodiak's wack makefile
# $Id: makefile,v 1.11 91/04/24 20:49:57 peter Exp $

#TARGET   = /usr/commodore/bin
#TARGET20   = /usr/commodore/bin20
#SOURCED= /batgirl/pub/src/wack

# $V/utilities version
TARGET   = ../../bin
SOURCED= .

INSTALLCP = cp

CURRENT= main.o actions.o symload.o decode.o nmprintf.o \
	memory.o symbols.o show.o special.o ops.o initial.o sat.o \
	gather.o define.o globals.o ishexnum.o interp.o  hunks.o \
	showd.o showg.o showi.o showibase.o showlock.o find.o copper.o

CFLAGS= -DLOCALI
#CFLAGS=

.SUFFIXES: .asm .ol .c

INCDIRS=-I/usr/include \
	-I/usr/commodore/amiga/V/src/kickstart \
	-I/usr/commodore/amiga/V/include

.c.o:
	cc -g -c $(CFLAGS) $(INCDIRS) $< 

# we don't have these tools anymore: don't trash the .ol files!!
#.asm.o:
#	masm $< -o $*.ol
#	rcon $*.ol -n

# dig this:
#.asm.o:
#	@@echo cannot build $*.o
#	rm -f $*.o
#	cp $(SOURCED)/Precious/$*.o $*.o
#	chmod 660 $*.o

# Dig this instead: We do _so_ have these tools!
.asm.o:
	masm2.0 $< -o $*.ol
	rcon2.0 $*.ol -n

a:	$(CURRENT)
	cc -g -o a $(CURRENT)

install: a
	$(INSTALLCP) a $(TARGET)/wack
#	$(INSTALLCP) a $(TARGET20)/wack

Log:
	changelog  -d ./RCS -u -f Log *.c *.h *.asm *.i

tags:
	ctags *.c *.h

#showi.o:	intuinternal.h
find.o:		find.c
showd.o:	showd.c
showi.o:	showi.c
showibase.o:	showibase.c
showg.o:	showg.c
showlock.o:	showlock.c
sat.o:		sat.c
main.o:		main.c
define.o:	define.c
actions.o:	actions.asm
symload.o:	symload.c
decode.o:	decode.c
memory.o:	memory.c
symbols.o:	symbols.c
nmprintf.o:	nmprintf.asm
show.o:		show.c
special.o:	special.c
initial.o:	initial.c
gather.o:	gather.c
define.o:	define.c
globals.o:	globals.c
ishexnum.o:	ishexnum.asm
interp.o:	interp.c
hunks.o:	hunks.c
@


1.11
log
@Now references V, not V36.
Changed $Header to $Id.
@
text
@d2 1
a2 1
# $Id: makefile,v 1.10 89/11/22 16:24:09 kodiak Exp $
d35 1
d37 7
d45 2
a46 4
	@@echo cannot build $*.o
	rm -f $*.o
	cp $(SOURCED)/Precious/$*.o $*.o
	chmod 660 $*.o
@


1.10
log
@1.5: Forbid()/Permit() using BGACK hold; "faster" symbol loading option.
@
text
@d2 1
a2 1
# $Header: makefile,v 1.9 89/11/22 14:01:57 jimm Exp $
d25 2
a26 2
	-I/usr/commodore/amiga/V36/src/kickstart \
	-I/usr/commodore/amiga/V36/include
@


1.9
log
@as released to $V36/utilities/src/wack/
@
text
@d2 1
a2 1
# $Header: $
d38 1
d40 1
@


1.8
log
@no change
@
text
@d2 1
d4 8
a12 2
# god knows where this really goes
TARGET   = /usr/commodore/bin
a13 2
SOURCED= /batgirl/pub/src/wack

d17 1
a17 1
	showd.o showg.o showi.o showlock.o find.o
d19 2
d25 2
a26 2
	-I/usr/commodore/amiga/V35/internal/src/kickstart \
	-I/usr/commodore/amiga/V35/internal/include
d29 1
a29 1
	cc -g -c $(INCDIRS) $< 
d45 1
d47 3
d53 1
a53 1
showi.o:	intuinternal.h
d57 1
@


1.7
log
@had a syntax error
@
text
@@


1.6
log
@no change, just testing.
@
text
@d40 1
a40 1
    ctags *.c *.h
@


1.5
log
@still setting it up
@
text
@@


1.4
log
@just messing around.
@
text
@d39 2
a40 3
checkin:
	ci -u -q $(SOURCED)/RCS/*
# silently skips files which have not changed
a42 1

@


1.3
log
@just setting things up
@
text
@d31 1
a31 1
	cp Precious/$*.o $*.o
d40 1
a40 1
	ci -q $(SOURCED)/RCS/*
@


1.2
log
@kodiak's copy of jimm's version, snapshot jan 21
@
text
@d4 2
a5 1
TARGET   = /usr2/kodiak/.bin
d7 2
d17 4
d22 1
a22 1
	cc -g -c -I/usr/include -I/usr/commodore/amiga/V/internal/include $< 
d24 5
d30 2
a31 2
	masm $< -o $*.ol
	rcon $*.ol -n
d40 2
a41 1
	ci *.c *.asm *.h *.i makefile README wack.notes2
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# jim's wack makefile
d4 1
a4 1
TARGET   = /usr2/jimm/bin
d9 1
a9 1
	showg.o showi.o showlock.o find.o showhandler.o
d15 1
a15 1
	cc -g -c -I/usr/commodore/amiga/V/internal/include $< 
a16 1
#	mv $*.o.tmp $*.o
d27 5
d33 1
a54 1
showhandler.o:	showhandler.c
@
