| arch/r8c/asm.fs \ |
arch/r8c/asm.fs \ |
| arch/r8c/mach.fs \ |
arch/r8c/mach.fs \ |
| arch/r8c/errors.fs \ |
arch/r8c/errors.fs \ |
| arch/r8c/prim.fs |
arch/r8c/prim.fs \ |
| |
arch/r8c/asm-test.fs \ |
| |
arch/r8c/errors.fs \ |
| |
arch/r8c/lauflicht.fs \ |
| |
arch/r8c/tasker.fs \ |
| |
arch/r8c/terminal.fs \ |
| |
arch/sharc/unistd.h |
| |
|
| #not included in distribution until distribution terms are included: |
#not included in distribution until distribution terms are included: |
| ARCHS_NO_DIST = \ |
ARCHS_NO_DIST = \ |
| arch/c165/mach.fs \ |
arch/c165/mach.fs \ |
| arch/c165/prim.fs \ |
arch/c165/prim.fs \ |
| arch/h8/asm.fs \ |
arch/h8/asm.fs \ |
| arch/r8c/asm-test.fs \ |
arch/r8c/tt.fs |
| arch/r8c/errors.fs \ |
|
| arch/r8c/lauflicht.fs \ |
|
| arch/r8c/tasker.fs \ |
|
| arch/r8c/terminal.fs \ |
|
| arch/r8c/tt.fs \ |
|
| arch/sharc/unistd.h |
|
| |
|
| VMGEN_EX = vmgen-ex/CVS vmgen-ex/Makefile vmgen-ex/README vmgen-ex/disasm.c \ |
VMGEN_EX = vmgen-ex/CVS vmgen-ex/Makefile vmgen-ex/README vmgen-ex/disasm.c \ |
| vmgen-ex/engine.c vmgen-ex/fib.mini \ |
vmgen-ex/engine.c vmgen-ex/fib.mini \ |
| ./config.status --recheck |
./config.status --recheck |
| |
|
| #create files for DOS, because DOS cannot do it itself |
#create files for DOS, because DOS cannot do it itself |
| makefile.dos engine/makefile.dos: mkdosmf.sed Makefile.in engine/Makefile.in |
makefile.dos: mkdosmf.sed Makefile.in |
| sed -f mkdosmf.sed <Makefile.in >makefile.dos |
sed -f mkdosmf.sed <Makefile.in >makefile.dos |
| |
|
| |
engine/makefile.dos: mkdosmf.sed engine/Makefile.in |
| sed -f mkdosmf.sed <engine/Makefile.in >engine/makefile.dos |
sed -f mkdosmf.sed <engine/Makefile.in >engine/makefile.dos |
| |
|
| makefile.os2 engine/makefile.os2: mkos2mf.sed Makefile.in engine/Makefile.in |
makefile.os2: mkos2mf.sed Makefile.in |
| sed -f mkos2mf.sed <Makefile.in >makefile.os2 |
sed -f mkos2mf.sed <Makefile.in >makefile.os2 |
| sed -f mkos2mf.sed <engine/Makefile.in >engine/makefile.os2 |
|
| echo '%.o: %.c' >>makefile.os2 |
echo '%.o: %.c' >>makefile.os2 |
| echo ' $$(GCC) $$(CFLAGS) $$(CPPFLAGS) -c $$<' >>makefile.os2 |
echo ' $$(GCC) $$(CFLAGS) $$(CPPFLAGS) -c $$<' >>makefile.os2 |
| |
|
| |
engine/makefile.os2: mkos2mf.sed engine/Makefile.in |
| |
sed -f mkos2mf.sed <engine/Makefile.in >engine/makefile.os2 |
| echo '%.o: %.c' >>engine/makefile.os2 |
echo '%.o: %.c' >>engine/makefile.os2 |
| echo ' $$(GCC) $$(CFLAGS) $$(CPPFLAGS) -c $$<' >>engine/makefile.os2 |
echo ' $$(GCC) $$(CFLAGS) $$(CPPFLAGS) -c $$<' >>engine/makefile.os2 |