--- gforth/mkos2mf.sed 1996/12/06 20:23:05 1.3 +++ gforth/mkos2mf.sed 1998/12/12 22:32:04 1.10 @@ -35,31 +35,37 @@ s%@host_vendor@%%g s%@host_os@%os2%g s%@ENGINE_FLAGS@%%g s%gforth:%gforth.exe:%g +s%gforth-ditc:%gforth-ditc.exe:%g s%-$(CP) gforth gforth~%-$(CP) gforth.exe gforth.exe~%g -s%@MAKE_EXE@%\ +s%@GFORTH_EXE@%\ gforth: gforth.exe%g +s%@GFORTHDITC_EXE@%\ +gforth-ditc: gforth-ditc.exe%g s%@PATHSEP@%;%g -s%@LINK_KERNL16L@%%g -s%@LINK_KERNL16B@%%g -s%@LINK_KERNL32L@%%g -s%@LINK_KERNL32B@%%g -s%@LINK_KERNL64L@%%g -s%@LINK_KERNL64B@%%g +s%@LINK_KERNL@%%g s%-DDEFAULTPATH=\\".*"%-DDEFAULTPATH=\\".\\"%g s%@KERNEL@%kernl16l.fi kernl16b.fi kernl32l.fi kernl32b.fi kernl64l.fi kernl64b.fi%g s%@LN_S@%ln -s%g s%@INSTALL@%install-sh -c%g s%@INSTALL_PROGRAM@%${INSTALL}%g s%@INSTALL_DATA@%${INSTALL} -m 644%g -s%@LIBOBJS@% pow10.o strsignal.o ecvt.o atanh.o%g +s%@LIBOBJS@% pow10.o strsig.o ecvt.o atanh.o%g s%@getopt_long@%getopt.o getopt1.o%g s%@kernel_fi@%kernl32l.fi%g s%@PATHSEP@%;%g s%-fforce-mem -fforce-addr %%g -s%echo "static char gforth_version.*;" >$@%$(CP) version.h1 version.h%g -s%echo ": version-string.*;" >$@%$(CP) version.fs1 version.fs%g +# s%echo "static char gforth_version.*;" >$@%$(CP) version.h1 engine\version.h%g +# s%echo ": version-string.*;" >$@%$(CP) version.fs1 kernel\version.fs%g s%$(srcdir)/config.h.in: stamp-h.in%#$(srcdir)/config.h.in: stamp-h.in%g -s%config.h: stamp-h%#config.h: stamp-h%g +s%engine/config.h: stamp-h%#engine/config.h: stamp-h%g s%$(FORTHPATH)$(PATHSEP)%%g s%@FORTHSIZES@%%g s%$(PATHSEP)$(srcdir)%%g +s%test x'$(VERSION)' = x`cat $@` || %%g +s%GFORTHD="./gforth-ditc -p .* $(srcdir)/%%g +s%'s"%"s\\"%g +s%"'%\\""%g +s%@OSCLASS@%dos%g +s%@machine@%386%g +s%@VERSION@%0.4.0%g +s%@EXE@%exe%g \ No newline at end of file