X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=makefile;h=def563cb1c9ccb50318c1a5136316fbb5f6a2026;hp=5e377d3fd4d6d77ad7d6d4d2ea08cfe2834061b8;hb=ec655dd3711a3cf470e90ba1f12a8206f7df3fd3;hpb=adc2f2df316f46cc70f8939f30c5f39ce6470a20 diff --git a/makefile b/makefile index 5e377d3..def563c 100644 --- a/makefile +++ b/makefile @@ -11,15 +11,18 @@ HOSTCC = gcc CFLAGS = -g -D__GCCUNIX__ -I. -O2 -SRCS = amode.c debug.c direct.c eagen.c error.c expr.c listing.c mach.c macro.c mark.c object.c procln.c risca.c rmac.c sect.c symbol.c token.c +SRCS = amode.c debug.c direct.c eagen.c error.c expr.c listing.c mach.c macro.c mark.c object.c procln.c riscasm.c rmac.c sect.c symbol.c token.c -OBJS = amode.o debug.o direct.o eagen.o error.o expr.o listing.o mach.o macro.o mark.o object.o procln.o risca.o rmac.o sect.o symbol.o token.o +OBJS = amode.o debug.o direct.o eagen.o error.o expr.o listing.o mach.o macro.o mark.o object.o procln.o riscasm.o rmac.o sect.o symbol.o token.o # # Build everything # all : mntab.h 68ktab.h kwtab.h risckw.h rmac + @echo + @echo "Don't forget to bump the version number before commiting!" + @echo # # Generated Sources for State Machines and Keyword, Directive and Mnemonic Definitions