File:  [gforth] / gforth / mkdosmf.sed
Revision 1.22: download - view: text, annotated - select for diffs
Sun Jul 23 19:29:56 2000 UTC (23 years, 8 months ago) by pazsan
Branches: MAIN
CVS tags: v0-5-0, HEAD
Made Gforth compile on DOS. Cleaned up some minor parts in make binonlydist
Also renamed

unbuffered.fs -> unbuffer.fs
exceptions.fs -> except.fs
backtrace.fs -> backtrac.fs

in the CVS archive (do that in your gforth/CVS/Entries before checking out!!!)

If you want to make my life more easy, please refrain from using >8.3 file
names for vital parts.

# We use the bash and shell and file utilities with dos
s%SHELL%# SHELL%g
s% rm -rf% deltree%g
s% rm% del%g
s% cp -p% copy%g
s% ln -s% cp%g
s%\($(CP).*\)/%\1\\%g
s%\($(CP).*\)/%\1\\%g
s%@mach_h@%386%g
s%-pipe %%g
s% ./gforth% gforth%g
s%io.o %%g
s%-DDEFAULTPATH=\\".*"%%g
s%@kernel_fi@%kernl32l.fi%g
s%@KERNEL@%kernl16l.fi kernl16b.fi kernl32l.fi kernl32b.fi kernl64l.fi kernl64b.fi%g
s%@LIBOBJS@%ecvt.o io.o strsig.o getopt.o getopt1.o select.o%g
s%@host@%dos%g
s%@CC@%gcc%g
s%@GFORTH_EXE@%%g
s%@GFORTHDITC_EXE@%%g
s%@INSTALL@%install-sh%g
s%@INSTALL_PROGRAM@%install-sh%g
s%@INSTALL_DATA@%install-sh%g
s%@LN_S@%copy%g
s%@CFLAGS@%-fforce-mem -fforce-addr -fomit-frame-pointer%g
s%@ENGINE_FLAGS@%%g
s%@DEFS@%%g
s%@DEBUGFLAG@%%g
s%@LDFLAGS@%%g
s%@GCCLDFLAGS@%%g
s%@LIBS@%-lm -lpc%g
s%@prefix@%%g
s%@exec_prefix@%%g
s%@srcdir@%.%g
s%@LINK_KERNL@%-$(CP) kernl32l.fi kernel.fi%g
s%@PATHSEP@%;%g
s%-fforce-mem -fforce-addr %%g
s%echo ": version-string s\\" $(VERSION)\\" ;" > kernel/version.fs%$(CP) version.fs1 kernel\\version.fs%g
s%config.h.in ../config.status%%g
s%cd .. && CONFIG_FILES=$@ CONFIG_HEADERS=engine/config.h ./config.status%echo I hope you configured your system%g
s%$(FORTHPATH)$(PATHSEP)%%g
s%@FORTHSIZES@%%g
s%if test -r $@ && test x'$(VERSION)' = x`cat $@` ; then true ; else \(.*\) ; fi%\1%g
s%Makefile \(.*\) config.status%Makefile \1%
s%--clear-dictionary%-c%g
s%".$(PATHSEP)~+$(PATHSEP)$(srcdir)"%"~+"%g
# s% -I$(srcdir)%%g
s%GFORTHD=.*gforth.fi%gforthmi gforth.fi%g
s%gforth-ditc%gforth-d%g
s%gforth-fast%gforth-f%g
s%engine-ditc%engine-d%g
s%engine-fast%engine-f%g
s%main-ditc%main-d%g
s%main-fast%main-f%g
s%@OSCLASS@%dos%g
s%@machine@%386%g
s%@VERSION@%0.4.9%g
s%@EXE@%.exe%g
s%--die-on-signal%-s%g
s%cd engine && $(MAKE)%$(MAKE) -C engine%g
s%\(CFLAGS2.*\) -O4%\1%g
s%gforthmi gforth\$%gforthmi.bat gforth\$%g
s%engine/Makefile configure%engine/Makefile%g
s%$(exec_prefix)/bin%%g
s%@asm_fs@%./arch/386/asm.fs%g
s%@disasm_fs@%./arch/386/disasm.fs%g

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>