File:  [gforth] / gforth / mkdosmf.sed
Revision 1.1: download - view: text, annotated - select for diffs
Sun Aug 27 19:56:37 1995 UTC (28 years, 7 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
Made kernal generation saver
added automatic creation of makefile.dos
newer version texinfo.tex
fixed some inconsistencies (don't know, what happend with model?)

    1: s%/bin/sh%command.com%g
    2: s% rm% del%g
    3: s% cp% copy%g
    4: s% ln -s% copy%g
    5: s% ./gforth% gforth%g
    6: s%if [ ! -f gforth ]; then $(MAKE) first; fi%-if not exist gforth.exe $(MAKE) first%g
    7: s%@gforth_fi@%kernl32l.fi%g
    8: s%@KERNAL@%kernl16l.fi kernl16b.fi kernl32l.fi kernl32b.fi kernl64l.fi kernl64b.fi%g
    9: s%@LIBOBJS@%ecvt.o select.o%g
   10: s%@getopt_long@%getopt.o getopt1.o%g
   11: s%@host@%dos%g
   12: s%@MAKE_EXE@%coff2exe $@%g
   13: s%@INSTALL@%install-sh%g
   14: s%@INSTALL_PROGRAM@%install-sh%g
   15: s%@INSTALL_DATA@%install-sh%g
   16: s%@LN_S@%copy%g
   17: s%@CFLAGS@%-fforce-mem -fforce-addr -fomit-frame-pointer%g
   18: s%@DEFS@% -DSIZEOF_CHAR_P=4 -DHAVE_LIBM=1 -DHAVE_RINT=1 -DHAVE_EXPM1=1 -DHAVE_LOG1P=1 %g
   19: s%@DEBUGFLAG@%%g
   20: s%@LDFLAGS@%%g
   21: s%@GCCLDFLAGS@%%g
   22: s%@LIBS@%-lm -lpc%g
   23: s%@prefix@%%g
   24: s%@exec_prefix@%%g
   25: s%@srcdir@%%g
   26: s%@LINK_KERNL16B@%%g
   27: s%@LINK_KERNL16L@%%g
   28: s%@LINK_KERNL32B@%%g
   29: s%@LINK_KERNL32L@%-$(CP) kernl32l.fi gforth.fi%g
   30: s%@LINK_KERNL64B@%%g
   31: s%@LINK_KERNL64L@%%g

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