home *** CD-ROM | disk | FTP | other *** search
- CC= gcc
- CFLAGS= -DUNIX -ansi -g #-O2
-
- PROG= aas
- OBJS= area.o asm.o commands.o decode.o error.o eval.o expr.o \
- get.o hash.o help_cop.o help_cpu.o input.o lex.o main.o m_cop.o \
- m_copmem.o m_cpu.o m_cpuctrl.o m_cpumem.o m_fpu.o m_fpumem.o option.o \
- output.o put.o symbol.o code.o help_eval.o fix.o reloc.o value.o \
- help_lex.o storage.o endian.o include.o filestack.o lexAcorn.o lit.o
- LIBS= -lm
- INSTALLDIR= /home/nimrod/duplain/bin
-
- all: $(PROG)
-
- $(PROG): $(OBJS)
- $(CC) -o $(PROG) $(OBJS) $(LIBS)
-
- mkendian: mkendian.c
- $(CC) $(CFLAGS) -o mkendian mkendian.c
-
- testendian: testendian.o endian.o
- $(CC) -o testendian testendian.o endian.o
-
- install: all
- install $(PROG) $(INSTALLDIR)
-
- clean:
- rm -f $(PROG) mkendian testendian *.o a.out core *.bak
-
- endian.h: mkendian
- mkendian
-
- version.h:
- sh mkversion
-
- postfix.o: postfix.o postfix.h global.h lex.h symbol.h eval.h reloc.h \
- error.h area.h option.h input.h AofFile.h
- asm.o: asm.c input.h global.h error.h decode.h symbol.h lex.h \
- value.h area.h reloc.h asm.h code.h
- commands.o: commands.c error.h global.h input.h lex.h help_lex.h \
- symbol.h value.h expr.h code.h reloc.h value.h put.h \
- commands.h fix.h filestack.h
- decode.o: decode.c decode.h symbol.h lex.h global.h value.h input.h \
- commands.h mnemonics.h storage.h option.h error.h filestack.h
- error.o: error.c error.h global.h input.h
- eval.o: eval.c global.h eval.h lex.h value.h error.h
- expr.o: expr.c expr.h value.h global.h lex.h error.h global.h \
- symbol.h code.h reloc.h area.h
- get.o: get.c get.h global.h error.h input.h lex.h symbol.h value.h \
- expr.h reloc.h help_cpu.h fix.h
- help_cop.o: help_cop.c error.h global.h expr.h value.h help_cop.h \
- input.h area.h symbol.h lex.h reloc.h get.h option.h value.h \
- code.h fix.h reloc.h
- help_cpu.o: help_cpu.c help_cpu.h error.h global.h
- input.o: input.c error.h global.h global.h input.h
- main.o: main.c input.h global.h output.h error.h asm.h area.h \
- symbol.h lex.h value.h reloc.h version.h include.h
- m_cop.o: m_cop.c mnemonics.h error.h global.h option.h input.h expr.h \
- value.h reloc.h symbol.h lex.h put.h area.h get.h help_cop.h
- m_copmem.o: m_copmem.c mnemonics.h error.h global.h option.h input.h \
- expr.h value.h reloc.h symbol.h lex.h put.h area.h get.h \
- help_cop.h
- m_cpu.o: m_cpu.c mnemonics.h error.h global.h option.h put.h input.h \
- global.h expr.h value.h area.h symbol.h lex.h reloc.h get.h \
- m_cpu.h
- m_cpuctrl.o: m_cpuctrl.c mnemonics.h error.h global.h option.h put.h \
- input.h global.h expr.h value.h code.h lex.h symbol.h \
- reloc.h area.h help_cpu.h get.h value.h fix.h
- m_cpumem.o: m_cpumem.c mnemonics.h error.h global.h option.h put.h \
- input.h global.h expr.h value.h code.h lex.h symbol.h \
- reloc.h area.h get.h fix.h expr.h
- m_fpu.o: m_fpu.c mnemonics.h error.h global.h option.h input.h \
- expr.h value.h code.h lex.h symbol.h reloc.h get.h put.h \
- area.h value.h m_fpu.h fix.h reloc.h
- m_fpumem.o: m_fpumem.c mnemonics.h input.h global.h get.h put.h help_cop.h
- option.o: option.c option.h global.h error.h input.h
- put.o: put.c put.h global.h error.h area.h symbol.h lex.h value.h \
- reloc.h
- code.o: code.c code.h global.h lex.h symbol.h value.h reloc.h \
- error.h eval.h area.h option.h input.h AofFile.h storage.h
- help_eval.o: help_eval.c global.h help_eval.h value.h eval.h lex.h \
- error.h symbol.h
- fix.o: fix.c error.h global.h help_cpu.h fix.h global.h m_cpu.h \
- m_fpu.h option.h
- reloc.o: reloc.c code.h global.h lex.h symbol.h value.h reloc.h \
- lex.h symbol.h global.h error.h eval.h reloc.h area.h \
- option.h input.h AofFile.h fix.h
- value.o: value.c value.h global.h code.h lex.h symbol.h reloc.h error.h
- help_lex.o: help_lex.c global.h error.h help_lex.h
- storage.o: storage.c storage.h value.h global.h symbol.h lex.h value.h \
- get.h lex.h input.h expr.h error.h
- area.o: area.c lex.h global.h hash.h symbol.h value.h commands.h \
- error.h input.h expr.h area.h reloc.h
- lex.o: lex.c error.h global.h lex.h help_lex.h input.h hash.h \
- symbol.h value.h
- symbol.o: symbol.c symbol.h lex.h global.h value.h global.h error.h \
- AofFile.h code.h reloc.h help_lex.h
- output.o: output.c error.h global.h ChunkFile.h AofFile.h symbol.h \
- lex.h value.h output.h area.h reloc.h
- endian.o: endian.c endian.h
- include.o: include.c
- filestack.o: filestack.c
- lexAcorn.o: lexAcorn.c lex.h input.h
- lit.o: lit.c error.h input.h area.h reloc.h put.h fix.h lit.h