home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-03-07 | 11.8 KB | 556 lines |
- # Project: as4
-
-
- # Toolflags:
- PCflags = -c -depend !Depend -throwback -IP:
- CCflags = -c -depend !Depend -IC: -g -throwback
- Linkflags = -aif -o $@
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
- ASflags = -throwback
-
-
- # Final targets:
- @.as: @.o.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 C:o.Stubs C:o.RISC_OSLib @.o.code @.o.help_eval @.o.fix \
- @.o.reloc @.o.value @.o.help_lex @.o.storage @.o.riscos @.o.filestack @.o.include \
- @.o.uname @.o.lexAcorn @.o.lit
- link $(linkflags) @.o.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 C:o.Stubs C:o.RISC_OSLib @.o.code \
- @.o.help_eval @.o.fix @.o.reloc @.o.value @.o.help_lex @.o.storage @.o.riscos @.o.filestack \
- @.o.include @.o.uname @.o.lexAcorn @.o.lit
- @.mkendian: @.o.mkendian C:o.Stubs
- link $(linkflags) @.o.mkendian C:o.Stubs
-
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.area: @.c.area
- cc $(ccflags) -o @.o.area @.c.area
- @.o.asm: @.c.asm
- cc $(ccflags) -o @.o.asm @.c.asm
- @.o.commands: @.c.commands
- cc $(ccflags) -o @.o.commands @.c.commands
- @.o.decode: @.c.decode
- cc $(ccflags) -o @.o.decode @.c.decode
- @.o.error: @.c.error
- cc $(ccflags) -o @.o.error @.c.error
- @.o.eval: @.c.eval
- cc $(ccflags) -o @.o.eval @.c.eval
- @.o.expr: @.c.expr
- cc $(ccflags) -o @.o.expr @.c.expr
- @.o.get: @.c.get
- cc $(ccflags) -o @.o.get @.c.get
- @.o.hash: @.c.hash
- cc $(ccflags) -o @.o.hash @.c.hash
- @.o.help_cop: @.c.help_cop
- cc $(ccflags) -o @.o.help_cop @.c.help_cop
- @.o.help_cpu: @.c.help_cpu
- cc $(ccflags) -o @.o.help_cpu @.c.help_cpu
- @.o.input: @.c.input
- cc $(ccflags) -o @.o.input @.c.input
- @.o.lex: @.c.lex
- cc $(ccflags) -o @.o.lex @.c.lex
- @.o.main: @.c.main
- cc $(ccflags) -o @.o.main @.c.main
- @.o.m_cop: @.c.m_cop
- cc $(ccflags) -o @.o.m_cop @.c.m_cop
- @.o.m_copmem: @.c.m_copmem
- cc $(ccflags) -o @.o.m_copmem @.c.m_copmem
- @.o.m_cpu: @.c.m_cpu
- cc $(ccflags) -o @.o.m_cpu @.c.m_cpu
- @.o.m_cpuctrl: @.c.m_cpuctrl
- cc $(ccflags) -o @.o.m_cpuctrl @.c.m_cpuctrl
- @.o.m_cpumem: @.c.m_cpumem
- cc $(ccflags) -o @.o.m_cpumem @.c.m_cpumem
- @.o.m_fpu: @.c.m_fpu
- cc $(ccflags) -o @.o.m_fpu @.c.m_fpu
- @.o.m_fpumem: @.c.m_fpumem
- cc $(ccflags) -o @.o.m_fpumem @.c.m_fpumem
- @.o.option: @.c.option
- cc $(ccflags) -o @.o.option @.c.option
- @.o.output: @.c.output
- cc $(ccflags) -o @.o.output @.c.output
- @.o.put: @.c.put
- cc $(ccflags) -o @.o.put @.c.put
- @.o.symbol: @.c.symbol
- cc $(ccflags) -o @.o.symbol @.c.symbol
- @.o.code: @.c.code
- cc $(ccflags) -o @.o.code @.c.code
- @.o.help_eval: @.c.help_eval
- cc $(ccflags) -o @.o.help_eval @.c.help_eval
- @.o.fix: @.c.fix
- cc $(ccflags) -o @.o.fix @.c.fix
- @.o.reloc: @.c.reloc
- cc $(ccflags) -o @.o.reloc @.c.reloc
- @.o.value: @.c.value
- cc $(ccflags) -o @.o.value @.c.value
- @.o.help_lex: @.c.help_lex
- cc $(ccflags) -o @.o.help_lex @.c.help_lex
- @.o.storage: @.c.storage
- cc $(ccflags) -o @.o.storage @.c.storage
- @.o.riscos: @.c.riscos
- cc $(ccflags) -o @.o.riscos @.c.riscos
- @.o.mkendian: @.c.mkendian
- cc $(ccflags) -o @.o.mkendian @.c.mkendian
- @.o.filestack: @.c.filestack
- cc $(ccflags) -o @.o.filestack @.c.filestack
- @.o.include: @.c.include
- cc $(ccflags) -o @.o.include @.c.include
- @.o.uname: @.c.uname
- cc $(ccflags) -o @.o.uname @.c.uname
- @.o.lexAcorn: @.c.lexAcorn
- cc $(ccflags) -o @.o.lexAcorn @.c.lexAcorn
- @.o.lit: @.c.lit
- cc $(ccflags) -o @.o.lit @.c.lit
-
-
- # Dynamic dependencies:
- o.postfix: c.postfix
- o.postfix: h.postfix
- o.postfix: h.global
- o.postfix: h.lex
- o.postfix: h.symbol
- o.postfix: h.eval
- o.postfix: h.reloc
- o.postfix: h.lex
- o.postfix: h.symbol
- o.postfix: h.global
- o.postfix: h.error
- o.postfix: h.eval
- o.postfix: h.reloc
- o.postfix: h.area
- o.postfix: h.option
- o.postfix: h.input
- o.postfix: h.AofFile
- o.toriscos: c.toriscos
- o.toriscos: h.error
- o.toriscos: h.global
- o.mkendian: c.mkendian
- o.area: c.area
- o.area: h.lex
- o.area: h.global
- o.area: h.hash
- o.area: h.symbol
- o.area: h.value
- o.area: h.commands
- o.area: h.error
- o.area: h.input
- o.area: h.expr
- o.area: h.area
- o.area: h.reloc
- o.area: h.lit
- o.asm: c.asm
- o.asm: h.input
- o.asm: h.global
- o.asm: h.error
- o.asm: h.decode
- o.asm: h.symbol
- o.asm: h.lex
- o.asm: h.value
- o.asm: h.lex
- o.asm: h.symbol
- o.asm: h.area
- o.asm: h.reloc
- o.asm: h.lit
- o.asm: h.asm
- o.asm: h.code
- o.commands: c.commands
- o.commands: h.error
- o.commands: h.global
- o.commands: h.input
- o.commands: h.lex
- o.commands: h.help_lex
- o.commands: h.symbol
- o.commands: h.value
- o.commands: h.expr
- o.commands: h.code
- o.commands: h.reloc
- o.commands: h.value
- o.commands: h.put
- o.commands: h.commands
- o.commands: h.fix
- o.commands: h.include
- o.commands: h.filestack
- o.commands: h.area
- o.commands: h.lit
- o.commands: h.lit
- o.decode: c.decode
- o.decode: h.decode
- o.decode: h.symbol
- o.decode: h.lex
- o.decode: h.global
- o.decode: h.value
- o.decode: h.input
- o.decode: h.commands
- o.decode: h.mnemonics
- o.decode: h.storage
- o.decode: h.option
- o.decode: h.error
- o.decode: h.filestack
- o.error: c.error
- o.error: h.error
- o.error: h.global
- o.error: h.input
- o.error: h.output
- o.error: h.riscos
- o.error: C:h.os
- o.eval: c.eval
- o.eval: h.global
- o.eval: h.eval
- o.eval: h.lex
- o.eval: h.value
- o.eval: h.help_eval
- o.eval: h.error
- o.expr: c.expr
- o.expr: h.expr
- o.expr: h.value
- o.expr: h.global
- o.expr: h.lex
- o.expr: h.error
- o.expr: h.global
- o.expr: h.symbol
- o.expr: h.code
- o.expr: h.reloc
- o.expr: h.area
- o.expr: h.lit
- o.get: c.get
- o.get: h.get
- o.get: h.global
- o.get: h.error
- o.get: h.input
- o.get: h.lex
- o.get: h.symbol
- o.get: h.value
- o.get: h.expr
- o.get: h.reloc
- o.get: h.help_cpu
- o.get: h.fix
- o.hash: c.hash
- o.help_cop: c.help_cop
- o.help_cop: h.error
- o.help_cop: h.global
- o.help_cop: h.expr
- o.help_cop: h.value
- o.help_cop: h.help_cop
- o.help_cop: h.input
- o.help_cop: h.area
- o.help_cop: h.symbol
- o.help_cop: h.lex
- o.help_cop: h.reloc
- o.help_cop: h.lit
- o.help_cop: h.get
- o.help_cop: h.option
- o.help_cop: h.value
- o.help_cop: h.code
- o.help_cop: h.fix
- o.help_cop: h.reloc
- o.help_cpu: c.help_cpu
- o.help_cpu: h.help_cpu
- o.help_cpu: h.error
- o.help_cpu: h.global
- o.input: c.input
- o.input: h.error
- o.input: h.global
- o.input: h.global
- o.input: h.input
- o.input: h.riscos
- o.input: C:h.os
- o.lex: c.lex
- o.lex: h.error
- o.lex: h.global
- o.lex: h.lex
- o.lex: h.help_lex
- o.lex: h.input
- o.lex: h.hash
- o.lex: h.symbol
- o.lex: h.value
- o.main: c.main
- o.main: h.input
- o.main: h.global
- o.main: h.output
- o.main: h.error
- o.main: h.asm
- o.main: h.area
- o.main: h.symbol
- o.main: h.lex
- o.main: h.value
- o.main: h.reloc
- o.main: h.lit
- o.main: h.riscos
- o.main: C:h.os
- o.main: h.include
- o.main: h.version
- o.m_cop: c.m_cop
- o.m_cop: h.mnemonics
- o.m_cop: h.error
- o.m_cop: h.global
- o.m_cop: h.option
- o.m_cop: h.input
- o.m_cop: h.expr
- o.m_cop: h.value
- o.m_cop: h.reloc
- o.m_cop: h.symbol
- o.m_cop: h.lex
- o.m_cop: h.put
- o.m_cop: h.area
- o.m_cop: h.lit
- o.m_cop: h.get
- o.m_cop: h.help_cop
- o.m_copmem: c.m_copmem
- o.m_copmem: h.mnemonics
- o.m_copmem: h.error
- o.m_copmem: h.global
- o.m_copmem: h.option
- o.m_copmem: h.input
- o.m_copmem: h.expr
- o.m_copmem: h.value
- o.m_copmem: h.reloc
- o.m_copmem: h.symbol
- o.m_copmem: h.lex
- o.m_copmem: h.put
- o.m_copmem: h.area
- o.m_copmem: h.lit
- o.m_copmem: h.get
- o.m_copmem: h.help_cop
- o.m_cpu: c.m_cpu
- o.m_cpu: h.mnemonics
- o.m_cpu: h.error
- o.m_cpu: h.global
- o.m_cpu: h.option
- o.m_cpu: h.put
- o.m_cpu: h.input
- o.m_cpu: h.global
- o.m_cpu: h.expr
- o.m_cpu: h.value
- o.m_cpu: h.area
- o.m_cpu: h.symbol
- o.m_cpu: h.lex
- o.m_cpu: h.reloc
- o.m_cpu: h.lit
- o.m_cpu: h.get
- o.m_cpu: h.m_cpu
- o.m_cpuctrl: c.m_cpuctrl
- o.m_cpuctrl: h.mnemonics
- o.m_cpuctrl: h.error
- o.m_cpuctrl: h.global
- o.m_cpuctrl: h.option
- o.m_cpuctrl: h.put
- o.m_cpuctrl: h.input
- o.m_cpuctrl: h.global
- o.m_cpuctrl: h.expr
- o.m_cpuctrl: h.value
- o.m_cpuctrl: h.code
- o.m_cpuctrl: h.lex
- o.m_cpuctrl: h.symbol
- o.m_cpuctrl: h.reloc
- o.m_cpuctrl: h.area
- o.m_cpuctrl: h.lit
- o.m_cpuctrl: h.help_cpu
- o.m_cpuctrl: h.get
- o.m_cpuctrl: h.value
- o.m_cpuctrl: h.fix
- o.m_cpumem: c.m_cpumem
- o.m_cpumem: h.mnemonics
- o.m_cpumem: h.error
- o.m_cpumem: h.global
- o.m_cpumem: h.option
- o.m_cpumem: h.put
- o.m_cpumem: h.input
- o.m_cpumem: h.global
- o.m_cpumem: h.expr
- o.m_cpumem: h.value
- o.m_cpumem: h.code
- o.m_cpumem: h.lex
- o.m_cpumem: h.symbol
- o.m_cpumem: h.reloc
- o.m_cpumem: h.area
- o.m_cpumem: h.lit
- o.m_cpumem: h.lit
- o.m_cpumem: h.get
- o.m_cpumem: h.fix
- o.m_cpumem: h.expr
- o.m_fpu: c.m_fpu
- o.m_fpu: h.mnemonics
- o.m_fpu: h.error
- o.m_fpu: h.global
- o.m_fpu: h.option
- o.m_fpu: h.input
- o.m_fpu: h.expr
- o.m_fpu: h.value
- o.m_fpu: h.code
- o.m_fpu: h.lex
- o.m_fpu: h.symbol
- o.m_fpu: h.reloc
- o.m_fpu: h.get
- o.m_fpu: h.put
- o.m_fpu: h.area
- o.m_fpu: h.lit
- o.m_fpu: h.value
- o.m_fpu: h.m_fpu
- o.m_fpu: h.fix
- o.m_fpu: h.reloc
- o.m_fpumem: c.m_fpumem
- o.m_fpumem: h.mnemonics
- o.m_fpumem: h.input
- o.m_fpumem: h.global
- o.m_fpumem: h.get
- o.m_fpumem: h.put
- o.m_fpumem: h.help_cop
- o.option: c.option
- o.option: h.option
- o.option: h.global
- o.option: h.error
- o.option: h.input
- o.output: c.output
- o.output: h.error
- o.output: h.global
- o.output: h.ChunkFile
- o.output: h.AofFile
- o.output: h.symbol
- o.output: h.lex
- o.output: h.value
- o.output: h.output
- o.output: h.area
- o.output: h.reloc
- o.output: h.lit
- o.output: h.riscos
- o.output: C:h.os
- o.output: h.endian
- o.output: h.endiandef
- o.output: h.version
- o.put: c.put
- o.put: h.put
- o.put: h.global
- o.put: h.error
- o.put: h.area
- o.put: h.symbol
- o.put: h.lex
- o.put: h.value
- o.put: h.reloc
- o.put: h.lit
- o.symbol: c.symbol
- o.symbol: h.symbol
- o.symbol: h.lex
- o.symbol: h.global
- o.symbol: h.value
- o.symbol: h.global
- o.symbol: h.error
- o.symbol: h.AofFile
- o.symbol: h.code
- o.symbol: h.reloc
- o.symbol: h.help_lex
- o.code: c.code
- o.code: h.code
- o.code: h.global
- o.code: h.lex
- o.code: h.symbol
- o.code: h.value
- o.code: h.reloc
- o.code: h.error
- o.code: h.eval
- o.code: h.area
- o.code: h.lit
- o.code: h.option
- o.code: h.input
- o.code: h.AofFile
- o.code: h.storage
- o.help_eval: c.help_eval
- o.help_eval: h.global
- o.help_eval: h.help_eval
- o.help_eval: h.value
- o.help_eval: h.eval
- o.help_eval: h.lex
- o.help_eval: h.error
- o.help_eval: h.symbol
- o.fix: c.fix
- o.fix: h.error
- o.fix: h.global
- o.fix: h.help_cpu
- o.fix: h.fix
- o.fix: h.global
- o.fix: h.m_cpu
- o.fix: h.m_fpu
- o.fix: h.option
- o.reloc: c.reloc
- o.reloc: h.code
- o.reloc: h.global
- o.reloc: h.lex
- o.reloc: h.symbol
- o.reloc: h.value
- o.reloc: h.reloc
- o.reloc: h.lex
- o.reloc: h.symbol
- o.reloc: h.global
- o.reloc: h.error
- o.reloc: h.eval
- o.reloc: h.reloc
- o.reloc: h.area
- o.reloc: h.lit
- o.reloc: h.option
- o.reloc: h.input
- o.reloc: h.AofFile
- o.reloc: h.fix
- o.value: c.value
- o.value: h.value
- o.value: h.global
- o.value: h.code
- o.value: h.lex
- o.value: h.symbol
- o.value: h.reloc
- o.value: h.error
- o.help_lex: c.help_lex
- o.help_lex: h.global
- o.help_lex: h.error
- o.help_lex: h.help_lex
- o.storage: c.storage
- o.storage: h.storage
- o.storage: h.value
- o.storage: h.global
- o.storage: h.symbol
- o.storage: h.lex
- o.storage: h.value
- o.storage: h.get
- o.storage: h.lex
- o.storage: h.input
- o.storage: h.expr
- o.storage: h.error
- o.riscos: c.riscos
- o.riscos: h.error
- o.riscos: h.global
- o.riscos: h.riscos
- o.riscos: C:h.os
- o.filestack: c.filestack
- o.filestack: h.input
- o.filestack: h.global
- o.filestack: h.error
- o.include: c.include
- o.include: h.uname
- o.uname: c.uname
- o.lexAcorn: c.lexAcorn
- o.lexAcorn: h.lex
- o.lexAcorn: h.global
- o.lexAcorn: h.input
- o.lit: c.lit
- o.lit: h.error
- o.lit: h.global
- o.lit: h.input
- o.lit: h.area
- o.lit: h.symbol
- o.lit: h.lex
- o.lit: h.value
- o.lit: h.reloc
- o.lit: h.lit
- o.lit: h.reloc
- o.lit: h.put
- o.lit: h.fix
- o.lit: h.lit
-