head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	95.10.23.23.58.14;	author jtk;	state Exp;
branches;
next	1.2;

1.2
date	95.03.29.23.41.32;	author jtk;	state Exp;
branches;
next	1.1;

1.1
date	95.03.29.23.32.10;	author jtk;	state Exp;
branches;
next	;


desc
@@


1.3
log
@remove chmem
@
text
@CFLAGS		=-O -D_POSIX_SOURCE
LDFLAGS		=
VPATH=../ld

OBJS		=as.o assemble.o error.o express.o \
		 genbin.o genlist.o genobj.o gensym.o \
		 macro.o mops.o pops.o readsrc.o \
		 scan.o table.o typeconv.o

as: $(OBJS)
	$(CC) $(LDFLAGS) $(OBJS) -o as
#	chmem =182000 as

as.o: const.h type.h byteord.h macro.h file.h flag.h globvar.h
assemble.o: const.h type.h address.h globvar.h opcode.h scan.h
error.o: const.h type.h
express.o: const.h type.h address.h globvar.h scan.h source.h
genbin.o: const.h type.h address.h file.h globvar.h
genlist.o: const.h type.h address.h flag.h file.h globvar.h macro.h scan.h \
	   source.h
genobj.o: const.h type.h address.h file.h globvar.h
gensym.o: const.h type.h flag.h file.h globvar.h
macro.o: const.h type.h globvar.h scan.h macro.h
mops.o: const.h type.h globvar.h opcode.h scan.h address.h
pops.o: const.h type.h address.h flag.h globvar.h opcode.h scan.h
readsrc.o: const.h type.h flag.h file.h globvar.h macro.h scan.h source.h
scan.o: const.h type.h globvar.h scan.h 
table.o: const.h type.h globvar.h opcode.h scan.h
@


1.2
log
@compiles now
@
text
@d12 1
a12 1
	chmem =182000 as
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
CFLAGS		=-O
d3 1
@
