Annotation of gforth/mkdosmf.sed, revision 1.29

1.29    ! anton       1: #Copyright (C) 1995,1996,1997,1998,2000,2003,2007 Free Software Foundation, Inc.
1.26      anton       2: 
                      3: #This file is part of Gforth.
                      4: 
                      5: #Gforth is free software; you can redistribute it and/or
                      6: #modify it under the terms of the GNU General Public License
1.28      anton       7: #as published by the Free Software Foundation, either version 3
1.26      anton       8: #of the License, or (at your option) any later version.
                      9: 
                     10: #This program is distributed in the hope that it will be useful,
                     11: #but WITHOUT ANY WARRANTY; without even the implied warranty of
                     12: #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.#See the
                     13: #GNU General Public License for more details.
                     14: 
                     15: #You should have received a copy of the GNU General Public License
1.28      anton      16: #along with this program. If not, see http://www.gnu.org/licenses/.
1.26      anton      17: 
1.15      jwilke     18: # We use the bash and shell and file utilities with dos
                     19: s%SHELL%# SHELL%g
1.22      pazsan     20: s% rm -rf% deltree%g
                     21: s% rm% del%g
                     22: s% cp -p% copy%g
1.15      jwilke     23: s% ln -s% cp%g
1.22      pazsan     24: s%\($(CP).*\)/%\1\\%g
                     25: s%\($(CP).*\)/%\1\\%g
1.15      jwilke     26: s%@mach_h@%386%g
1.2       pazsan     27: s%-pipe %%g
1.1       pazsan     28: s% ./gforth% gforth%g
1.2       pazsan     29: s%io.o %%g
1.11      pazsan     30: s%-DDEFAULTPATH=\\".*"%%g
1.4       pazsan     31: s%@kernel_fi@%kernl32l.fi%g
                     32: s%@KERNEL@%kernl16l.fi kernl16b.fi kernl32l.fi kernl32b.fi kernl64l.fi kernl64b.fi%g
1.19      pazsan     33: s%@LIBOBJS@%ecvt.o io.o strsig.o getopt.o getopt1.o select.o%g
1.1       pazsan     34: s%@host@%dos%g
1.3       pazsan     35: s%@CC@%gcc%g
1.22      pazsan     36: s%@GFORTH_EXE@%%g
                     37: s%@GFORTHDITC_EXE@%%g
1.1       pazsan     38: s%@INSTALL@%install-sh%g
                     39: s%@INSTALL_PROGRAM@%install-sh%g
                     40: s%@INSTALL_DATA@%install-sh%g
                     41: s%@LN_S@%copy%g
                     42: s%@CFLAGS@%-fforce-mem -fforce-addr -fomit-frame-pointer%g
1.3       pazsan     43: s%@ENGINE_FLAGS@%%g
1.2       pazsan     44: s%@DEFS@%%g
1.1       pazsan     45: s%@DEBUGFLAG@%%g
                     46: s%@LDFLAGS@%%g
                     47: s%@GCCLDFLAGS@%%g
                     48: s%@LIBS@%-lm -lpc%g
                     49: s%@prefix@%%g
                     50: s%@exec_prefix@%%g
1.6       pazsan     51: s%@srcdir@%.%g
1.8       pazsan     52: s%@LINK_KERNL@%-$(CP) kernl32l.fi kernel.fi%g
1.6       pazsan     53: s%@PATHSEP@%;%g
                     54: s%-fforce-mem -fforce-addr %%g
1.18      pazsan     55: s%echo ": version-string s\\" $(VERSION)\\" ;" > kernel/version.fs%$(CP) version.fs1 kernel\\version.fs%g
                     56: s%config.h.in ../config.status%%g
                     57: s%cd .. && CONFIG_FILES=$@ CONFIG_HEADERS=engine/config.h ./config.status%echo I hope you configured your system%g
1.6       pazsan     58: s%$(FORTHPATH)$(PATHSEP)%%g
1.7       pazsan     59: s%@FORTHSIZES@%%g
1.22      pazsan     60: s%if test -r $@ && test x'$(VERSION)' = x`cat $@` ; then true ; else \(.*\) ; fi%\1%g
                     61: s%Makefile \(.*\) config.status%Makefile \1%
1.9       pazsan     62: s%--clear-dictionary%-c%g
1.22      pazsan     63: s%".$(PATHSEP)~+$(PATHSEP)$(srcdir)"%"~+"%g
1.15      jwilke     64: # s% -I$(srcdir)%%g
1.20      pazsan     65: s%GFORTHD=.*gforth.fi%gforthmi gforth.fi%g
1.13      anton      66: s%gforth-ditc%gforth-d%g
1.22      pazsan     67: s%gforth-fast%gforth-f%g
1.13      anton      68: s%engine-ditc%engine-d%g
1.22      pazsan     69: s%engine-fast%engine-f%g
1.13      anton      70: s%main-ditc%main-d%g
1.22      pazsan     71: s%main-fast%main-f%g
1.15      jwilke     72: s%@OSCLASS@%dos%g
1.18      pazsan     73: s%@machine@%386%g
1.24      anton      74: s%@PACKAGE_VERSION@%0.5.9%g
1.25      anton      75: s%@EXEEXT@%.exe%g
1.22      pazsan     76: s%--die-on-signal%-s%g
1.19      pazsan     77: s%cd engine && $(MAKE)%$(MAKE) -C engine%g
1.20      pazsan     78: s%\(CFLAGS2.*\) -O4%\1%g
                     79: s%gforthmi gforth\$%gforthmi.bat gforth\$%g
1.21      pazsan     80: s%engine/Makefile configure%engine/Makefile%g
1.22      pazsan     81: s%$(exec_prefix)/bin%%g
                     82: s%@asm_fs@%./arch/386/asm.fs%g
                     83: s%@disasm_fs@%./arch/386/disasm.fs%g

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